MQL5/Experts.Everything you need to set up, configure, and get the most from Falcon AI.
Installation, first connection, and initial setup.
All EA settings explained — tokens, risk, symbols.
How to use the remote control dashboard.
Daily targets, AI health, symbol management.
Subscription, payments, trial, password reset.
Common issues and how to fix them.
MQL5/Experts.The EA needs permission to communicate with the server. Without this, all remote features are disabled.
Allow WebRequest for listed URLhttps://script.google.comYour dashboard connects to your EA using a unique secret token. This token is generated when you register.
Once connected, the dashboard polls the server every 5 seconds and displays live data from your EA.
Falcon AI works as a Progressive Web App — installable on any phone or tablet without an app store.
On Android (Chrome):
On iPhone (Safari):
MT5 has a global AutoTrading switch. If it's off, no EA can place trades — including Falcon AI.
These two settings are required for the EA to function:
RC_SecretToken — Your unique account token. This isolates your data from all other users.RC_EndpointURL — The Google Apps Script web app URL. This is where the EA sends/receives data.Falcon AI includes multiple risk protection layers. Key settings:
MaxDrawdownPercent — Maximum allowed drawdown before EA stops trading (default: 5%)RiskPerTrade — Percentage of equity risked per trade (default: 1%)MaxOpenPositions — Maximum simultaneous open positionsUseFixedLot — If true, ignores dynamic sizing and uses a fixed lotFixedLotSize — The fixed lot size when UseFixedLot is trueFalcon AI can trade multiple symbols simultaneously. Symbols are managed from the dashboard, but you can also pre-configure them in the EA inputs:
TradedSymbols — Comma-separated list (e.g., "XAUUSD,EURUSD,GBPJPY")The EA normalizes symbol names (adds broker suffixes automatically if needed).
The Daily Target System automatically stops trading when your profit goal is reached for the day.
DailyTargetPercent — Target as a % of starting balance (e.g., 2.0 = 2%)DTS_Enabled — Enable/disable the daily target systemThe AI engine learns from trading outcomes and adapts its strategy. Key settings:
AI_Enabled — Master switch for the AI decision layerAI_LearningRate — How fast the AI adapts (lower = more conservative)AI_MinTradesForAdapt — Minimum trades before AI starts adjusting strategyAI_FreezeOnDrawdown — Pause AI learning during drawdown periodsThe dashboard shows a real-time AI Health Score (0-100) and cognitive state (Learning, Adapting, Innovating).
Falcon AI validates your license on startup. The EA sends your MT5 account number and broker server to the license registry.
The dashboard gives you full control over your EA from anywhere:
Changes are sent to the server instantly and the EA picks them up within 5 seconds (next poll cycle).
Each trading symbol appears as a card in the dashboard. You can individually:
You can also add new symbols using the input field at the bottom of the symbols card.
The top bar shows your connection health:
The EA Offline banner appears when the server hasn't received a poll from your EA in over 30 seconds. This usually means MT5 is closed, your VPS is down, or WebRequest is not enabled.
Signal bars (1-4) indicate poll freshness: 4 bars = polled within 5s, 1 bar = 20+ seconds ago.
The built-in chat connects you directly with the admin team. Features:
The dashboard displays real-time account metrics reported by your EA:
These values update every 5 seconds when the EA is online.
The Daily Target System (DTS) calculates your profit as a percentage of your starting balance for the day. When the target is reached:
The progress bar shows real-time percentage toward your target. Admin can set or override your target remotely.
The AI Health card shows how well the algorithm is performing:
If the AI is "frozen" (shown in red), it means learning has been paused — usually due to drawdown protection.
Admins can remotely spawn a new chart+EA instance from the dashboard. This creates a new chart window on your MT5 terminal with Falcon AI already attached.
This feature requires a dedicated "Spawner EA" to be running on a blank chart. It monitors the spawn mailbox and creates charts when requested.
Multiple protection layers can prevent trading:
When any lock is active, the EA continues managing existing positions but will not open new ones.
Every new account receives a 7-day free trial with full access to all features:
When your trial expires, you'll need to subscribe (£400/month) to continue trading. Your existing open positions are never affected by trial expiry.
To subscribe after your trial:
Once approved, your subscription activates for 30 days. It auto-renews monthly.
The code expires after 10 minutes. If expired, request a new one.
To cancel, contact support through the dashboard chat or email. Upon cancellation:
There are no cancellation fees and no long-term contracts.
If the dashboard shows your EA as offline, check these in order:
If you toggle something in the dashboard but the EA doesn't respond:
Multiple things can prevent new trade entries:
When your 7-day trial expires:
To continue trading, subscribe from your Account page. Access is restored within hours of payment approval.
If you see this message, it means a free trial has already been activated from your device/browser. This is an anti-abuse measure.
If you believe this is an error (e.g., you share a computer with someone), contact support and we can manually review your case.
The solution is to subscribe to a paid plan — this bypasses all trial restrictions.