BO
Topics
29 Aug 2017, 16:44
11
987
1
Replies
bobby86
10 Aug 2017, 00:45
I've seen that if you select multiple timeframes in optimization, the first time frame is used in all the parallel backtesting.
So for instance if you have something like this:
protected virtual void onBar(){
Print(TimeFrame);
}
in Optimization with all the timeframes selected, you will get "Minute" in the Logs for all of them, no matter the actual timeframe.
@bobby86
bobby86
10 Aug 2017, 01:10
RE:
lismanb@gmail.com said:
I managed to get the right TimeFrame using MarketSeries.TimeFrame.
@bobby86