Find object price by color and width
-
Hello
I have an indicator that plots a lot of horizontal lines, either in red or blue. All blue lines are dashed lines except one which is a solid line with a width of 3. Is there a way to use the object loop to find only the solid blue line with a width of 3?
Thanks
JRod
-
Also, once I have found the object, how do I save the value to a variable that I can use elsewhere in the EA?
-
https://fxdreema.com/shared/CUogthrsb
There is a block "Modify Variables". Most attributes have numeric data type, like "int" or "double". Here is more: https://docs.mql4.com/constants/objectc ... t_property