Is it possible to get the ATR value of an Open order price when price has gone past it (now in profit)?
would this work?
OrderOpenPrice()+ iATR(Instrument,PERIOD_M15,ATRPeriod,Shift)*3;
Post automatically merged:
would this work?
OrderOpenPrice()+ iATR(Instrument,PERIOD_M15,ATRPeriod,Shift)*3;