live-price-tracking
CommunityReal-time tick-by-tick price tracking for NinjaTrader.
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 requiredComponents
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.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.