Working with objects
-
I will probably have about a million troubles with my object project, so lets start a thread on objects

I'm trying to compare standard deviation channel LOWER LINE to current price. I couldn't find the option on "object on the chart" attributes.
However, looks like selecting "trend line price level (by candle ID)" is picking up the channel's median line, and I got the lower by subtracting the std dev with a formula block... Is there any easier way? -
Is this indicator? Because indicators create their lines and stuff, but they are not included in the list of objects. Instead, you should use the indicator's buffers to get the numeric values. Only if the indicator creates objects that can be found in the list of objects, only then you can select these objects and do something with them
-
No indicator, its an object drawn by the bot.
In the condition block you can select "object on the chart" which i used. -
Ok, so if you know the name of that object...https://fxdreema.com/demo/mt4-object-by-name
Otherwise... https://fxdreema.com/demo/mt4-object-in-loop -
search for one with buffers, with google and I am sure, there are those indicators with buffers (I found few in past)
