CoolFace
Apppublic

HARSHARAVURI/stoker-mft

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
38 commits on main
81e02616mo ago

Remove RESET confirmation — single-click reset button

Stoker MFT, Claude Sonnet 4.6
853e3096mo ago

Add Reset DB button to Trade Ledger tab with RESET confirmation guard

Stoker MFT, Claude Sonnet 4.6
eddfb2f6mo ago

Reset: wipe learnings to blank slate

Stoker MFT, Claude Sonnet 4.6
e82aa426mo ago

Make gpt-5-nano primary LLM, Gemma as fallback

Stoker MFT, Claude Sonnet 4.6
083ed2b6mo ago

Fix stale trade recovery, off-hours CLOSED_TIME, NaN guard, thread watchdog

Stoker MFT, Claude Sonnet 4.6
7b5eb8e6mo ago

Fix nan P&L display, add thread watchdog, guard holiday cache corruption

Stoker MFT, Claude Sonnet 4.6
14963227mo ago

Add short-term bond simulation: idle cash earns 7% p.a. T-bill interest

Stoker MFT, Claude Sonnet 4.6
4dc88a87mo ago

Make trading algorithm more aggressive: lower confidence/RR thresholds, bigger positions, more open slots

Stoker MFT, Claude Sonnet 4.6
07028b77mo ago

Add Decision Log tab: documents every trade entry, rejection, and no-trade cycle with full rationale

Stoker MFT
4655db17mo ago

Add keep-alive thread to prevent HF Space from sleeping

Stoker MFT
3e1c4057mo ago

Add total investment, portfolio size, and total return to ledger summary

Stoker MFT, Claude Sonnet 4.6
0d4bb3a7mo ago

Update Taxes.md with revised tax rates

Stoker MFT, Claude Sonnet 4.6
c9729207mo ago

Robust Taxes.md parsing: LLM-first with cache, regex fallback + Tax Audit agent

Stoker MFT, Claude Sonnet 4.6
c72be997mo ago

Add Source_research.md and Stocker_MFT_PLAN.md to repo

Stoker MFT, Claude Sonnet 4.6
40b2aaa7mo ago

Make taxes.py read rates live from Taxes.md; inject into agent prompts

Stoker MFT, Claude Sonnet 4.6
1cba3b57mo ago

Integrate Indian trading taxes into P&L, risk, and agent decisions

Stoker MFT, Claude Sonnet 4.6
14ca9ce7mo ago

Enforce ₹10,00,000 fund constraint with equity-aware position sizing

Stoker MFT, Claude Sonnet 4.6
dac27dc7mo ago

Add real-time P&L dashboard to Trade Ledger tab

Stoker MFT, Claude Sonnet 4.6
ebd87a87mo ago

Update README with full current feature set

Stoker MFT, Claude Sonnet 4.6
9d9b8567mo ago

Add holiday calendar with Sunday auto-fetch and holiday-aware scheduling

Stoker MFT, Claude Sonnet 4.6
65754e07mo ago

Add off-hours scanning and pre-market trade queue

Stoker MFT, Claude Sonnet 4.6
f642c067mo ago

Full Postgres compatibility fix for ledger

Stoker MFT, Claude Sonnet 4.6
faec4707mo ago

Fix Postgres schema: replace DATETIME with TIMESTAMP

Stoker MFT, Claude Sonnet 4.6
93fa50c7mo ago

Fix Postgres schema init: replace SQLite-only INSERT OR IGNORE syntax

Stoker MFT, Claude Sonnet 4.6
391f3b77mo ago

Auto-append trade learnings to learnings.md on every close

Stoker MFT, Claude Sonnet 4.6
17fd5ce7mo ago

Add trade intelligence panel to Trade Ledger tab

Stoker MFT, Claude Sonnet 4.6
23bcc547mo ago

Comprehensive documentation update

Stoker MFT
7293b647mo ago

Log all trade proposals and rejections with full reasoning

Stoker MFT
3581ab67mo ago

Standardise all timestamps to IST-aware across entire codebase

Stoker MFT
12656e27mo ago

Show log timestamps in IST (UTC+5:30 conversion)

Stoker MFT
5a5bc2e7mo ago

Fix: remove unsupported scale arg from gr.Markdown

Stoker MFT
5d15eef7mo ago

Add Logs tab: live execution log viewer with level filter (ERROR/WARNING/INFO/ALL)

Stoker MFT
e36a4ee7mo ago

Perpetual auto-scanner: enabled by default, covers IN+US markets, live status panel in UI

Stoker MFT
437781a7mo ago

Improve rate limit message: show last run time, next available time, and reason

Stoker MFT
61260877mo ago

Resolve README conflict — use docker sdk

Stoker MFT
32c17d37mo ago

Fix HF Space SDK: gradio -> docker (Dockerfile present)

Stoker MFT
67e9a537mo ago

Initial deployment — Stoker MFT v1.0

Stoker MFT
e5666c37mo ago

initial commit

HARSHARAVURI