Compare Chart Object values - Multi timeframe
-
I need to create a EA where a custom indicator draw two objects (Trendlines).
I can see the value for the current symbol and timeframe but is it possible to work with the object from different timeframe?
For example,
I have a trendline object from the custom indicator on a 5 minute timeframe. I want to compare the value with a trendline object from the same indicator on a 15 minute, 30 minute and so on.
Right now, the custom indicator doesn't use the object values inside a buffer but just a visual representative.
-
That depends on how the indicator provides that information. fxDreema can catch infor from indicator's buffers or objects, no matter what time frame you need. However, if the info is not available on any of those formats, then you will need custom code because fxDreema is not doing it any other way AFAIK.
-
Thanks for the reply @l-andorrà I have converted the objects manually to buffers. I am able to access them now

-
Congrats!
