I would like to backtest a multi-timeframe strategy but as soon as I choose one timeframe to be of PeriodType.Day nothing happens.
Even when using a single-timeframe test-strategy that simply prints some text on the output window for each bar, it only works as long as I choose PeriodType.Minute and nothing will appear on the output screen for a day period.
My database contains minute and daily data and after discovering this behaviour in NT7 I exported the data and imported them into NT6.5 with the same results. What is the reason behind that?
Not being able to backtest for day timeframes would be a bit of a pain..
Also, exporting data from NT7 puts 5 zeros on each volume value in the data txt file. NT6.5 will then complain about too large values and removing all the zeros is a pain as well. Hmm, maybe that belongs in a different thread (NT7 bugs?).
Thanks for your input on that!

Comment