Indicators

Increasing / Decreasing Indicator Explained

How the Increasing and Decreasing streak detectors turn 'N rising bars' into a boolean condition in Setup.Cash.

By Setup.Cash TeamLast updated 2026-07-031 min read197 words

Featured image placeholder

/og/setup-cash-og.svg

Increasing and Decreasing are condition primitives: they output 1 when a series has risen (or fallen) for the last N bars, else 0. 'Three higher closes in a row' — one of the oldest trading observations — becomes a single, exact condition.

How It Works

  • Increasing = 1 when each of the last N values exceeds the one before.
  • Decreasing mirrors this for falling sequences.
  • Works on price or on any other indicator's output.

How to Trade It

Use them for streak entries (buy the first down bar after five up bars, or ride the streak's continuation), or point them at indicators: 'RSI increasing 3 bars' is a momentum-of-momentum condition that filters flat signals elegantly.

Building It in Setup.Cash

Add Increasing / Decreasing in the strategy builder — the length input controls its sensitivity — and use its value in any entry, exit, or filter condition. You can also combine it with other tools in the Indicators Lab or via the AI indicator generator. The Psychological Line measures streak pressure as a percentage. For the full category overview, see the advanced momentum library guide.

Momentum signals are timing tools — combine them with a trend or regime filter and backtest the exact rules before going live.

Not financial advice. Trading involves risk. Use backtesting and paper trading before risking real capital.

Related Posts

View all

Indicators

Decay Indicator Explained

How the Decay indicator creates a fading impulse line for cooldown logic and signal aging in Setup.Cash.

2 min read · 206 words

Indicators

Awesome Oscillator Indicator Explained

How Bill Williams' Awesome Oscillator compares 5- and 34-period midpoint momentum, with saucer and twin-peaks signals, in Setup.Cash.

2 min read · 210 words

Indicators

Balance of Power Indicator Explained

How Balance of Power scores each bar's buyer-vs-seller control from open, close, high, and low, and how to automate BOP in Setup.Cash.

2 min read · 208 words

Start here

Build your trading bot workflow with structure

Use Setup.Cash to create, backtest, and paper trade rule-based strategies without relying on guesswork. Not financial advice. Trading involves risk.