How it works
On any chart page, hover a signal in the Signals list and click “paper trade” — the trade is recorded here at that signal’s price. Entries are marked to market with the latest close, so you can see how following the signals would have worked. Everything is stored locally in your browser (no account).
Open positions
No open positions.
Closed positions
No closed positions yet.
Stats
Nothing tracked yet.
Per-strategy stats (your closed trades)
Price alerts
Alerts fire while any TrendScan page is open — a browser notification (or the banner below) when price crosses your target.
Score alerts
Fire when a symbol's 0–100 score crosses ≥70 (bullish) or ≤30 (bearish).
Alert history (last 15 fired)
Telegram alerts (optional, free)
- Open Telegram, search @BotFather, send
/newbot, follow prompts → get the bot token. - Send
/startto your new bot (any message). - Open
https://api.telegram.org/bot<TOKEN>/getUpdates→ find"chat":{"id":…}→ that's your chat id. - On the PC running the nightly job:
set TRENDSCAN_TG_TOKEN=…andset TRENDSCAN_TG_CHAT=…(in auto_update.bat). - Done — the nightly digest sends one summary message per day (top setups + fresh signals).
Watchlist-only mode: set TRENDSCAN_TG_WATCHONLY=1 to restrict the digest to your starred symbols (shared via data/watchlist.json if you export it).