🚀 Quick Start Guide

Get started with Secure Algo in just 5 minutes!

1

Create Account

  1. 1.Visit securealgo-frontend.onrender.com
  2. 2.Click "Register" button
  3. 3.Fill in your details: Email, Username, Password
  4. 4.Click "Create Account"
2

Login

  1. 1.Go to login page
  2. 2.Enter your email and password
  3. 3.Click "Sign In"
3

Add MT5 Account

  1. 1.Go to Dashboard → Add Account
  2. 2.Enter MT5 credentials
FieldExample
Account Number12345678
Passwordyour_mt5_password
ServerICMarketsSC-Demo
Account TypeDemo or Live
BrokerIC Markets

3. Click "Connect Account"

4

Get API Key

  1. 1.Go to Dashboard → TradingView Bridge
  2. 2.Your API Key will be displayed
  3. 3.Copy the Webhook URL:
https://api.securealgo.in/api/webhook/tradingview
5

Setup TradingView Alert

  1. 1.Open TradingView chart
  2. 2.Create an alert (Alt + A)
  3. 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"
}
  1. 4.In Notifications tab:
    • ✅ Enable Webhook URL
    • Paste: https://api.securealgo.in/api/webhook/tradingview
  2. 5.Click Create
6

Test Your Setup

  1. 1.Trigger a test alert in TradingView
  2. 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!