Learn NinjaScript: Trend Detection with Custom Logic (BMA Part 4)
In Part 3, we laid the groundwork for our Better Moving Average (BMA) indicator — setting up the file structure,…
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.
In Part 3, we laid the groundwork for our Better Moving Average (BMA) indicator — setting up the file structure,…
It’s been a while since I’ve posted here. Life stuff, personal stuff, family stuff—you know, all the stuff. But I’m…
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…