39 lines
1.0 KiB
Markdown
39 lines
1.0 KiB
Markdown
|
|
# DOLPHIN NG HD - Nautilus Trading System
|
||
|
|
|
||
|
|
Production trading system migrating from VectorBT to NautilusTrader.
|
||
|
|
|
||
|
|
## ⚠️ CRITICAL: Environment Setup
|
||
|
|
|
||
|
|
**ALWAYS activate the Siloqy environment before running any commands:**
|
||
|
|
|
||
|
|
```cmd
|
||
|
|
call "C:\Users\Lenovo\Documents\- Siloqy\Scripts\activate.bat"
|
||
|
|
```
|
||
|
|
|
||
|
|
Or use the helper script:
|
||
|
|
```cmd
|
||
|
|
call activate_siloqy.bat
|
||
|
|
```
|
||
|
|
|
||
|
|
The Siloqy environment is located at: `C:\Users\Lenovo\Documents\- Siloqy\`
|
||
|
|
|
||
|
|
## Project Structure
|
||
|
|
|
||
|
|
```
|
||
|
|
nautilus_dolphin/
|
||
|
|
├── signal_generator/ # Signal generation from HD-HCM-TSF
|
||
|
|
├── nautilus/ # Nautilus components (actors, strategies, exec algorithms)
|
||
|
|
├── config/ # Configuration files (YAML)
|
||
|
|
├── tests/ # Unit and integration tests
|
||
|
|
├── activate_siloqy.bat # Helper to activate Siloqy environment
|
||
|
|
└── README.md # This file
|
||
|
|
```
|
||
|
|
|
||
|
|
## Setup
|
||
|
|
|
||
|
|
See `.kiro/specs/vbt-to-nautilus-migration/` for complete specification.
|
||
|
|
|
||
|
|
## Status
|
||
|
|
|
||
|
|
Phase 1: Foundation - In Progress
|