Use this file to discover all available pages before exploring further.
Operating an automated trading bot is a discipline, not a continuous task. The bot does the work; you provide oversight. The right operator routines build situational awareness without demanding constant attention. This page is the rhythm guide.
Kill switch is in expected state (usually OFF for normal operation).
Connection-state indicators all green for every active venue.
No urgent alerts or warnings displayed.
3
Skim the Live Trades panel
Quick visual scan:
Are positions roughly where you expect?
Any held abnormally long?
Any unexpected positions?
The goal is intuition-building, not detailed analysis.
4
Glance at the day's closed trades
Compare against your Telegram chat. Totals match? Reasonable count?If your Telegram running total looks off, investigate further. Otherwise move on.
5
Check log stream briefly
Open the Logs panel for 30 seconds. Watch for repeated errors or unusual messages.Most days: nothing concerning. The brief check builds your “what does normal look like” intuition.
If everything looks normal: log out. The whole exercise is 2–5 minutes. The goal is not to make decisions every day; it’s to confirm “the bot is doing what I expect.”
Dashboard’s analytics panel for the last 7 days. Compare against last week and your monthly running average.Trends to notice:
Trade frequency stable or shifting?
Win rate within typical range?
Drawdown character similar to backtest expectation?
2
Identify the week's worst trade
Open the order detail. Was the mode behaving as designed, or was there an anomaly?
Mode-design behavior → expected, no action.
Anomaly (unusual stop-loss trigger, weird fill, unexpected exit) → flag for investigation.
3
Identify the week's best trade
Same exercise. Was the gain due to the mode hitting expected rungs, or due to an unusually large move that the mode happened to capture?Lucky big wins are different from designed wins. Distinguish.
4
Check the Logs panel for recurring warnings
Search for any patterns. Recurring errors are a flag.Common: occasional “rate limit” warnings during busy market periods. These are normal if rare. Concerning: recurring authentication failures, configuration mismatches.
5
Confirm all expected pairs have traded
A pair that hasn’t closed a trade in a week is a flag worth investigating. Possible causes:
Capital allocation too small for min-notional.
Mode’s buy conditions never triggered.
Symbol moved in a way the mode doesn’t capture.
Decide: leave the pair, adjust capital, or remove from active set.
6
Make any deliberate operator adjustments
Add a new pair? Tune a mode parameter? Rotate API keys (if quarterly cadence aligned)?Document changes in your operator log: “2026-04-15: added XRPUSDT to BasicMode at $3,000. Reason: validated by 6-month backtest with +15% return.”
Weekly reviews are where operator skill develops. The decisions you make here, deliberately and with data, compound over months.
Monthly — tax archive + capital review (60 minutes)
1
Pull the Tax Report
Dashboard → Tax Report → select last month → export CSV/JSON.Archive to your designated tax folder (cloud drive or local with backup).
2
Cross-check with Telegram running total
Last Telegram trade-close of the month should show running total close to (or matching exactly) the tax report’s net P&L.Discrepancies investigate immediately — usually a data restore boundary or a manual close not reflected.
3
Review capital allocation
Is each mode’s allocated capital still appropriate?
Is reserve still ~50%?
Has any pair drifted outside the 25% rule?
Should you scale up (after multiple consecutive non-negative months)?
Should you scale down (if regime mismatch persists)?
4
Audit the venue's API key activity
Each venue’s audit log shows API key activity. Review for the month:
All calls came from your VPS’s IP?
Any unfamiliar activity?
Any unusual error rates?
5
Plan structural changes for next month
Any deliberate changes? New venue, new mode, new pair? Document the plan; execute it deliberately at month-start, not on impulse mid-month.
6
Verify backups are running
Database backup script ran daily as expected? Off-site backups intact? Test-restore once a quarter to verify recoverability.
Most “panic decisions” worsen outcomes. Take 5 minutes before doing anything.
2
Open the Dashboard
Look at actual positions, actual P&L, actual unrealized exposure. Not what you fear; what is.
3
Compare to backtest expectations
Is this within historical drawdown ranges? If yes, the bot is operating within design parameters. Hold. If beyond historical range, engage further.
4
Decide: kill switch or not?
If you’re genuinely worried (not just stressed): kill switch ON. Cost of false alarm: zero. Cost of buying into worsening situation: substantial.
5
Wait for clarity (an hour, a day)
Most market events resolve within hours. Wait for the situation to clarify before further action.
6
Decide with calmer head
Once the situation is clearer: re-engage the kill switch (or stay paused). Close positions manually if necessary. Document the incident in your operator log.