Files
DOLPHIN/nautilus_dolphin
hjnormey aac4484c0f test(green): add green-only feature tests
New test_green_only_features.py covers the sprint additions; the existing
test_green_blue_parity.py (104 tests) is left untouched as the authoritative
doctrinal baseline.

Tests:
- Toggles-OFF identity: with all GREEN kwargs at BLUE defaults (None/False)
  NDAlphaEngine + NDPosition produce the pre-sprint forms
- S6 selector ban: banned bucket assets skipped; slot rerouted (not wasted)
- AEM MAE table: B3→None disables stop, B4→2.0 strict, B6→6.0 wide,
  unknown bucket falls back to MAE_MULT_TIER1
- EsoF rename: advisor emits UNKNOWN not NEUTRAL; both label keys present
  in gate tables with identical values (historical replay safe)
- Int-leverage gate: source still has leverage_int=1 with both option
  comments present (guards against premature flip before winrate analysis)

Plan ref: Task 11.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-22 06:08:20 +02:00
..

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:

call "C:\Users\Lenovo\Documents\- Siloqy\Scripts\activate.bat"

Or use the helper script:

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