Is there any EA available which closes the previous order automatically whenever a new order gets active?

2 Views
Damon Barton
Answered 5 months, 1 week ago
<p id="isPasted">You will have to close the orders with OrderClose() - It will have to be part of your OrderSend() routine. Close the BUY when you Open the SELL.</p><p><br></p>
1 View