Files
DOLPHIN/nautilus_dolphin
hjnormey ce7f3ce8ff feat(s6): AlphaAssetSelector bucket-ban kwargs (BLUE no-op)
Add `asset_bucket_ban_set` and `asset_bucket_assignments` kwargs to
AlphaAssetSelector.__init__ (both default None → BLUE unchanged).

When active, assets whose KMeans bucket is in the ban set are skipped
inside rank_assets() so the next-ranked asset takes the slot — capital
is preserved rather than wasted by a 0× sizer multiplier.

Plan ref: Task 9 — ban ≠ 0× is the critical caveat from the sprint plan.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-22 06:07:07 +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