Lavoro terminato
Specifiche
Dear Coders
1.I want to ensure that my EA is able to place the stop loss and take profit for every trade that is places. Currently there is stop loss and take features on the EA, in many brokers these work just fine but with the 4 digit brokers it works sometimes it doesn't work. I would say about 90% of the time it fails to place the stop loss and take profit. I think this is because maybe the broker does not accept the stop loss and take profit during trade order and they have to be sent after the trade has been placed. So I need my EA to be able send these requests after the order. In other words I need the order to have the choice of sending stop loss simultaneously with the order or after the order. Even if the EA is set to send the stop loss and take profit simultaneously with the trade, I need the EA to have a mechanism to check this repeatedly to ensure that stop loss and take profit have been accepted by the trading server, if not accepted then it must send a new request for stop loss and take profit. NO TRADE should RUN WITHOUT STOP LOSS or TAKE PROFIT if these are set up to be used by the EA
2. I need my EA to strictly follow the trading days and trading times set in the EA. Currently the EA has a choice of days and trading times during which it must trade, outside those set times the EA shouldnot trade. However the EA currently does not seem to apply the rules set in the trading times. The EA seems to trade 24/7. This maybe because the person who was doing programming of these tradingtimes did not do a good job and the EA does not recognise these times. I need this checked and fixed.