Version 4.0
2021.02.22
new symbols selection mode
Version 3.4
2020.10.31
1. Added Trailing stop.
2. Changed the way the expert takes trades.
3. Code encapsulated to improve the efficiency.
4. Strategy 2 is deprecated temporarily and is pending to rewrite the kernel.
5. Martingale is used in case of loss times number of trades instead os random.
Version 3.3
2020.07.10
1. Spread is mesuren against a fix value in points to avoid zero spread error.
Version 3.2
2020.07.01
1. Close function now does not print los unless log is active to avoid inecessari disk space usage.
2. Strategy 1 has trailing stop equal to profitToClose(€).
3. Strategy 1 & 2 only buys back if the profit of the magic number is below zero.
4. Strategy 1 & 2 now have martingale lot multiplier equal to pow('martingale',TotalTradesPerMagic).
5. Added again the TwoCurrencies Option on Symbols select menu.
6. Added A grid strategy. Not useful
7. Added AddCustomSymbols functionality to observe the backgrounds of the EA.
- https://youtu.be/CY4OB2Mf1RU
Version 3.1
2020.05.21
1. AJN and ACJ had two symbols missing.
2. If log is ON the expert prints the diff value each time it opens a position. This value can be used to optimize spredTimesToOpen input.
3. Strategy 1 & 2 no have stoploss based on currency times balance diveded by delta. Loss = €*(BLANCE/delta)
4. Strategy 1 has a new input to chosse expansion or contraction.
Version 3.0
2020.05.14
1. Strategy One now has takeprofit and stop loss but closeWithProfit function is still enabled all the time so if the position reaches the specified target it closes it.
Version 2.9
2020.05.12
1. An 'and should replace an 'or' in the time filter to work properly.
Version 2.8
2020.05.12
1. Attempt to reduce the execution time in the tester.
2. Delta is increased by 10 for those triangles/hedge that use lotstep 0.1
Version 2.7
2020.05.12
1. There was a bug with the strategy 2 lot size.
2. Ended an infinite loop.
3. Now the expert locks itself after closing all trades in case equity reaches loss level and closeByLoss is activated.
Version 2.6
2020.05.11
1. An 'and should replace an 'or' in the time filter to work properly.
Version 2.5
2020.05.08
1. The expert now doesn't close trades outside the time range.
Version 2.4
2020.05.06
1. Added Time Limit By Hours.
2. Deleted CurrencyOne & CurrencyTwo symbols selection.
3. Added MarketWatch symbol selection.
Version 2.3
2020.04.29
1. Profit for all magics are calculated within one iteration instead of one iteration per magic. With which the execution time is reduced.
Version 2.2
2020.04.27
1. Lot variable was defined multiple times.
2. Orders are executed within 1 MS. instead of 1S.
3. Some settings are hidden.
4. The "dontOpenNewTrades" function has been added to the machineState option.
5. Version 1.9 did not close all the trader due to bug.
User didn't leave any comment to the rating