Ahmed_Fouda:
Hello
i have an indicator (not mine)that draws objects according to certain conditions
i am making a scanner EA to detect the how many objects and certain properties of each object .
naturally the charts are not actually open
i am looping through symbols and timeframes in my EA.and using icustom to get price levels of these rectangles but nothing more is available .
can i get ChartID or it work on open charts only?
how can i get other properties of these objects , like names or so on?
or its not actually there but just the values?
i had the idea that they virtually drawn maybe in memory but not actually displayed
or i am getting it wrong ?
Objects require a chart. No chart, no objects.
You can loop through all objects by code and get all properties, including their names.
It might be, because possible, the indicator hides the creation of objects, but they are still on chart anyways.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello
i have an indicator (not mine)that draws objects according to certain conditions
i am making a scanner EA to detect the how many objects and certain properties of each object .
naturally the charts are not actually open
i am looping through symbols and timeframes in my EA.and using icustom to get price levels of these rectangles but nothing more is available .
can i get ChartID or it work on open charts only?
how can i get other properties of these objects , like names or so on?
or its not actually there but just the values?
i had the idea that they virtually drawn maybe in memory but not actually displayed
or i am getting it wrong ?