cash works again!

This commit is contained in:
Dobromir Popov
2025-05-25 00:28:52 +03:00
parent d418f6ce59
commit cf825239cd
18 changed files with 1970 additions and 1331 deletions

View File

@ -2,11 +2,23 @@
A modular, scalable cryptocurrency trading system with CNN and RL components for multi-timeframe analysis.
## 🚨 CRITICAL: REAL MARKET DATA ONLY
## 🚫 **CRITICAL: NO SYNTHETIC DATA POLICY**
**This system uses EXCLUSIVELY real market data from cryptocurrency exchanges. NO synthetic, generated, or simulated data is allowed for training, testing, or inference.**
See [REAL_MARKET_DATA_POLICY.md](REAL_MARKET_DATA_POLICY.md) for complete guidelines.
### **Strictly Forbidden:**
- Any form of synthetic or generated data
- Mock or simulated market conditions
- Dummy data for testing or development
- Random price generation or manipulation
### **Policy Compliance:**
- All data must come from live exchange APIs
- Historical data must be authentic exchange records
- Real-time feeds must be direct from exchange WebSockets
- Zero tolerance for synthetic data in any form
**See `REAL_MARKET_DATA_POLICY.md` for complete details and compliance guidelines.**
## Features