HARSHARAVURI/stoker-mft
Remove RESET confirmation — single-click reset button
Add Reset DB button to Trade Ledger tab with RESET confirmation guard
Reset: wipe learnings to blank slate
Make gpt-5-nano primary LLM, Gemma as fallback
Fix stale trade recovery, off-hours CLOSED_TIME, NaN guard, thread watchdog
Fix nan P&L display, add thread watchdog, guard holiday cache corruption
Add short-term bond simulation: idle cash earns 7% p.a. T-bill interest
Make trading algorithm more aggressive: lower confidence/RR thresholds, bigger positions, more open slots
Add Decision Log tab: documents every trade entry, rejection, and no-trade cycle with full rationale
Add keep-alive thread to prevent HF Space from sleeping
Add total investment, portfolio size, and total return to ledger summary
Update Taxes.md with revised tax rates
Robust Taxes.md parsing: LLM-first with cache, regex fallback + Tax Audit agent
Add Source_research.md and Stocker_MFT_PLAN.md to repo
Make taxes.py read rates live from Taxes.md; inject into agent prompts
Integrate Indian trading taxes into P&L, risk, and agent decisions
Enforce ₹10,00,000 fund constraint with equity-aware position sizing
Add real-time P&L dashboard to Trade Ledger tab
Update README with full current feature set
Add holiday calendar with Sunday auto-fetch and holiday-aware scheduling
Add off-hours scanning and pre-market trade queue
Full Postgres compatibility fix for ledger
Fix Postgres schema: replace DATETIME with TIMESTAMP
Fix Postgres schema init: replace SQLite-only INSERT OR IGNORE syntax
Auto-append trade learnings to learnings.md on every close
Add trade intelligence panel to Trade Ledger tab
Comprehensive documentation update
Log all trade proposals and rejections with full reasoning
Standardise all timestamps to IST-aware across entire codebase
Show log timestamps in IST (UTC+5:30 conversion)
Fix: remove unsupported scale arg from gr.Markdown
Add Logs tab: live execution log viewer with level filter (ERROR/WARNING/INFO/ALL)
Perpetual auto-scanner: enabled by default, covers IN+US markets, live status panel in UI
Improve rate limit message: show last run time, next available time, and reason
Resolve README conflict — use docker sdk
Fix HF Space SDK: gradio -> docker (Dockerfile present)
Initial deployment — Stoker MFT v1.0
initial commit
