Files
gogo2/core
Dobromir Popov 510a657092 feat: Add real-time prediction loop - the MISSING piece
Create RealtimePredictionLoop to continuously call model.predict() on incoming data

Features:
- Detects new 1s/1m candles and triggers predictions
- Detects pivot points for prediction triggers
- Calls ALL models (CNN, DQN, COB-RL) continuously
- Combines predictions into trading signals
- NO SYNTHETIC DATA - only real market data

This is why model.predict() was only called once at startup - there was NO
continuous prediction loop running on new market data!
2025-10-01 00:16:33 +03:00
..
2025-05-24 02:01:07 +03:00
2025-09-30 23:56:36 +03:00
2025-05-31 00:47:59 +03:00
2025-07-07 23:39:12 +03:00
2025-06-24 18:01:24 +03:00
2025-09-30 23:56:36 +03:00
2025-09-09 03:33:49 +03:00
2025-09-30 23:56:36 +03:00
2025-09-30 23:56:36 +03:00
2025-09-08 23:57:21 +03:00
2025-09-30 23:56:36 +03:00
2025-09-02 19:25:42 +03:00
2025-09-30 23:56:36 +03:00
2025-06-24 19:21:47 +03:00
2025-09-02 18:51:49 +03:00
wip
2025-09-08 11:44:15 +03:00