Scripts for order management
Source: https://fxcodebase.com/code/viewtopic.php?f=38&t=19090
Forum: 38 · Topic 19090 · 6 post(s)
Scripts for order management
Alexander.Gettinger · Thu May 24, 2012 1:04 pm
Scripts for market order management.
- Close all market orders:
CloseAllMarket.mq4
- Close all market orders by chart symbol:
CloseAllMarketBySymbol.mq4
Re: Scripts for order management
Alexander.Gettinger · Thu May 24, 2012 1:06 pm
- Close all BUY orders:
CloseAllBuy.mq4
- Close all BUY orders by chart symbols:
CloseAllBuyBySymbol.mq4
- Close all SELL orders:
CloseAllSell.mq4
- Close all SELL orders by chart symbols:
CloseAllSellBySymbol.mq4
Re: Scripts for order management
Alexander.Gettinger · Thu May 24, 2012 1:07 pm
- Close all profit orders:
CloseAllProfit.mq4
- Close all loss orders:
CloseAllLoss.mq4
Re: Scripts for order management
Alexander.Gettinger · Thu May 24, 2012 1:09 pm
Scripts for pending order management.
- Delete all pending orders:
DeleteAllPending.mq4
- Delete all pending orders by chart symbol:
DeleteAllPendingBySymbol.mq4
Re: Scripts for order management
Alexander.Gettinger · Thu May 24, 2012 1:11 pm
You can assign hotkeys for quick access to the scripts.
Re: Scripts for order management
ijayakumar · Thu Jul 16, 2015 8:50 am
These order managements scripts are not working now. Can somebody please share the latest scripts which is compatible with current MT4?