F FREENDIA

Documentation

Documentation
PRODUCT
last revised ยท 2026-08-10 00:36:49.388644

Last updated: 2026-08-10

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)

  1. Create an account at /signup โ€” you'll get a 14-day free trial automatically;
  2. 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;
  3. Download the EA from the Install Guide tab of your dashboard. The file is Alpha_Signal_Pro.ex5 (compiled binary);
  4. Install in MT5: Open MT5 โ†’ File โ†’ Open Data Folder โ†’ MQL5 โ†’ Experts โ†’ copy the .ex5 file here โ†’ restart MT5;
  5. Enable WebRequest: MT5 โ†’ Tools โ†’ Options โ†’ Expert Advisors โ†’ check "Allow WebRequest for listed URL" โ†’ add https://api.alphasignalpro.in;
  6. Attach the EA to any chart (e.g. EURUSD M15) โ†’ Inputs tab โ†’ paste your license key into the LicenseKey field โ†’ set DevKey if you have one (enables manual Buy/Sell buttons) โ†’ click OK;
  7. Enable Algo Trading: Click the "Algo Trading" button in the MT5 toolbar (top right). It should turn green;
  8. 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)

  1. Follow steps 1-2 above to create an account and subscribe;
  2. 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);
  3. 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;
  4. 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;
  5. 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

SectionWhat it shows
OverviewIndex cards, sector heatmap, market breadth, top gainers/losers
AI DecisionsLive BUY/SELL/WAIT signals with confidence, risk score, and rationale
PositionsOpen positions, P&L, trailing-stop status (ATE v3)
Pending OrdersActive limit/stop orders, fill history
Counterfactual"Was the WAIT correct?" โ€” analysis of skipped signals
LearningTrade review, P&L, win rate, model performance
Hero ZeroSpecialised 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

InputDefaultDescription
LicenseKey""Your ASP-XXXXXXXX license key. Required.
DevKey""Developer key (enables manual Buy/Sell buttons). Optional.
LotSize0.01Fixed lot size for manual trades. Cycle through 0.01-2.00 with the LOT button.
EnableAutoTradefalseWhen true, EA executes AI signals automatically. Use with caution.
MaxRiskPercent1.0Max % of equity to risk per trade. AI may reduce this further based on confidence.
SpreadGuardPips3Reject 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.