DislikedHow do one make a SL at the previous candles high/low? The code below does not work double CandleHigh = iHigh(Symbol(), PERIOD_CURRENT, 1); double StopLoss = CandleHigh + Ask; SellOrder(StopLoss,TakeProfit);//Sell and does not seems to work either double StopLoss = High[1];Ignored
Inserted Code
StopLossPriceNormalized = NormalizeDouble(StopLoss,_Digits);
.ex4/.ex5 files can't be fixed or modified / I'm not a coder!