strategy-config-safe

Community

Safe NinjaTrader parameter updates.

Authormkalhitti-cloud
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This policy prevents unintended changes to NinjaTrader strategy execution when updating parameters, by ensuring edits are isolated to the parameter defaults and do not touch runtime logic.

Core Features & Use Cases

  • Enforces parameter-only edits in State.SetDefaults to keep execution paths intact.
  • Validates parameter relationships (e.g., Target2 ATR multiplier must be greater than Target1 and StopLoss must be positive).
  • Guides a repeatable, auditable workflow for safe parameter changes across NinjaTrader strategies.

Quick Start

  1. Identify all user-configurable parameters living in State.SetDefaults (e.g., StopLossATRMultiplier, ATRPeriod, Target multipliers, ORWindowMinutes).
  2. Update only those parameters in State.SetDefaults, avoiding changes to OnBarUpdate or other execution code.
  3. Compile, run Strategy Analyzer on historical data, and perform a controlled simulation before deploying live.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: strategy-config-safe
Download link: https://github.com/mkalhitti-cloud/universal-or-strategy/archive/main.zip#strategy-config-safe

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.