1 Click Button To Close All Open Positions – EA MetaTrader 4

1 Click Button To Close All Open Positions - expert for MetaTrader 4
Click “Close All” button to close all your open positions (regardless of the pair) at once. This new version doesn’t contain the code written below that previous versions had which may cause an infinite loop. if(checkOrderClose==false) continue; but instead brings an error control system to prevent an infinite loop while still closing all trades. if(checkOrderClose

1 Click Button To Close All Open and Pending Orders V03 – EA MetaTrader 4

1 Click Button To Close All Open and Pending Orders V03 - expert for MetaTrader 4
Click “Close All” button to close all your open & pending orders at once. Parameters: RunOnCurrentCurrencyPair = true (Expert Advisor works only on attached chart’s currency pair which means if you run this expert advisor on EurUsd chart, it will only close EurUsd positions) RunOnCurrentCurrencyPair = false (All your positions (regardless of the pair) will

Automatically enable or disable the automated trading button – EA MetaTrader 4

Automatically enable or disable the automated trading button - expert for MetaTrader 4
Let say you have an EA and you want it to trade in between an interval of time but you do not have the source codes to modify the EA. This utility allows you to automatically enable or disable the automated trading button. You can use the codes as an EA, Indicator or script but