Learn NinjaScript: Let’s Make a Better Moving Average (BMA Part 1)
👋 So… you’ve used moving averages. And let’s be honest—they’re fine. Maybe useful. Maybe just noise. Maybe you’ve got an…
I’m a futures trader who’s been trading for 10+ years. This is my site, MyDailyTake, where I blog, share, and journal my setups.

👋 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,…
When you’re developing indicators in NinjaTrader, it’s easy to focus only on the visuals — plotting lines, marking highs and…
If you’ve written even a little bit of NinjaScript, you’ve probably used a draw object. They’re one of the most…
When you first start coding indicators in NinjaScript, it’s common to think bar-by-bar: But sometimes, you need to track bigger…
If NinjaTrader is feeling slow, freezing up during volatility, or lagging behind price updates, you’re not alone. Whether you’re scalping…
Let’s be real — trading isn’t just charts, indicators, and setups. It’s you vs. your own brain most of the…
In NinjaScript, the built-in tools like Series<T> and Values[] are powerful — but sometimes you need more control over your…
Let’s say everything got wiped. No strategies, no indicators, no old habits. Just me, a computer, and a chart. What…
If you’ve been building indicators or strategies in NinjaTrader 8 for more than five minutes, you’ve probably found yourself writing…