UPdate and guide of my trading bots

UPdate and guide of my trading bots

17 June 2026, 11:23
R Victor Johnson
0
21

📊 Dashboard & Visuals

The onboard graphical panel supports full scaling. Adjust the  dashboard zoom factor  (default is 1) to fit your screen resolution. For high-DPI monitors, increase this value to prevent interface elements from appearing too small.

⚙️ Multi-Currency & Symbol Handling

The EA is pre-configured to trade a specific portfolio of symbols. To modify which assets are traded, alter the  pairs  list. Crucially, you do not need to enter suffix or prefix codes (like ".m", ".r", or "-ecn"). The algorithm strips these automatically. For example, if your broker lists the symbol as EURUSD.m, you should simply enter EURUSD in the settings. For a full breakdown of configuration nuances, refer to this detailed post: https://www.mql5.com/en/blogs/post/751036

🛠️ Initial Setup: Running the EA on a Chart

Attach the Expert Advisor to any chart and any timeframe. The trading logic is symbol-agnostic and time-agnostic; internal filters detect the market conditions automatically. Simply drag and drop the EA onto your workspace.

🧮 Position Sizing & Money Management

Select your capital allocation strategy via  lot management method  :

  • Low_Risk : Conservative exposure.

  • Mid_Risk : Balanced approach.

  • High_Risk : Aggressive scaling.
    If you choose the  fixed lot size value  , the EA will ignore risk percentages and trade a static volume (e.g., 0.01 lots). The minimum recommended deposit is $100 USD, though a low-risk setting is advised for account longevity.

🔢 Operational Integrity

To run this EA alongside other robots on the same account, simply assign a unique identifier using the  magic number  . This prevents order conflicts. Additionally, the  orders comment  (e.g., "Victor") tags all trades for easy filtering in the history tab.

🧪 Backtesting & Optimization

To conduct a historical simulation, you must load specific  .ini  configuration files into the MT5 Strategy Tester. Contact me directly to receive the correct settings file that mirrors live market conditions.

📦 Receiving Your Bonus Gift

Immediately after your purchase, send me a private message containing a screenshot of the receipt. I will then forward you a complimentary Gift EA as a thank you.

🛡️ Broker & Prop Firm Compatibility

The default setfile is optimized for standard brokers. However, for prop firms (funded accounts) , specific risk parameters are required. You must contact me privately to receive the dedicated Prop Firm setfile. Additional setfiles, if released, will be distributed via our official channels.

🔄 Updating the Software

When a new version is released, overwrite the old  .ex5  file in the  MQL5/Experts  folder and restart the terminal. Do not delete the old setfile; input parameters migrate automatically. Comprehensive update instructions can be found here: https://www.mql5.com/en/blogs/post/756832

🛑 Technical Safety

The parameter  keep changes outside freeze level  (default 10 points) prevents the EA from modifying orders that are too close to execution, thereby reducing  ERR_TRADE_MODIFY_DENIED  errors and respecting broker-defined freeze zones.

🌐 Community & Support

  • Telegram Channel : Request the invite link via private MQL5 Chat.

  • MQL5 Channel : Access directly via the link I will place in my profile signature.