If you’ve ever wanted to track live trades, monitor bid/ask changes, or build a tool that reacts…
NinjaTrader 8A collection of 60 posts
Articles tagged with “NinjaTrader 8” are all about this powerful trading platform. From tutorials on setting up and using NinjaTrader 8, to advanced trading strategies that leverage its comprehensive suite of analytical tools, this tag is a resource for both new and experienced traders using or considering NinjaTrader 8 for their trading activities.
Debugging is one of the most underrated skills when it comes to writing NinjaScript indicators. You can…
You finally got your custom indicator to compile. You drop it on the chart, ready to feel…
In the last post, we walked through our plan for the Better Moving Average (BMA) — an…
When you’re building indicators or strategies in NinjaScript, you’ll often find yourself needing to repeat an action—like…
In the last post, we kicked things off with the big idea: build a better moving average…
In the world of automated trading and indicator building, logic is everything. Whether you’re trying to trigger…
👋 So… you’ve used moving averages. And let’s be honest—they’re fine. Maybe useful. Maybe just noise. Maybe…
Enums (short for enumerations) are a powerful yet simple tool available to NinjaScript developers. They help you…
When you’re developing indicators in NinjaTrader, it’s easy to focus only on the visuals — plotting lines,…