2 Commits

Author SHA1 Message Date
Alexis Bruneteau
135059d1d0 Fix trade detection: remove infinite pagination loop
- API returns latest 100 trades without pagination support
- Previous code was stuck in infinite while loop fetching same trades repeatedly
- This prevented initial trade fetch from completing and blocked polling
- Now fetches once per poll interval, allowing trades to appear in console
- Changed FILTER_BTC_15M_ONLY=false to show all market types
- Trades now properly detected and logged with full details
2025-12-07 13:13:34 +01:00
Alexis Bruneteau
13f55b506a Initial commit: Polymarket Copy Trading Bot
- Complete bot implementation with TUI dashboard
- Trade detection and copying from monitored accounts
- Magic Login authentication support
- SQLite database for trade persistence
- Real-time balance tracking and trade execution
- 15-minute window market analysis
- Comprehensive error handling and logging
2025-12-06 19:58:56 +01:00