|
Raju Harchandani
2010-11-11 01:45:59
|
|
I think i have requested b4 this one
A simple way to replay charts with option for ff/rew/pause etc
Raju
|
|
|
|
QuantShare
2010-11-11 05:04:34
|
|
I have already created a script for this.
Here is the replay script:
http://www.quantshare.com/free/chart_training.txt
Select Tools -> Script Editor, create a new script then paste the formula. Click on "Execute" to start the script.
To add the script to the bookmark panel, select Settings -> Add to bookmark panel
|
|
|
|
Raju Harchandani
2010-11-13 12:25:03
|
|
i did exactly what u have indicated . but it does nothing.
Advise
Raju
|
|
|
|
Raju Harchandani
2010-11-13 12:37:46
|
|
It worked but is inconsistent should be a part of the main program with a better format with pause rewind FF buttons and also start and end points
Also how do the entry exit menu works...nothing happens on when i Click them
|
|
|
|
QuantShare
2010-11-15 05:38:42
|
|
We haven't added the replay script to the main application because the latter will have too many options/menus if we add every script we create.
Please tell me exactly what you want us to add to this reply script.
The entry/exit buttons no longer work because they are located near the Add/Remove/Update Indicators buttons. We will change their location (Entry/Exit buttons).
|
|
|
|
Raju Harchandani
2010-11-20 21:35:07
|
|
Well one should have the option of replaying charts with the option of rewinding,pausing, fastforward, stopping and specifying the start and end period....yes buying ,selling,exiting a position with a log of the same will be another useful set of buttons for those who want to try out their strategies or for demo purposes.
Another feature i think someone has mentioned in the forum is that one should be able to modfy the size & color(especially size as color is linked to the color of the specific component of the chart) of the values which appear at the top of every pane
Still waiting for the period selection option in the screener
Thanks
Raju Harchandani
|
|
|
|
QuantShare
2010-11-22 04:46:54
|
|
In the next release you will be able to change the size by right clicking on a chart then selecting "Chart Settings".
For the period selection in screener, you can use the following functions:
HHV and IsTrue
Example:
a = rsi(14) > 50;
filter = a;
filter = hhv(filter, 10); // Symbols have RSI > 50 at least once during the last 10 bars
filter = istrue(filter, 10); // Symbols have RSI > 50 during the last 10 bars
|
|
|
|
QuantShare
2010-12-01 04:58:40
|
|
You can now change the quotes info size by updating the "Date/OHLC Size" field of the "Chart Settings" form.
|
|
|
|
Gilari Decosta
2011-05-08 12:28:17
|
|
Sir,
I have downloaded the script and used it .It is usefull
The button 'BUY,and 'SELL' overlap the button for inserting and removing the indicator.
An option to choose from DATE will be useful.
Can the same work on linked charts on same time?
With thanks
Gilari
|
|
|
|
QuantShare
2011-05-09 05:48:48
|
|
We are planning to add the replay tool as a build-in feature.
|
|
|
|
Gilari Decosta
2011-05-14 14:11:14
|
|
Sir.
It is nice.
Please add the following feature to replay tool,if possible
1 Option for period selection
2 capability to operate on multiple linked charts( for example,charts of 30mts and 5mts etc ) at a time.
3 capability to give multiple order(for pyramiding)
With thanks
Decosta
|
|
|
|
Gilari Decosta
2011-07-12 13:07:00
|
|
Sir,
We are waiting for this feature to be implemented.If next release of new version do not contain,Please add a few codes to set starting date and stop loss
With thanks
Gilari
|
|
|
|
QuantShare
2011-07-12 15:17:03
|
|
Hi,
The replay tool will be implemented later this year (A lot of other features are currently in development).
The above script is available free. You can customize it yourself.
We do offer coding service for a small fee. Please contact us at support@quantshare.com for more information.
|
|
|
|
Dave W.
2012-12-18 18:18:43
|
|
I'd like this feature also - significant benefit. In terms of features, in my opinion, it should work just like Forex Tester: http://www.forextester.com/screens.html
Features:
Choose start / end dates
Intraday or end of day
Speed up from 1X to 500X
VCR-Type Controls / Buttons: Play, Pause, Stop, Speed Up, Slow Down, Fast Forward [X] Bars, Go Back [X] Bars, where X is configurable
Buy and sell
Save list of trades
Track orders, profits, losses
Generate trading metrics / statistics on trade results, just like through the normal backtester
|
|
|
|