Close All trades Button
-
Hi all..I'm looking for a topic on how to create a close button for all trades. I haven't found it yet. Please help me. Thanks
-
@dscalperz this is gonna take a few steps if you wanna build an EA that draws a button that closes all trades.
I haven't created a script before but my assumption is that if you create a script that when launched closes all trades, it will serve the same purpose.
just add the block pass then link the block close trades. that's supposed to work
-
I agree. A script sohube be more efficient than an EA.
-
@q8carpenter can you show me how it's done..I'm totally have no idea how to start..for an example, here the situation I need that close all button.
several buy order are still on trade,but the price going the opposite way of the trades..so decided to close all at the same time.
Please share some ideas about how to create that 'emergency' button on EA.

Thank you in advance.. -
@dscalperz ok. this is gonna be simple.
https://fxdreema.com/shared/cbgiEQnje
i made a script that when launched, will close all trades. download it and place it in the scripts folder of the MT4 platform and test on a demo account. open as many trades as you want and then launch this script and it is supposed to close all the trades.
-
@q8carpenter Tq so much..I will try it