At the midnight of my broker, the EA should buy or sell - instant execution - (buy if the candle of the previous day was bullish, sell if the candle of the previous day was bearish). On Monday EA should consider Friday’s candle.
In the EA I should be able to put:
TakeProfit
StopLoss
TrailingStop
Lot
If take profit is achieved, EA will close the position for the day. But if stoploss is reached, EA will open a second order - pending order - that is inverse to the previous one (sell if the previous one was buy, buy if the previous one was sell).
In the EA I should be able to put:
TakeProfit
StopLoss
TrailingStop
Lot
If take profit is achieved, EA will close the position for the day. But if stoploss is reached, EA will open a third order - pending order - that is inverse to the previous one (buy if the previous one was sell, sell if the previous one was buy).
In the EA I should be able to put:
TakeProfit
StopLoss
TrailingStop
Lot