Last updated: 2026-08-30
Documentation
Welcome to the Alpha Signal Pro documentation hub. This page covers the essentials — for detailed API references, knowledge-base articles, and video tutorials, use the resources in Section 4 below.
1. Quick start (Forex / MT5)
- Create an account at /signup — you'll get a 14-day free trial automatically;
- Subscribe to a plan at /pricing — pay via UPI and submit your 12-digit UPI transaction reference (UTR) plus a screenshot. Admin verifies within 24 hours;
- Download the EA from the
Install Guide tab of your dashboard. The file
is
Alpha_Signal_Pro.ex5(compiled binary); - Install in MT5: Open MT5 → File → Open Data Folder → MQL5 → Experts → copy the .ex5 file here → restart MT5;
- Enable WebRequest: MT5 → Tools → Options → Expert Advisors →
check "Allow WebRequest for listed URL" → add
https://api.alphasignalpro.in; - Attach the EA to any chart (e.g. EURUSD M15) → Inputs tab →
paste your license key into the
LicenseKeyfield → setDevKeyif you have one (enables manual Buy/Sell buttons) → click OK; - Enable Algo Trading: Click the "Algo Trading" button in the MT5 toolbar (top right). It should turn green;
- Verify connection: The EA's dashboard panel should show "License: ACTIVE" within 30 seconds. If it shows "WAITING" or "ERROR", check the WebRequest URL and license key.
2. Quick start (Indian Markets)
- Follow steps 1-2 above to create an account and subscribe;
- From your dashboard, go to Settings → Markets and enable the Indian markets you want to trade (NSE Cash, BSE Cash, F&O Futures, F&O Options);
- Go to Settings → Brokers and connect your broker (Zerodha, Upstox, Angel One, Groww, Dhan, ICICI Direct, Kotak, 5Paisa, Alice Blue, or Shoonya). You'll be redirected to the broker's OAuth flow;
- Once connected, your broker account is bound to your license key. The Indian Market Dashboard will start showing live quotes, option chains, and AI signals;
- For auto-execution, enable "AI Auto-Trade" in the dashboard. We strongly recommend starting with manual execution until you're comfortable with the signal quality and risk sizing.
3. Dashboard sections
| Section | What it shows |
|---|---|
| Overview | Index cards, sector heatmap, market breadth, top gainers/losers |
| AI Decisions | Live BUY/SELL/WAIT signals with confidence, risk score, and rationale |
| Positions | Open positions, P&L, trailing-stop status (ATE v3) |
| Pending Orders | Active limit/stop orders, fill history |
| Counterfactual | "Was the WAIT correct?" — analysis of skipped signals |
| Learning | Trade review, P&L, win rate, model performance |
| Hero Zero | Specialised AI module for index-option expiry-day trading |
4. Knowledge base & resources
- FAQ: /faq — common questions, answered;
- How it works: /how-it-works — full pipeline diagram and explanation;
- AI Engine: /ai — overview of our multi-agent architecture;
- API Reference: Available to paid-plan subscribers at
/docs(FastAPI auto-generated OpenAPI); - Video tutorials: Coming soon — YouTube channel launch planned for Q3;
- Community: Telegram group for paid-plan subscribers (handle shared on activation).
5. Troubleshooting
Common issues and their fixes:
- EA shows "License: WAITING" — check that the LicenseKey input
matches exactly (it's case-sensitive). Check that WebRequest is enabled for
https://api.alphasignalpro.in; - EA shows "License: ERROR" — your license may be expired, suspended, or on the wrong plan. Check your dashboard → Settings → Subscription;
- No signals appearing — the AI may be in WAIT mode (low confidence). Check the AI Decisions tab to see the last decision and its rationale;
- Broker API errors — most broker APIs require daily token refresh. If your broker connection shows "expired", reconnect from Settings → Brokers;
- Slow dashboard — try clearing browser cache, or switching to a different theme (Settings → Theme). If still slow, check your internet connection — the dashboard streams live market data.
6. EA inputs reference
| Input | Default | Description |
|---|---|---|
LicenseKey | "" | Your ASP-XXXXXXXX license key. Required. |
DevKey | "" | Developer key (enables manual Buy/Sell buttons). Optional. |
LotSize | 0.01 | Fixed lot size for manual trades. Cycle through 0.01-2.00 with the LOT button. |
EnableAutoTrade | false | When true, EA executes AI signals automatically. Use with caution. |
MaxRiskPercent | 1.0 | Max % of equity to risk per trade. AI may reduce this further based on confidence. |
SpreadGuardPips | 3 | Reject signals when spread exceeds this many pips. |
7. Support
If you get stuck, see our Support Policy for channels
and SLAs. The fastest way to reach us is email at support@alphasignalpro.in
with your license key, EA version, and a screenshot of the issue.