Version 2.39 2025.07.06
- The neural network has been retrained using the latest historical data.
Version 2.23 2024.03.01
Bug fix release
Version 2.18 2024.01.11
- Employed state-of-the-art neural network architecture, expertly trained outside the traditional framework, to ensure a more robust and efficient trading experience by enhancing its analytical capabilities for more precise market predictions.

- Basic Magic Number - this option allows you to change the basic magic number of all trades. Magic numbers of trades/orders are calculated according to the following formula: [Direction][BasicMagicNumber+UID][TradeNumber], where
- Direction - 1 for Buy, 2 for Sell
- TradeNumber - the number of trades from 00 to 99. 00 - for the initial trade, 01 - for the first averaging trade, and so on.
The resulting magic number can be, for example: 22648400, 12648403.

- Cover Swaps - if true, the EA adjusts the TP to cover any possible loss due to the swap. Set it to false if you want to deactivate this option.
- Open Opposite Trade - if true, the EA will open an additional initial trade in the opposite direction as soon as the initial order/trade is executed.
- Reverse Strategy - allows you to take the order in the other direction on a signal. For example, you can set the EA to follow the trend instead of countering it.
- Max Daily Drawdown Type FTMO - allows you to customize the daily drawdown calculation.
- Do Nothing if During Rollover - set to true if you want to ignore max. drawdown checks during rollover.
- Increase Take Profit, in pips [0-disabled] - specified number of pips to be added to TP during news events.
- Hour to Close & Stop Trading on Friday [0-disabled] - possibility to stop the EA on Friday at a specified hour.
- Max Open Lots Adjusted For... - allows you to adjust Max Open Lots for balance or equity so that it will grow proportionately.
- Force Basket Closure once the Initial Order is Closed - option to force basket closure once the initial order/trade is closed by TP or by manual intervention.
- Send Push Notifications after this Level [0-disabled] - sends a push notification if a trade above the specified level is opened. You need to allow push notifications in the terminal settings and specify your MetaQuotes ID.
- Max Floating Drawdown % for each Symbol, separated by comma - allows you to specify the max. drawdown % separately for each symbol.
- Remove StopLoss During Rollover - removes StopLoss for all orders at the specified rollover time.


Added News Filter Actions:

- Prohibit opening of the initial trade - the news filter only prohibits opening new initial trades.
- Prohibit opening of all trades - the news filter prohibits both the initial trades and the averaging ones.
- Close all open trades - the EA will close all trades before the news is released.


Three separate exit levels have been added. By combining them, you can fine-tune the exit rules:

- TakeProfit #1/2/3 after this Level [0-disabled] - adjusts the TP once the specified Grid level is reached.
- TakeProfit #1/2/3 after X bars [0-disabled] - adjusts the TP after reaching a specified number of bars.
- TakeProfit #1/2/3 [can also be negat., 0-breakeven] - take profit for grid after reaching a specified number of bars or grid level. Values can be positive, negative, or 0 – breakeven.

Deleted parameters (as they duplicate the separate exit levels):

- Break Even (TP) after this Level [0-disabled]
- Break Even (TP) after X bars [0-disabled]
Version 1.73 2023.08.21
Mandatory update

- Bug fixes.

- 'Only One Symbol if Grid reaches this Level' now works correctly in portfolio mode.
Version 1.72 2023.08.15
- Added a new parameter - 'Portfolio Mode', that allows you to run more than one set file (instance of the EA) and/or my other EAs (instances of Waka Waka and Golden Pickaxe) on the same account so that the EAs do not open new initial trades simultaneously.

Please note that set files of the same EA must have a unique UID!

For example, if you run 2 set files on the same account and want to prevent the same pair from being opened by both set files simultaneously, then I recommend setting as follows:

First set file: Portfolio Mode=true, UID=0
Second set file: Portfolio Mode=true, UID=1

The time delay will be set automatically based on the UID value. This is necessary to ensure one set file recognizes the opened trades of another and skips the trading signal.

- Consider WAKA Orders (Portfolio Mode only) - the EA will take into account open trades of Waka Waka in portfolio mode.
- Consider GP Orders (Portfolio Mode only) - the EA will take into account open trades of Golden Pickaxe in portfolio mode.

- Volatility Filter (Optional, 0-disabled) - the value of the volatility filter that allows you to avoid risky trades during periods of high volatility. This option was requested by a customer, and I do not recommend using it, as the intraday and daily volatility values are already used as 'inputs' in the neural network to filter trades.

- The neural network was retrained; more data sets were added to the training data.

- Changed the risk values in the predefined MM presets to match the Waka Waka presets:
High Risk Set (1.5% load)
Significant Risk Set (1.0% load)
Mid Risk Set (0.5% load)
Low Risk Set (0.25% load)