mirror of
https://github.com/PyP-Quant/quant-trading-strategy-templates.git
synced 2026-08-20 14:18:08 +00:00
30 lines
741 B
Markdown
30 lines
741 B
Markdown
# eurnzd-volatility-rf-4h
|
|
|
|
EURNZD volatility classifier for PyP Quant Mode.
|
|
|
|
This is an educational starter template for `EURNZD` on the `4h` timeframe. It implements the PyP Quant contract:
|
|
|
|
```python
|
|
train(data, config)
|
|
predict(model, market_data, config)
|
|
```
|
|
|
|
Use it as a baseline, then validate with PPE before any live deployment.
|
|
|
|
## Model
|
|
|
|
- Symbol: `EURNZD`
|
|
- Timeframe: `4h`
|
|
- Family: `sklearn RandomForest`
|
|
- Output: `UP`, `DOWN`, or `HOLD`
|
|
|
|
## PyP Links
|
|
|
|
- Quant docs: https://pyp.stanl.ink/docs/quant/what-is-quant-mode
|
|
- Quant landing page: https://pyp.stanl.ink/for-quant-traders
|
|
- Create project: https://pyp.stanlink.online/projects/quant/new
|
|
|
|
## Risk
|
|
|
|
This is not financial advice and is not a verified profitable strategy.
|