Hi,
I am aware that timeframe set() exists but I am not sure how to implement it.
What I basically want to do is to test the strategy on many different time frames and have it displayed on to a single page on the back test report.
If I had a simple MA crossover like below how do you suggest implementing multi timeframe backtests? thanks !
‘Buy = cross(h, ma(c,10));’
‘Sell =0:’
‘Applystop( stoptypenbar, stopmodebars, 1);’