Learn NinjaScript: Working with Market Data Events (OnMarketData)
If you’ve ever wanted to track live trades, monitor bid/ask changes, or build a tool that reacts faster than a…
Hello! I'm just another trader dedicated to navigating the complex world of trading—a profession known for its high risks and high rewards. With over a decade of experience under my belt, I've encountered numerous ups and downs, each teaching me valuable lessons about the markets. Currently, my focus is on trading funded accounts (ES, NQ, and CL) with multiple proprietary trading firms, utilizing NinjaTrader 8 and various automated strategies.
If you’ve ever wanted to track live trades, monitor bid/ask changes, or build a tool that reacts faster than a…
Debugging is one of the most underrated skills when it comes to writing NinjaScript indicators. You can have the cleanest…
At some point, almost every trader questions whether they should keep going. It doesn’t always happen after a major blowup….
You finally got your custom indicator to compile. You drop it on the chart, ready to feel like a genius—aaaand…
In the last post, we walked through our plan for the Better Moving Average (BMA) — an indicator that lets…
When you’re building indicators or strategies in NinjaScript, you’ll often find yourself needing to repeat an action—like checking the last…
In the last post, we kicked things off with the big idea: build a better moving average indicator—one that adapts…
In the world of automated trading and indicator building, logic is everything. Whether you’re trying to trigger a signal when…
👋 So… you’ve used moving averages. And let’s be honest—they’re fine. Maybe useful. Maybe just noise. Maybe you’ve got an…
Enums (short for enumerations) are a powerful yet simple tool available to NinjaScript developers. They help you organize your code,…