🚀 Quick Start Guide
Get started with Secure Algo in just 5 minutes!
1
Create Account
- 1.Visit securealgo-frontend.onrender.com
- 2.Click "Register" button
- 3.Fill in your details: Email, Username, Password
- 4.Click "Create Account"
2
Login
- 1.Go to login page
- 2.Enter your email and password
- 3.Click "Sign In"
3
Add MT5 Account
- 1.Go to Dashboard → Add Account
- 2.Enter MT5 credentials
| Field | Example |
|---|---|
| Account Number | 12345678 |
| Password | your_mt5_password |
| Server | ICMarketsSC-Demo |
| Account Type | Demo or Live |
| Broker | IC Markets |
3. Click "Connect Account"
4
Get API Key
- 1.Go to Dashboard → TradingView Bridge
- 2.Your API Key will be displayed
- 3.Copy the Webhook URL:
https://api.securealgo.in/api/webhook/tradingview5
Setup TradingView Alert
- 1.Open TradingView chart
- 2.Create an alert (Alt + A)
- 3.In Message tab, paste JSON:
{
"symbol": "EURUSD",
"action": "BUY",
"volume": 0.01,
"stop_loss": 1.0800,
"take_profit": 1.0900,
"api_key": "YOUR_API_KEY_HERE"
}- 4.In Notifications tab:
- ✅ Enable Webhook URL
- Paste:
https://api.securealgo.in/api/webhook/tradingview
- 5.Click Create
6
Test Your Setup
- 1.Trigger a test alert in TradingView
- 2.Check Secure Algo dashboard for:
- • New trade notification
- • Position in MT5
🎉 Congratulations!
You've successfully set up Secure Algo. Your TradingView alerts will now automatically execute trades on MT5!