Understanding Futures Trading: A Beginners Guide
Have you ever heard about futures trading and wondered how it works or how you might get involved? Perhaps you’ve…
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.
Have you ever heard about futures trading and wondered how it works or how you might get involved? Perhaps you’ve…
Introduction Over more than a decade, I’ve dedicated countless hours to coding indicators and strategies for NinjaTrader 6.5, 7, and…
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,…