Robert Cezar
Robert Cezar
RETIRED at N/A
Friends 1
Robert Cezar
Added topic MA20 of ATR10 wrong values returned?
I'm new to MQL. I'm trying to get the SMA of the ATR value. Is this supposed to work? int lookback = 1000;    for(int i=lookback-1;i>=0;i--) atr[i] = iATR(NULL, 0, 10, i);    for(int a=lookback-1;a>=0;a--)
Robert Cezar
Registered at MQL5.community