SmartAI Trader — User Guide

Complete guide for installing, configuring, and using the EA.

Version 1.9

Table of Contents

  1. Installation
  2. Configuration (Main Inputs)
  3. Understanding Risk Modes
  4. The EA Panel & Buttons
  5. Advanced Mode
  6. Premium Signal Channel (Bonus)
  7. Troubleshooting

1. Installation

Step 1: Copy the EA File

Download the SmartAI_Trader_V1.9.ex5 file from the download page. In your MT5 terminal, go to File → Open Data Folder, then navigate to MQL5\Experts\ and paste the file there.

Step 2: Enable WebRequest

The EA needs internet access to validate your license and receive trading signals. Go to Tools → Options → Expert Advisors, check "Allow WebRequest for listed URL", and add:

https://pro.smartai-trader.com

Step 3: Attach to a Chart

Open any chart (we recommend EURUSD M5). In the Navigator panel, find SmartAI Trader under Expert Advisors and drag it onto the chart. In the popup dialog, go to the Common tab and make sure "Allow Algo Trading" is checked. Then go to the Inputs tab to configure the EA.

Important: Only attach the EA to ONE chart. It automatically trades all supported symbols from a single chart. Attaching it to multiple charts will cause a "LEASE_TAKEN" error.

2. Configuration (Main Inputs)

Version 1.9 simplifies the setup to just 8 essential parameters. All complex trading strategy settings are now managed automatically by the Risk Mode system.

ParameterDefaultDescription
License_Key (empty) Required. Your unique license key from purchase or trial activation.
Risk_Mode Balanced Choose your risk profile: Conservative, Balanced, or Aggressive. Controls 10+ internal parameters. See Risk Modes below.
Symbols_To_Trade ALL Trade all signals, or filter by symbol. Use comma-separated list: EURUSD,GBPUSD,XAUUSD
Lot_Size 0.0 Trade volume. 0.0 = use broker minimum lot. Set a specific value to override (e.g., 0.1).
Max_Spread 300 Maximum allowed spread in points. Trades are skipped if spread exceeds this value. Set 0 to disable.
Master_Switch true Main on/off switch. Set false to stop opening new trades (existing trades are not closed).
Show_Buttons true Show/hide the interactive control buttons (Trade ON/OFF, Panic, Safe Mode) on the chart.
Advanced_Mode false Unlock all 24 internal parameters for manual tuning. When true, Risk Mode is ignored.
Quick Start: For most users, you only need to set your License Key and leave everything else at default. The Balanced risk mode is optimized based on 19 months of live trading data.

3. Understanding Risk Modes

The Risk Mode is the most important new feature in v1.9. It replaces over 10 technical parameters with a single, intuitive setting that controls stop loss strategy, take profit targets, and risk-to-reward ratios.

Conservative

Tight stop loss. Lower, more achievable targets. Best for capital preservation. RR: ~1:1 to 1:1.5

Aggressive

Wider stops, higher targets. Lower win rate but larger winners. RR: ~1:1.5 to 1:3+

Technical Details by Risk Mode

ParameterConservativeBalancedAggressive
ATR Multiplier (Forex)1.01.52.0
ATR Multiplier (Gold)1.52.02.5
ATR Multiplier (Crypto)2.02.53.0
Default RR1.52.03.0
S/R Min RR0.81.01.2
S/R Max RR2.54.06.0
Safe Min RR1.01.21.5
Safe Max RR1.52.03.0

4. The EA Panel & Buttons

The SmartAI Trader panel is displayed on the top-left of your chart, providing real-time status information and quick controls.

Panel Display

Header
EA name and trading status: [ON], [OFF], or [ERROR]
Risk
Currently active Risk Mode (Conservative, Balanced, Aggressive, or Advanced)
License
License validation status: OK or ERR with server response code
Last Sig / Last Exec
Details of the most recent signal received and trade execution result
Winrate
Historical win rate calculated from your account's trading history
Action
Current status or required action. "OK" means everything is normal

Interactive Buttons

When Show_Buttons is enabled, three control buttons appear below the panel:

ButtonFunction
TRADE: ON/OFF Toggle trading on or off. When OFF, no new positions are opened. Useful for temporarily pausing without changing settings.
PANIC CLOSE Emergency button. Immediately closes all open positions managed by this EA (matching its Magic Number).
SAFE: ON/OFF Toggle Safe Mode. When active, all trading is disabled. The EA enters Safe Mode automatically after repeated errors. Click to manually enable/disable.

5. Advanced Mode

Setting Advanced_Mode to true unlocks all 24 internal trading parameters for manual configuration. When Advanced Mode is active, the Risk Mode preset is completely ignored — you have full control.

Warning: Modifying advanced parameters without understanding their function can significantly impact trading performance. We strongly recommend most users keep Advanced_Mode = false and use the Risk Mode presets.

Advanced parameters include: ATR periods and multipliers, S/R lookback bars, swing depth, risk-to-reward limits, safe ATR protection settings, polling intervals, deviation, magic number, debug mode, and panic close controls. For a complete reference of all advanced parameters, contact our support team.

6. Premium Signal Channel (Bonus)

All paid subscribers (Basic, Pro, and Elite) get exclusive access to our Telegram Premium Signal Channel as a bonus. This channel provides real-time trading signals, market analysis, and community insights directly on Telegram.

How to get access:

  1. Open our Telegram Support Bot
  2. Type /verify YOUR-LICENSE-KEY
  3. After successful verification, you'll automatically receive an invite link to the Premium Channel

Note: The invite link is one-time use and expires in 24 hours. Free trial users do not have access to the Premium Channel. If your subscription expires, access will be automatically revoked.

Open Telegram Bot →

7. Troubleshooting

ProblemCauseSolution
"License invalid" or "NO_KEY" License key is incorrect, expired, or empty. Double-check your license key. Ensure no extra spaces. If expired, renew from your account.
"LEASE_TAKEN" EA is already running on another chart or terminal with the same license. Remove the EA from the other chart. If you can't find it, wait 2-3 minutes for the old lease to expire automatically.
"UNREACHABLE" or "NO_HTTP" Cannot connect to the license server. 1. Verify WebRequest is enabled with https://pro.smartai-trader.com.
2. Check internet connection.
3. Check firewall/antivirus settings.
EA is not opening trades Multiple possible causes. 1. Check panel status — is it [ON]?
2. Check Experts tab for errors.
3. Verify Symbols_To_Trade matches incoming signals.
4. Check if spread exceeds Max_Spread.
"SAFE MODE active" EA entered Safe Mode after consecutive failures. Fix the underlying error (license, internet), then click the SAFE: OFF button to resume.
Panel shows [ERROR] Critical error during initialization. Check the Experts tab for the specific error message. Common causes: missing WebRequest URL, invalid license, or broker connection issues.
Still need help? Contact our support team via Telegram Support Bot for real-time assistance.
Download SmartAI Trader v1.9