Hi, Can someone explain to me, how to backtest with minute data when the chart is setup in 15 minutes frame.
I mean, for example, sell when the price > MA(15 minutes) At this time, i get a result where the price is the close price for a 15 minute period. But i want to get the price for one minute period. I had try with TIMEFRAMEEXPAND(close,1minute) and MA(TIMEFRAMEEXPAND(close,15minute) but i get all time the 15 minute price. The setup in Backtester setting is periodicity 15 minute. Is it that the mistake ? Many thanks
