Version 2.0 2024.03.07
Modified the EA to work by timer (if no tick on current symbol , other symbols might get new ticks and so the profit or loss might change).
Default setting on the EA speed is 500 milliseconds (the EA checks the conditions 2 times per second) . Setting the speed under 100 milliseconds (checking conditions 10 times per second) is not recommended , can cause the EA to freeze/stop working .
Added new parameter : Trail All Symbols . If set to "true" , the EA trails all open orders on all symbols with the preset number of points .
Version 1.9 2024.01.28
Recompiled to newer mt4 version , 1403
Version 1.8 2023.02.03
Added Maximum Spread and Maximum Slippage allowed parameters .
Version 1.7 2023.02.02
Added Close All Before Midnight option .
Version 1.6 2023.01.05
Changed condition for opening orders from based on volume to based on time .
Improved the check for money function before opening an order.
Version 1.5 2022.03.05
Added TradeLong , TradeShort parameters to testing mode , corrected lot size setting .
Version 1.4 2022.02.27
Added lot size parameter for testing mode , added reverse trades parameter .
Version 1.3 2019.09.11
Taken out last added parameter , Close all by equity .
Version 1.2 2019.09.11
Added new parameter , Close by Account Equity .
Version 1.1 2019.09.05
Corrected calculation mode .