I can't understand why my strategy backtest returns no results at all just because I change the list of instruments in the code.
If I run it on the 1st list (please see code attached) - I get the trades, but for some reason starting not from 2007 (please see settings attached) as requested, but only from 2013.
Then when I try to run on the 2nd list-NASDAQ100 (swich off the 1st one) - I see no trades at all after backtest ends, can you please explain?
What I did trying to fix (didn't help)
- connected to Kinetick EOD
- historical data manager/download/selected2007-2014, interval=day, data types=last
Please explain:
- why i don't get trades when trying to backtest the 2nd list?
- when I do see trades (list 1) why i only see trades starting from 2013?
Thanks
Jonas

Comment