Getting value from the chart
-
Hi all, how can we read the values on the graph of this indicator to be able to put them in a "condition" block?
Thanks in advance
This is the indicator 0_1584089101491_currency-strength-alerts.ex4
-
I found the source code
0_1584092711328_currency-strength-alerts.mq4 -
@ambrogio
I am trying to see but I get this message, it seems there is an error
-
Look at the buffers. There are 8 buffers for 8 symbols. Try each one on a different condition block if you want to be sure which one corresponds to each symbol.
-
Press CTRL +B to open the object information. To know which one is which, hover over what you want, most likely the number.
Depending on the indicator, it will either change color or number.
From there, you can create your conditions.