版本 4.2
2024.10.23
added "fake breakout" filter
版本 4.1
2024.09.24
fix small bug 'zero divide" for some broker that don't have correct tickvalue
版本 4.0
2024.09.23
added lotsize calculation method "max risk per strategy"
版本 3.92
2024.08.15
fixed difference with MT5 version, when using the "useVariableValues" parameter (which adjust entries and exits to the actual price of Gold)
版本 3.91
2024.08.14
fixed issue with some brokers returning a "lotsize is not multiple of 0.01" error
版本 3.90
2024.08.02
fixed bug in NFP filter
RECOMMENDED UPDATE!!!
版本 3.80
2024.07.11
adjusted slippage filter
版本 3.7
2024.07.11
Added NFP Filter:
!! you must add the URL "https://www.worldtimeserver.com/" to the "allowed URL's" in your MT4/MT5 terminal (tools -> options -> expert advisors) !! (for the AutoGMT)
- EnableNFP_Filter -> turn the NFP filter on or off
- AutoGMT -> let the EA calculate the correct GMT offset for your broker, so that the time of NFP will be correct
- GMT_OFFSET_Winter -> for setting the GMT Offset manually in the wintertime (when AutoGMT is off, or during backtesting!)
- GMT_OFFSET_Summer -> for setting the GMT Offset manually in the summertime (when AutoGMT is off, or during backtesting!)
- NFP_CloseOpenTrades -> force the EA to close all open trades when NFP starts (X minutes before NFP)
- NFP_ClosePendingOrders -> force the EA to delete all pending orders when NFP starts (X minutes before NFP)
- NFP_MinutesBefore -> how many minutes before the NFP event, to close trades and pending orders
- NFP_MinutesAfter -> how many minutes after the NFP event, before the EA resumes trading again
版本 3.6
2024.07.05
improved the new HL_TrailingSL function
版本 3.5
2024.07.03
fixed small bug when running without the new "HL_TrailingSL" option
版本 3.4
2024.07.02
added HL_TrailingSL -> this will trail the SL based on the recent highs and lows (on by default)
Added option to disable the variable values for entries and exits
added option to set a manual balance to be used by the EA
版本 3.3
2024.05.13
added options to make trade entries and exits more unique.
There are seperate parameters available for adding/subtracting X number of pips to the Entry, SL, TP and TrailingSL values.
This way, you can make your own unique trades, which will further prevent prop firms from flagging you for copy trading
IMPORTANT: do not just run some new values live, without testing those values first in a backtest!
版本 3.1
2024.03.17
- fixed issue that could cause backtest to fail with error (zero divide) when using TDS2
版本 3.0
2024.03.17
- improved "Daily Max Drawdown" algorithm
- Improved overal algorithm -> now the EA will adjust all internal values (SL, TP, entry, trailingSL, etc) to the actual market. So if Gold is trading around 500$ or 3000$ will have different values for all those parameters, automatically adjusted
版本 2.60
2024.03.08
added support for HKD currency accounts
版本 2.50
2024.03.04
fixed bug from V2.4 that caused TrailingSL not to work correctly
Mandatory update!
版本 2.40
2024.03.01
decreased number of messages (which could cause "hyperactivity" with some brokers)
版本 2.30
2024.02.23
enabled strategy 8 by default
版本 2.20
2024.02.19
fixed issue with brokers that use only 1 digit for gold symbol
版本 2.10
2024.01.11
fixed small thing related to trailingSL
版本 2.0
2023.12.24
Added a new strategy 8(which runs internally on H4). This will trade more than the other strategies. It is off by default, and if you use it, I would recommend disabling strategy 1 to keep drawdown the same as before.
版本 1.90
2023.12.14
- Randomization option improved
版本 1.80
2023.12.08
added option to remove the suffix of the comments (_XAUUSD_A etc..) for prop firms so they don't detect the same EA being used
版本 1.70
2023.11.15
added option to stop trading on friday evening and close all trades
improved the Max Daily Loss algorithm
版本 1.60
2023.11.06
added option to randomize the entries and exits a bit. This could be usefull when many people are using the EA on the same prop firm, to prevent to get banned
A good value would be between 10 and 50 max
版本 1.50
2023.11.02
added "Max Daily Drawdown" parameter, for propfirms
版本 1.40
2023.10.26
added option to disable margin check for BTC accounts
版本 1.31
2023.07.26
removed repeating messages
版本 1.3
2023.07.24
fixed issue with brokers that use non standard name for XAUUSD
The EA is excellent, real trades match the backtest and the support from Wim is outstanding.