Couple of questions...
I've started to write some backtesting code ... and my need is to backtest on tick charts.
1) I understand that soon eSignal will be increasing the current 60 days of intraday data (where lowest resolution is 1 min bars) to 6 months of intraday data. Will the current 10 days of tick data also be extended?
2) Say I've been keeping my own library of daily ticks for an instrument and say I paste 30 days of them together for the tick playback feature... and play all 30 days back. If I get 30 days worth of ticks on the chart (assumming that would work) ... could I then run the backtest on that chart's contents? Basically, if I can get the data on the chart (even if it doesn't come directly from the eSig tick server) ... will the backtest still chug on all 30 days worth of tick data?
Thanks.
I've started to write some backtesting code ... and my need is to backtest on tick charts.
1) I understand that soon eSignal will be increasing the current 60 days of intraday data (where lowest resolution is 1 min bars) to 6 months of intraday data. Will the current 10 days of tick data also be extended?
2) Say I've been keeping my own library of daily ticks for an instrument and say I paste 30 days of them together for the tick playback feature... and play all 30 days back. If I get 30 days worth of ticks on the chart (assumming that would work) ... could I then run the backtest on that chart's contents? Basically, if I can get the data on the chart (even if it doesn't come directly from the eSig tick server) ... will the backtest still chug on all 30 days worth of tick data?
Thanks.
Comment