live-price-tracking

Community

Real-time tick-by-tick price tracking for NinjaTrader.

Authormkalhitti-cloud
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables real-time tick-by-tick price tracking and live trailing stop updates in NinjaTrader, addressing delays caused by bar-close decision logic.

Core Features & Use Cases

  • OnMarketData-based pricing: updates trailing stops on every valid tick (MarketDataType.Last) for accurate intra-bar risk management.

  • Instrument filtering & price getters: ensures live prices are sourced from the current instrument and provides a robust GetLivePrice() fallback.

  • Rate-limited order modifications: implements a safe 1-modification-per-second policy to comply with Apex-like constraints and prevent excessive orders.

  • Use Case: A strategy uses OnMarketData to update trailing stops in real time as ticks arrive, rather than waiting for the bar close.

Quick Start

Implement the OnMarketData handler to process only Last ticks, filter for the active instrument, update trailing stops using a live price, and add a rate-limiter for order modifications. Test with real-time tick data and verify stop updates occur between bars.

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: live-price-tracking
Download link: https://github.com/mkalhitti-cloud/universal-or-strategy/archive/main.zip#live-price-tracking

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.