
Indicators vs. Strategies: The Basic NinjaTrader Building Block Every Bot Trader Should Understand First
Every new PBT member asks some version of the same question in week one: "Is this a bot, or is it just showing me something?" Fair question — and honestly, it's the single most important distinction to nail down before you run anything on a funded account. Get this wrong and you'll either expect an Indicator to trade for you (it won't) or run a Strategy without understanding what it's actually doing with your money (dangerous). Let's fix that today.
Indicator vs. Strategy: The Line That Matters
NinjaTrader — the platform every PBT bot runs on — draws a hard technical line between these two, and once you see it, you can't unsee it.
An Indicator is information
An Indicator plots something on your chart to help you make a decision. The 10 EMA is the classic example: it's a line tracking the 10-period exponential moving average of price. It tells you where price has been trending relative to recent bars. That's it. It doesn't know your account balance, it doesn't know your daily loss limit, and it will never, ever place an order. It's a flashlight, not a driver.
A Strategy is action
A Strategy is code that watches the market and the same kind of information an Indicator plots, then actually submits, manages, and exits orders — entries, stops, targets, position sizing, all of it — according to a fixed rule set, with zero hesitation and zero emotion. A Strategy doesn't just show you the 10 EMA. A Strategy trades off it.
This is the whole reason automated trading exists: a Strategy does what a disciplined discretionary trader wishes they always did — takes the signal every single time it appears, with the same size, the same stop, the same target, no "I'll skip this one" and no "I'll let this one run a little longer than the rules say."
Why This Matters for Your 13 PBT Bots
Every one of the 13 automated bots in the PBT lineup — ORB, Snapback, Scalper, 10 EMA, NR7, Volume Spike, and the rest — is a Strategy, not an Indicator. That's not a minor technical footnote. It's the entire value proposition. A bot that only drew lines on your chart would leave you exactly where you started: staring at a screen, needing to pull the trigger yourself, hoping you don't flinch.
Take the name "10 EMA Bot" as the clearest example of why this confuses beginners. Yes, it watches the same 10-period exponential moving average an Indicator would plot. But the bot version is a full Strategy built around that moving average — entry rules for when price interacts with it, a stop-loss rule, a target or trailing exit, and position-sizing logic, all running unattended. The Indicator gives you a line. The Bot gives you a trade.
Same logic across the lineup:
- ORB (Opening Range Breakout) — doesn't just mark the opening range on your chart, it enters when price breaks it
- Snapback — doesn't just flag an overextended move, it fades it with defined risk
- Volume Spike — doesn't just highlight unusual volume, it acts on what that volume tends to precede
- NR7 — doesn't just tag the narrow-range bar, it positions for the expansion that typically follows
No coding required on your end, because the Strategy logic is already built. You're not assembling an Indicator into a trading plan yourself — you're deploying a Strategy that already does that job, backed by roughly 4.5 years of backtest data per bot.
How This Changes the Way You Evaluate a Bot
Once the distinction clicks, it changes what you actually look for before flipping a bot on — especially on a funded account where a bad first day can end an evaluation.
Ask what the Strategy actually does with a signal, not just what it watches
Don't stop at "it uses the 10 EMA" or "it trades opening range breakouts." Ask: what's the entry trigger, what's the stop, what's the exit, and how does it size the position? An Indicator description tells you what the bot is looking at. A Strategy description tells you what it's going to do about it — and that second part is what actually touches your account balance.
Match bot behavior to the funded-account rules you're under
Because Strategies place real orders against your firm's daily loss limit and trailing drawdown, you need to know how a bot's rule set interacts with your account type before you ever go live. A Scalper Bot firing frequent small trades behaves very differently against a strict daily loss limit than an ORB Bot taking one setup at the open. This is exactly why the Bot Portfolio Builder exists — so you can combine Strategies whose risk profiles complement each other instead of stacking correlated exposure without realizing it.
Respect backtest data as history, not a promise
A Strategy's backtest tells you how those specific entry, stop, and exit rules performed historically across roughly 4.5 years of data. That's a meaningfully different — and more useful — question than "does this Indicator look accurate on a chart." Backtest data on a Strategy is auditable and repeatable. A chart that "looks like it worked" with an Indicator overlay is hindsight, not evidence.
The Takeaway
An Indicator shows. A Strategy does. Every PBT bot is built as the second kind — a fully automated, rules-based Strategy that trades your account according to logic you can see and test, whether you're running on Apex, Lucid, BluSky, or TakeProfit. Understanding that difference before you install your first bot is what separates traders who evaluate a system properly from traders who just hope the line on the chart means something. Start there, and everything else in the 30-Day Bot Workshop builds on a foundation that actually makes sense.



