Advanced Event Driven Strategy Programming Overview
Previous Topic  Next Topic 

Advanced event-driven strategy programming is reserved for EXPERIENCED programmers.


NinjaTrader is unlike traditional strategy development platforms in that it is not limited to processing your strategy logic on a bar by bar basis. NinjaTrader is a true real-time trading platform and thus can be driven by real-time events.


In addition to the OnBarUpdate() and Initialize() methods, NinjaScript exposes the following advanced event-driven methods: