I have 1 MIN data for an instrument. When I backtest on this , I get the exact same trade results regardless of what time frame I have my source chart set to (5 min , 1 Hr etc). That should not happen (I don't think) . I've scoured the manual and I cant seem to discover what I'm going wrong. There is nothing in my strategy code that designated what time frame my BUY/SELL signals are being tied to - so I assumed it is tied to the TF that is set on Select Chart Interval dropdown. I don't see anything in the Settings panel either. I know how to switch time frames AFL code, but if there is no reference in my code now,, I shouldn't need it. , Apologies if this has an obvious answer, but I have not found it. Thank you in advance.
You have to set proper Periodicity in the Backtester settings. It controls bar interval used for backtesting/scan/exploration/optimization.
I should have seen that!!
My bad - thank you for your response!!
Best!
devon