Account
Signed in as
Portfolio
📥 Trade Import CSV from your broker
Import your trades via CSV export from your broker
TradEdge does not connect to your broker account. Export your tradebook CSV from your broker's portal and upload it here — we'll auto-detect the broker from the column headers and map the data automatically.
Supported Brokers
Zerodha
Dhan
Fyers
Upstox
Angel One
How to export your tradebook
Zerodha: Console → Reports → Tradebook → Download CSV
Dhan: App → Reports → Tradebook → Download CSV
Fyers: Backoffice → Reports → Trade Book → Export
Upstox: Reports → Tradebook → Download CSV
Angel One: Backoffice → Reports → Trade Book → Export CSV
🎁 Invite & Earn
Share your link. When a friend subscribes, they get 10% off their first plan and you get +1 month added to your subscription.
Your referral link
📱 WhatsApp ✈ Telegram 𝕏 Twitter
Total
Converted
Months Earned
Terms
• Self-referrals are not rewarded.
• Each referee qualifies for one reward — subsequent subscriptions from the same referee do not add months.
• Fraudulent or abusive referrals will be reversed without notice.
• Reward is applied automatically within minutes of the referee's first successful payment.
Dhan API
📥 Import from Dhan Tradebook
Dhan App → Reports → Tradebook → Download CSV → Upload below
Zerodha KiteConnect
1
API Key & Secret
2
Login & Token
After login you'll see a "This site can't be reached" page — that's normal.
Copy the full URL from the address bar and paste below.
3
Or paste Access Token directly
⚡ Cloudflare Worker URL
Required for all broker sync. Deploy the free worker at workers.cloudflare.com.
TradingView Layout
Your saved TradingView chart layout ID — used for "Open in TV" links. Found in the URL: tradingview.com/chart/LAYOUT_ID/
Telegram Notifications
Get trade alerts via Telegram. Create a bot with BotFather, then start a chat with your bot to get the Chat ID.
Definedge (RZone)
🔐 Daily Session Key
Open Definedge login → After login click "Regenerate Token" → Paste api_session_key below
Live Prices
Not refreshed
📡 CMP via Yahoo Finance (NSE). No API key needed.
☁️ Cloud Sync (Supabase)
Not configured
🔐 Sync trades across devices via your own Supabase project.
Get URL & key from supabase.com → Project → Settings → API
📦 localStorage: | 🧠 Memory:
📋 SQL Setup (run once in Supabase)
CREATE TABLE IF NOT EXISTS tradedge_trades (
  device_id   TEXT PRIMARY KEY,
  trades_json TEXT,
  ledger_json TEXT,
  cfg_json    TEXT,
  fund_json   TEXT,
  alerts_json TEXT,
  gtt_json    TEXT,
  prefs_json  TEXT,
  updated_at  TIMESTAMPTZ DEFAULT now()
);
ALTER TABLE tradedge_trades ENABLE ROW LEVEL SECURITY;
CREATE POLICY "allow_all" ON tradedge_trades
  FOR ALL USING (true) WITH CHECK (true);
🧠 Groq AI API Key
Used for trade-idea analysis & journal summaries (admin only).
🐙 GitHub Personal Access Token
Required to trigger GitHub Action workflows (MPS Force Update, RRM Scanner, FII/DII, Sector refresh) and write wiki daily notes. Needs repo + workflow scopes. Set once here — syncs across all devices via Supabase.
NSE Symbol Database
Update stock symbols from NSE (~2200+). Auto-updates on refresh.
📋 Subscription Management
All user subscriptions. Click 🔔 to manually send a reminder (7/3/1 day milestones).
Loading…
🎟 Coupon Management
Create, edit, and deactivate discount coupons for subscription plans. All changes take effect immediately.
Create new coupon
Existing coupons
Loading…
Data Management