Help modify my EA -- 2

Job ID: 35915072

Budget: £10 – £20 GBP

I've an EA that works fine but needs tweaking.

The function of the EA is to close a trade when the Take Profit amount set on the EA is reached.

The EA closes trade at the Set Take Profit (TP) amount specified when its initially loaded on the chart. However when a new trade is open, following the successful closure of the previous trade by the EA, the EA doesn't recognise the new trade and hence doesn't close the new open trade when it reaches the same TP amount.

The work around is to remove the EA and load it back to the chart before it can close any new trade.

NB:- I am not looking for an EA that opens trade based of signals. All trades are opened manually, but I just want an EA that can close a trade based on the profit amount set.

I want an EA that constantly scans for open trades and If it finds one, it should close it when it has reached the profit set. I dont want to be manually removing the EA and loading it back to the chart.