universal-or-strategy

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

Universal OR Strategy V12: Project Command Center

Welcome, Director. This repository contains the hardened Universal OR Strategy V12 (Modular) codebase and its supporting infrastructure.

[!IMPORTANT] AGENT DIRECTIVE: This repository has evolved from the legacy "Opening Range Breakout (ORB)" monolith into the modular Universal OR Strategy V12. The term "ORB" now refers exclusively to a sub-mode within the universal engine. All agents must use the Photon Kernel and Morpheus Substrate architectural patterns defined in docs/architecture.md.

🏗️ Architecture: The Dual-Plane Engine

  • V12 Photon Kernel: Modularized, high-fidelity execution within NinjaTrader 8 using the FSM/Actor Enqueue model. (Targeting .NET 4.8 / C# 8.0).
  • Morpheus Substrate: A cross-process, lock-free architecture for autonomous scaling, telemetry, and advanced broker integrations. (Targeting .NET 8.0).

📁 Directory Structure

Folder Purpose
src/ The Alpha: Core C# strategy and modularized kernel logic.
bin/ Executables and binary tools (Auditors, CLI).
docs/ Architecture maps, risk reports, audit logs, and Handoff Protocols.
scripts/ Automation tools for deployment, testing, and forensic audits.

🧠 Shared AI Memory (The "Joint Brain")

To prevent AI "blindspots" between platforms (Claude Code, Cursor, Codex, Gemini), always refer to the project-local memory in docs/brain/:

📜 Project Governance

🚀 Key Commands

Deployment

Synchronize the repository with your NinjaTrader 8 environment:

./deploy-sync.ps1

Auditing

Run the executive audit scan to discover logic risks:

./scripts/audit_scan.ps1

Status: Build 1111.006 (Phase 6 Structural Hardening COMPLETE - Platinum Pass)