Getting Started¶
Welcome to RQF-ML! This guide will help you set up the system and understand its components.
Prerequisites¶
Before you begin, ensure you have:
- TradingView account (Pro+ recommended for webhook alerts)
- Python 3.10+ installed
- Git for version control
- Claude Code CLI (optional, for skills)
System Components¶
graph LR
subgraph "Development"
A[Pine v6 Indicators]
B[Python Backtest]
C[ML Models]
end
subgraph "Execution"
D[TradingView]
E[Webhook Handler]
F[MT5/Exchange]
end
subgraph "Monitoring"
G[Metrics]
H[Alerts]
end
A --> D
B --> C
C --> A
D --> E
E --> F
F --> G
G --> H Quick Navigation¶
-
Installation
Set up your local development environment
-
Quick Start
Get your first indicator running in TradingView
-
Configuration
Configure the system for your needs
Supported Markets¶
| Market | Symbols | Notes |
|---|---|---|
| Futures | MNQ, NQ, MES, ES, MYM, YM, M2K, RTY | Equity indices |
| Metals | GC, MGC, SI | Gold, Silver |
| Energy | CL, MCL | Crude Oil |
| Crypto | BTCUSD, ETHUSD, SOLUSD | And variants |
| Forex | EURUSD, GBPUSD, USDJPY, etc. | Major pairs |
Next Steps¶
- Install the system - Set up Python environment
- Quick Start - Add indicator to TradingView
- Learn the concepts - Understand ICT methodology
- Configure alerts - Set up webhook automation