Indicators · Pillar guide · 9 min read

Technical indicators that hold up on a funded account

An indicator is a measurement, not an edge — and on a funded account, only the ones you can hardcode and size around survive. This guide covers every major one as a testable rule: what it actually measures, where it earns a place in a system, and how to combine them without curve fitting. Each indicator links to its full breakdown.

Indicators have a bad reputation because of how they get used: stacked on a chart until the gut feels confirmed. Used systematically, an indicator is just a measurement of price behavior, and a measurement can be a condition in a rule. The question is never whether RSI works. It is whether a specific, written rule that uses RSI survives honest testing.

Leading vs lagging: what you are actually measuring

Every indicator is a transformation of past price, so strictly speaking all of them lag. The useful distinction is what they measure: momentum and rate-of-change tools try to anticipate exhaustion, trend tools confirm what already started. Leading vs lagging indicators covers the trade-off, which is really the trade-off between early-and-wrong and late-and-right.

The core toolkit, one by one

Trend and mean: moving averages are the base layer for trend filters and crossovers, and VWAP is the institutional reference price that anchors most intraday mean-reversion logic.

Momentum: RSI for overbought and oversold conditions that actually need context to mean anything, MACD for trend momentum and crosses, the stochastic oscillator for range-bound rotation, and rate of change for raw velocity.

Volatility: Bollinger Bands measure deviation from the mean, useful for both squeeze breakouts and reversion stretch. ATR is the most underrated indicator in the list because its best use is not signals at all, it is position sizing that adapts to volatility.

Combining without curve fitting

The standard failure is stacking five indicators that all measure the same thing and calling the agreement confluence. Real combination pairs measurements of different things: one trend filter, one momentum trigger, one volatility-based size. Indicator combinations that work covers the pairings, and the prop-specific shortlist is in the best TradingView indicators for prop firms.

The deeper point is in are indicators enough, or do you need a system: an indicator produces a number, a system produces a decision. Entry, stop, exit and size have to be written rules around the measurement, or the measurement just decorates discretion.

From indicator to live alert

Once an indicator condition is a rule, it has to fire reliably. TradingView free vs premium alerts covers what each plan can actually automate, and the execution wiring lives in the systematic trading guide, from Pine implementation through webhooks to live orders.

How Puravida Edge uses indicators

The Puravida Edge strategies use indicators as conditions inside hardcoded rules, never as standalone signals: a session reference like VWAP for location, momentum for trigger context, ATR-style volatility for sizing. Every combination is backtested over three years and validated across roughly 1,500 Monte Carlo paths before it touches a live account, because the indicator is never the edge. The tested rule set is.

FAQ

What is the best indicator for systematic trading?

None of them alone. The honest answer is ATR for sizing plus one trend reference and one momentum trigger, combined in written rules and tested. The combinations guide covers pairings that measure different things instead of echoing each other.

Are indicators leading or lagging?

All are computed from past price, so all lag in the strict sense. Momentum tools try to anticipate exhaustion, trend tools confirm what started. The choice is between early-and-wrong and late-and-right.

How many indicators should a system use?

Two or three measuring different things: location or trend, a trigger, and volatility for sizing. Five indicators agreeing is usually one measurement repeated, not confluence.

Can indicators alone make a profitable strategy?

An indicator produces a number; a strategy is the written entry, stop, exit and size around it. The number can be a condition in an edge, but the edge lives in the tested rule set.

Not financial advice. Backtest figures referenced are hypothetical, modeled outputs. Past performance does not guarantee future results.