youcrazykids / Publications
Forum
ATR Value in MQL5
Hi everyone, apologies in advance for the frustrated rant. I want to know the D1 14 period ATR in MQL5, for use in an EA. That's all. In MQL4, it was a simple, one-line instruction: "ATRD1 = iATR(Symbol(),PERIOD_D1,14,0);" But in MQL5, it seems to be an absolutely insurmountable development