hi all,
from what i read in the documentation its the Average Trading Range, and as I imagine the value should be a single number.
But when i use iATR I reailized that the result value is an array instead, should I only use the first ([0]) value of the array?
Thanks.
Example (for the iMA indicator) - displaying the last three values on the chart
Forum on trading, automated trading systems and testing trading strategies
Vladimir Karputov, 2020.11.13 06:01
Receiving data from an indicator in an MQL5.
Scheme:
An example for the iMA indicator:
hi all,
from what i read in the documentation its the Average Trading Range, and as I imagine the value should be a single number.
But when i use iATR I reailized that the result value is an array instead, should I only use the first ([0]) value of the array?
Thanks.