Commit Graph
4 Commits
Author SHA1 Message Date
SenofyandClaude Sonnet 4.6 b990ba0606 Remove autotrader.sqlite from tracking, add to .gitignore
Database should be created fresh on first run, not committed to the repo.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-10 03:38:55 -05:00
SenofyandClaude Sonnet 4.6 570a54fe60 Fix fetchDaysTraded to use reports API with bearer auth and correct daysTraded counting
- Replace fill/ldeps and fill/list approaches with Tradovate reports API
- Add bearer auth to getreport polling (root cause of prior 404s)
- Use endDate = tomorrow to ensure current-session fills are included
- Count all traded days when minDayPnL is 0, otherwise count days >= minDayPnL
- Add PATCH /api/debug endpoint for proxying raw Tradovate API calls

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09 18:57:12 -05:00
SenofyandClaude Sonnet 4.6 645041c600 Add .gitignore entries for local runtime artifacts
Ignore *.sqlite, dev.log, dev.err, and nul.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-08 15:03:59 -05:00
Senofy b33c43aa0c Initial commit from Create Next App 2026-03-07 21:13:43 -06:00