Forum

Please how can I place SL on X Amount of low or High candlestick for buy and sell trade respectively

Please can anyone help me modify this ea so that the sl for buy trade will be on the lowest of any of the 3 previous candlestick with 5 pips addition to it and for sell trade sl will be on the highest of any of the 3 previous candlestick with 5 pips addition to it #property copyright "for practice"

Please how do I add martingale

Please how do I add Martingale to this ea, I don't want anti-martingale what I want is just martingale, please help this is the code #property copyright "Andrew Young" // External variables extern double LotSize = 0.1 ; extern double StopLoss = 50 ; extern double TakeProfit = 100 ; extern int

How do I get a close trade in pips

Please I am building an ea that uses martingale, I want to know a loss trade loss in pips whether the trade is closed before hitting SL or it close hitting SL all I want is to get the loss in pips which the next trade TP will be that loss trade pips. So even if next trade loss or any amount of trade

Please how do I get a close trade close in pips

Please I am building an ea that uses martingale, I want to know a loss trade loss in pips whether the trade is closed before hitting SL or it close hitting SL all I want is to get the loss in pips which the next trade TP will be that loss trade pips. So even if next trade loss or any amount of trade