Daily Trading Routine
Pre-market (4:00 AM – 9:30 AM ET)
Check status
Navigate to
/status or run get_status to confirm TWS is connected and market session is “pre-market”.Review overnight signals
Check
/signals for any Holly alerts that were auto-evaluated overnight. Look for scores above 70.Build watchlist
Use the screener at
/screener with day_gainers and most_actives from prior session. Calculate gap % manually from current quotes vs prior close.Regular session (9:30 AM – 4:00 PM ET)
Evaluate setups
Use the ensemble evaluation (MCP
eval_stats or /evals) to score any setup through all 3 models. Only trade scores above your threshold.Size and execute
Use
size_position to calculate shares from entry/stop. Execute with place_advanced_bracket for full bracket protection.Post-market (4:00 PM – 8:00 PM ET)
Journal trades
Add entries at
/journal/new with reasoning, setup type, and outcome tags. This feeds the feature attribution model.Record outcomes
Link trade results to evaluations with
record_outcome so the ensemble can learn from your actual trades.Weekend
- Review
/analyticsfor weekly trends - Check
/driftfor model accuracy degradation - Run
edge_reportto validate ensemble edge is real (walk-forward validation) - Consider
tune_risk_paramsto auto-calibrate position sizing from recent outcomes