I am working on an indicator that uses 2 timeframes (1 tick and 1 minute) and I would like to know how to extract separate data from either timeframe. That is, the indicator runs on ticks (as the main timeframe, Calculate.OnEachTick) and I would like to check the value of a certain number of EMA-s from a 1-minute candle to the previous one and I would need the Time[0] and Time[1] in 1 minute. How could I get them?
Thanks in advance.

Comment