Indicator Timeframe other than Current
-
Hi,
I try to check an indicator on a different timeframe than the one the EA is applied to.
I thought this should be easy by just selection a different timeframe in the "More Settings" area:

But that doesn't seem to work:

I tried different timeframes, but it works only when set set to current.
Something obvious I'm doing wrong here?
Mic
-
You need to specify the candle ID if there is no value of the indicator for candle 0 (i.e. the current one). Maybe this is why there is no value.
-
Check if the candles data is good for M15. But yes, try with Candle ID different than 0, maybe the indicator doesn't print anything on the current candle
-
EA works on a MT15 chart, so I assume the data is OK.
Played with candle IDs with no effect.But what I see is, that I have a once per bar block.
It doesn't even work with a simple MACD.

What I want is once per current bar, check indicator of lowe timeframe bar.
How can I accomplish that?
-

Even Candles don't work on different timeframes.
It must have something to do with my onece per bar (H1) setting.
Within this no lower timeframes work.