Get object value from X candles back
-
Hi,
I have an indicator which draws 3 objects when the conditions are met. The one object is a downward arrow on candle ID = 0, and the other 2 objects are Wingding symbols (1 + 2), a couple of candles back.
The number of candles back is never constant. I need to find the price value of object #2 drawn a few candles back. I don't know the object name, but I found the object on candle ID = 0 under the correct buffer. I know the buffer of the object, and the arrow code, which is 141.
I assume I would need to loop back from candle ID 0, until I find the object, then return the value.
Can anyone please help me? It's driving me mad.

-
Until now no replies

-
Can you please share your project?