Dashboard

🧾 Paper Trading (USS v13.7 webhook middleware)

DRY-RUN Β· no real orders
How to point your indicator here: in TradingView β†’ Create Alert β†’ Webhook URL, paste http://127.0.0.1:5000/webhook/tradingview. Set the alert message to "{{strategy... }}" β€” actually use the indicator's own JSON (it already emits it via alert()), so just choose "Any alert() function call" and the JSON from the script is forwarded as-is.
⚠ Localhost can't be reached from TradingView's servers β€” this works only for local testing / manual curl now. Internet exposure (ngrok) is the next step, after the paper results look good.
🟒 Live P&L (open positions)
β€”
Booked from partials + mark-to-market on what's still running
πŸ”΅ Closed P&L (fully booked)
β€”
Realized P&L from trades that are fully closed

Open positions (live mark-to-market Β· refreshes every 5s)

TickerDirQty EntryLive Booked (TP1)Live P&L ModeGradeRe-entOpened

Recent closed trades

Exit timeTickerDir EntryExitMove P&LModeGradeReason