cash works again!
This commit is contained in:
16
readme.md
16
readme.md
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user