Skip to content

EA31337 v1.077

Compare
Choose a tag to compare
@kenorb kenorb released this 30 Mar 01:18
· 1247 commits to master since this release

This version comes with improvements and fixes.

Please find below the backtest results.

馃搱 2018 $10k EURUSD (spread 10pts, lev. 1:100) $100k EURUSD (spread 10pts, lev. 1:100)
Lite EA31337-Lite_2018_10k EA31337-Lite_2018_100k
Advanced EA31337-Advanced_2018_10k EA31337-Advanced_2018_100k
Rider EA31337-Rider_2018_10k EA31337-Rider_2018_100k

Notes on backtesting:

  • The backtest results can't predict the future prices, these are just for the reference.
  • Profits cannot be guaranteed. The best is to test EA on the demo account at least for few weeks, to check whether it works for you or not.
  • Currently use Lite or Rider, as Advanced version needs more optimization work on its parameters.
  • Backtest results can vary depending on your account features (leverage, deposit/equity/credit), as well as on the broker's market parameters such as pair, differences in tick data prices, spread, lot sizes, free/required margin for one lot and so on.
  • EA has been backtested with flat spread 10 using 5-digit account. The higher spread, more losses can generate. Please be aware, that during high market volatility, some broker can increase spreads significantly which can generate more losses, than profits. Optimal spread is 10 or below, maximum spread to trade with is around 20. If your spread is higher than 20, EA will generate more losses than profits.
  • Please use a broker which supports micro lots (0.01 with 5 digit precision). According to backtest results, when using 0.1 as minimum lot size, you'll get more losses, because EA will not have enough flexibility of trades to learn about the market condition and the success rates (even with 100k accounts).
  • The higher your leverage is, the higher the risk/reward. So if your account's leverage is higher than 1:100, expect much higher risk, otherwise lower your leverage. For example, if your leverage is 1:200, you can double the profit, but conversely, you would also lose twice as much.
  • For more information, check our Wiki pages.

Changelog:

  • Optimization param improvements (EURUSD/2018).
  • Fixes chart not being updated in visual backtesting.
  • GH-25: Removes 100k deposit limit.
  • GH-112/GH-117: Fixes invalid pointer access.
  • GH-122: Fixes conditional actions not being triggered.
  • GH-123: Fixes error when file on the chart ('not expert and cannot be executed').
  • Improves logic for CheckMarketCondition1 conditions.
  • Adds account conditions for equity 1% and 5%, and removes equity 50% condition.
  • Improves logic in LotSize increase/decrease methods.
  • Adds fixed SmartQueue params.
  • Improves params for SmartQueue and Account conditions.
  • Removes C_EQUITY_LOWER/C_EQUITY_HIGHER conditions.

Release notes:

  • For real trading, so please use it with caution and test it on demo first for at least few weeks.
  • Suggested version to download is "EA31337-Lite-v1.077.ex4".
  • Suggested run: EURUSD pair only, with spread 10 or below, with account's leverage 1:200 or below, with minimum lot size of 0.01, on M15 or M30 chart's timeframe.