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.
• 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.
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
✅ Session key active —
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.