Friday, January 9, 2026

A Simple and Effective Indicator Combination


 

Improving Trading Performance in NinjaTrader 8 with Awesome Oscillator and Trend Ribbon

A Simple and Effective Indicator Combination

In this article, we present a practical methodology to improve trading performance in NinjaTrader 8 by combining two well-known technical indicators: the Awesome Oscillator and the Trend Ribbon.

The goal of this approach is to create a simple, rule-based system that can be traded manually or easily automated using NinjaScript, Builder, or Markers.


The Core Idea Behind the Setup

Many traders rely on single-indicator signals, such as bar color changes or momentum shifts. While these signals can work, they often generate too many false entries, especially in ranging or choppy markets.

This setup addresses that issue by separating the logic into two roles:

  • Entry trigger → Awesome Oscillator

  • Trend filter → Trend Ribbon

By doing this, we significantly reduce low-quality trades and focus only on signals aligned with the dominant market direction.


Indicator 1: Awesome Oscillator as the Entry Trigger

The Awesome Oscillator (AO) is a momentum indicator that displays a histogram oscillating above and below zero, similar in concept to the MACD.

What We Look For

Instead of trading every color change or zero-line crossover, we focus on:

  • The first pullback in the histogram

  • In the direction of the current momentum

Long Setup

  • Histogram is above zero (positive territory)

  • After a pullback, the first bullish (blue/green) bar appears

Short Setup

  • Histogram is below zero (negative territory)

  • After a pullback, the first bearish (red) bar appears

This “first pullback” logic helps capture the early phase of a new directional move, instead of chasing extended momentum.

The Awesome Oscillator used in this setup includes internal signals that can be read directly from NinjaScript, Builder, or Markers, making it automation-friendly.


Reducing Noise: One Signal per Direction

To further improve performance, an additional rule can be applied:

  • Take only the first long after a short

  • Take only the first short after a long

This simple constraint already removes many overtrading scenarios and improves overall trade quality.


Indicator 2: Trend Ribbon as a Trend Filter

While the Awesome Oscillator provides good entry timing, it still generates signals against the broader trend.
That’s where the Trend Ribbon comes in.

The Trend Ribbon acts as a dynamic support and resistance band, calculated using a moving average. In this example, we use:

  • HMA (Hull Moving Average) – faster and smoother than traditional MAs

  • Period: 100–120 – slow enough to act as a true trend filter

  • Reduced opacity – so it doesn’t interfere visually with price action

Trend Filter Rules

  • Green / bullish ribbon → only allow long trades

  • Red / bearish ribbon → only allow short trades

If an Awesome Oscillator signal appears against the ribbon direction, the trade is ignored.


Putting It All Together

A valid trade requires both conditions:

Long Trade

  1. Awesome Oscillator gives a long signal (first pullback in positive territory)

  2. Trend Ribbon is bullish

Short Trade

  1. Awesome Oscillator gives a short signal (first pullback in negative territory)

  2. Trend Ribbon is bearish

This combination dramatically improves signal quality while keeping the system very easy to understand and execute.


Automation-Friendly by Design

This setup is especially powerful because:

  • Awesome Oscillator provides readable entry signals

  • Trend Ribbon provides a trend state plot

    • +1 → only longs

    • -1 → only shorts

This makes the strategy straightforward to implement in:

  • NinjaScript

  • Strategy Builder

  • Markers


Final Thoughts

By combining a momentum-based trigger with a trend-based filter, we create a clean and efficient trading model that:

  • Reduces false signals

  • Aligns entries with market direction

  • Is easy to automate

  • Works across multiple markets and timeframes

If you’re interested in seeing how to implement this setup using Markers, Builder, or NinjaScript, let us know in the comments.

You can also join our free Discord community, where we discuss setups like this one and share ideas with other traders.
Access details are available in the video description.

Happy trading!

Wednesday, December 17, 2025

How to Combine Institutional Indicators in NinjaTrade


Liquidity, Market Structure, Order Blocks & Volume Flow

Professional trading is not about collecting signals — it’s about context and agreement.

In this article, we explain how to combine multiple institutional-grade indicators in NinjaTrader to improve trade decisions, reduce contradictions, and operate with more clarity using a manual or semi-automatic approach.


Why combining indicators matters

Many traders rely on isolated signals: a breakout here, a volume spike there.
The problem? Signals often contradict each other, leading to poor entries and confusion.

Institutional-style trading focuses on:

  • Market context

  • Trend structure

  • Liquidity zones

  • Confirmation, not prediction


The key institutional indicators used

πŸ”Ί Liquidity Levels

Liquidity levels are displayed as large up and down triangles, highlighting areas where institutional participation is likely.

These zones often act as:

  • Targets

  • Reversal areas

  • Continuation points


πŸ“ˆ Market Structure (BOS & CHOCH)

Market Structure identifies:

  • Break of Structure (BOS) → trend continuation

  • Change of Character (CHOCH) → potential trend reversal

It also defines cheap and expensive zones, helping traders focus on:

  • Buying cheap

  • Selling expensive
    always within the correct trend context.


🧱 Order Blocks

Order Blocks highlight areas where institutional orders were previously placed.

Key insight:

  • The most relevant blocks are those that remain active longer

  • Expired or filled blocks automatically disappear

These zones are ideal for retests and confirmations, not blind entries.


πŸ“Š Support & Resistance

Classic but essential.

Support and resistance levels help validate:

  • Whether price is reacting at a meaningful area

  • If other signals make sense in the current context


πŸ“‰ Volume Flow

Volume Flow analyzes where price closes within the candle range, not just above or below the open.

This allows traders to:

  • Confirm real buying or selling pressure

  • Reject signals that lack volume agreement


The most important rule: signal agreement

One signal alone is not enough.

High-probability trades appear when:

  • Market Structure

  • Liquidity

  • Order Blocks

  • Volume Flow

agree with each other.

When signals contradict, the best trade is no trade.


Manual and semi-automatic trading

This setup is designed mainly for:

  • Manual decision-making

  • Semi-automatic execution

While some signals can be automated (like liquidity or order block signals),
context and confirmation remain human decisions.


Watch the full explanation

πŸŽ₯ Watch the full video walkthrough on YouTube:
πŸ‘‰ https://youtu.be/ElCN9ImBgnE


πŸ”— Professional NinjaTrader tools:
https://theindicatormarket.com/depot

πŸ’¬ Join our free Discord community:
https://theindicatormarket.com/discord

πŸ“© Contact: info@theindicatormarket.com

Monday, December 15, 2025

Mastering Volume and Detecting Genuine Breakouts in NinjaTrader 8


 

Volume is the fuel of financial markets. However, many traders struggle to correctly interpret whether a volume spike represents genuine buying or selling intent. In this tutorial, we dive deep into improving technical analysis on NinjaTrader 8, moving from basic indicators to advanced order flow and support & resistance tools.

The Problem with Classic Volume Indicators

Most platforms, including NinjaTrader, offer the standard volume indicator or the "Volume Up/Down" version. While useful, they have a critical limitation: they paint the volume bar based solely on the candle's close relative to its open.

For instance, a candle might close slightly below its open (painting the volume red), but the price action during that bar could have been overwhelmingly bullish, leaving a long bottom wick. The classic indicator suggests selling pressure, when in reality, the market might be absorbing sales to push higher.

A More Precise Reading: Volume Flow

To fix this, we use a custom indicator (TIS Volume Flow) that analyzes the candle's close relative to the entire range of the bar (High minus Low), not just the open. This reveals the true market pressure.

To detect when "Smart Money" enters the game, we apply a Volume Moving Average (Volume MA).

  • The Strategy: We look for bars where the volume exceeds this average multiplied by a specific factor.

  • The Goal: To filter out noise and highlight only significant volume spikes that suggest a potential breakout or market reversal.

Context is Key: Support and Resistance

A volume spike alone is not an entry signal. We need context. This is where the Support and Resistance (TIS S&R) indicator comes in, based on Swing logic.

Unlike the standard Swing indicator that leaves old dots all over the chart, this custom indicator:

  1. Draws Zones: Groups nearby pivots to create clearer support/resistance areas.

  2. Cleans the Chart: Automatically removes levels that have been broken or invalidated, keeping your workspace uncluttered.

How to Trade the Setup

The secret lies in combining the volume signal with price location:

  1. Breakouts: If we get a high bullish volume signal and price breaks through a resistance zone, we have confirmation of strength.

  2. Bounces: If price tests a previous support (without breaking it) and a volume signal appears, it presents a low-risk entry opportunity.

  3. Filtering: If the volume indicator gives a buy signal, but we are sitting right below strong resistance, it is better to wait. The indicator helps us avoid trading directly into "walls" of orders.

Conclusion

Trading solely on volume or solely on price action can be risky. By combining a fine-tuned volume flow detector with a dynamic support and resistance system, you can filter out false signals and understand why the market is moving.

Do you have questions about these indicators or want to see more examples? Join our Discord chat or visit The Indicator Store.

Wednesday, December 10, 2025

The 3 Institutional Smart Indicators Every Trader Needs

 

πŸ”₯ Smart Indicators Pack: The Complete Institutional Trading Framework for NinjaTrader 8

Markets don’t move randomly.
They move according to structure, liquidity, and institutional decision zones.

That’s why we created a set of tools that work together seamlessly to give you a complete, professional, and fully automatable view of the market:

✔ TIS_LiquidityLevels

✔ TIS_MarketStructure

✔ TIS_OrderBlocks

Together, these indicators form a full institutional trading system:
showing you where liquidity sits, where the trend is going, and where institutional orders enter the market.


🟦 1. TIS_LiquidityLevels – The Real Liquidity Map

Institutional traders don’t think in “support and resistance.”
They think in liquidity pools.

This indicator automatically detects:

  • Equal Highs / Equal Lows (EQH/EQL)

  • Stop hunts and liquidity sweeps

  • Unbroken pivots

  • Grouped institutional levels

  • Valid long/short signals when liquidity is taken

It works with no repainting, allows left/right pivot strength, and is fully compatible with automation.

πŸ“Œ Ideal for identifying stop hunts, liquidity grabs, and high-probability reversals.


πŸŸ₯ 2. TIS_MarketStructure – Automated Institutional Structure

Every professional analysis begins with structure.
This indicator instantly reveals:

  • BOS (Break of Structure)

  • CHoCH (Change of Character)

  • Impulsive and corrective phases

  • OTE zones

  • Trend continuation or reversal

  • Full structure cycle detection

It tells you whether the market is advancing, breaking, or reversing structure.

πŸ“Œ This is the “brain” of the system: it defines the market environment.


🟩 3. TIS_OrderBlocks – The Exact Zones Where Institutions Enter

Order Blocks are true institutional decision zones — but only when they follow strict rules.
This indicator identifies valid institutional OBs with:

  • displacement

  • mitigation

  • structure confirmation

  • clean levels

  • zero repainting

It reveals where big players actually place their orders.

πŸ“Œ This is the “trigger” of the system: it shows where high-probability entries occur.


πŸš€ The Perfect Combination: Liquidity + Structure + Institutional Zones

When you combine all three tools, you get a complete institutional model:

IndicatorWhat It Provides
LiquidityLevelsWhere liquidity and stops are located
MarketStructureThe true direction and structural context
OrderBlocksThe exact zones where institutions enter

This workflow allows you to:

  • identify real stop hunts

  • avoid low-quality entries

  • confirm trend direction

  • anticipate institutional reactions

  • build fully automated systems with Markers

  • trade with clarity and confidence

πŸ“ˆ It’s the cleanest and most powerful way to apply Smart Money Concepts inside NinjaTrader 8.


🎯 Who Is This Smart Indicators Pack For?

  • SMC traders

  • Price Action traders wanting institutional accuracy

  • Traders tired of being “stop hunted”

  • Markers users who want automation-ready signals

  • Strategy Builder and NinjaScript developers

  • Anyone needing non-repainting, institutional-grade signals


πŸ› ️ Full Automation Support

All three indicators expose their internal data:

  • pivots

  • structure signals

  • liquidity breaks

  • institutional OB levels

  • long/short entries

Ready for:

  • Markers 2025

  • Strategy Builder

  • NinjaScript automation


πŸ“Œ Conclusion

Institutional trading is built on three pillars:

1️⃣ Liquidity
2️⃣ Structure
3️⃣ Order placement zones

And these three indicators were created to read those pillars with maximum clarity.

If you want to trade with the same logic institutions use — and avoid being hunted by the market — this is one of the most powerful indicator combinations available for NinjaTrader 8.

🏦 Stop Hunts, Liquidity, and Pivot Detection: Understanding Institutional Levels

Smart Money Concepts explained for real market behavior


Every trader has experienced this:
Price hits your stop… and then immediately moves in the direction you expected.

Is it bad luck? No.
It’s liquidity engineering.

In this article we cover:

  • Why stop hunts happen

  • How obvious pivots attract liquidity

  • The limitations of the NinjaTrader Swing indicator

  • And how TIS_LiquidityLevels gives you a real institutional view of the market


🎯 Why obvious pivots trigger stop hunts

Traders often place limit orders on previous highs or lows when trading double tops/bottoms.
But these pivots attract massive clusters of stop-loss orders.

When the price reaches that area:

  • Stops get triggered

  • Each stop becomes a market order

  • Price accelerates beyond the level

  • And only after clearing liquidity… the real move begins

This is why waiting for the bar close is often safer than using a blind limit order.


πŸ“‰ How pivots are detected (and why traditional tools fail)

A pivot forms when a bar is the highest/lowest relative to n bars on each side.
NinjaTrader’s Swing indicator uses this logic.

But:

❌ It repaints

Pivots appear only after future bars confirm them.
Not reliable for live liquidity analysis.

❌ Symmetric strength requirement

You cannot set different strengths for left/right sides.

❌ It forgets old pivots

Only the most recent pivot remains, hiding historical liquidity levels.


🧭 The manual workaround

Some traders draw horizontal lines on each pivot recognized by the Swing indicator.

This works but is:

  • Slow

  • Subjective

  • Impossible to automate


πŸš€ TIS_LiquidityLevels: A modern institutional approach

This tool fixes all limitations of the Swing indicator.

✔ No repainting

Pivots never change once confirmed.

✔ Independent left/right strength

Example: 25 bars left, 2 bars right — ideal for fast detection.

✔ Retains all unbroken pivots

Creating a real liquidity map.

✔ Groups nearby pivots

If pivots are within a few ticks, they become a single institutional level.

✔ Automatic signals

When liquidity is taken and a pivot breaks:

  • ❌ Short signal

  • 🟒 Long signal

Fully compatible with Markers , Strategy Builder, and NinjaScript.


πŸ“Œ Final thoughts

Stop hunts are not randomness — they are part of liquidity mechanics.
Understanding pivots and unbroken levels is essential for Smart Money trading.

TIS_LiquidityLevels gives traders clear insight into:

  • where liquidity sits,

  • where stop hunts are likely,

  • and where valid entries appear.


Tuesday, November 25, 2025

Beginner’s Guide: How to Choose Your First Institutional Indicator

 Until now, we’ve seen how institutional logic is changing the way traders read the market.

It’s no longer about following traditional retail indicators — it’s about understanding how Smart Money moves, and letting automation detect that logic for us.


But if you’re new to this type of trading, the first big question is:

Where do I start?

Which institutional indicator should I use first?

Here’s a simple, practical roadmap to help you make the right first choice.

Monday, November 24, 2025

Understanding Institutional Order Blocks in NinjaTrader 8

A practical guide to identifying unfilled institutional orders, pullbacks, and reaction zones using Smart Money Concepts (SMC)

Institutional Order Blocks are one of the core elements of Smart Money Concepts (SMC).
They represent zones where large orders remain unfilled after a significant price move, often causing the market to return to those areas before continuing in the original direction.

In this guide, we break down:

  • what an order block is

  • how it forms

  • why price returns to these zones

  • how to validate them

  • how sensitivity affects the number of signals

  • and how to read order blocks in the context of trend and structure

Everything here can be applied manually using price action or analyzed with technical tools.


1. What Is an Order Block?

An Order Block is an institutional zone created when:

  1. The market is trending

  2. A single candle forms against the trend (a small pullback)

  3. A strong impulsive move follows immediately after

This small pullback candle marks an area where:

  • institutions placed orders

  • some were executed

  • others remained unfilled

  • and price may later return to complete them

In an uptrend:

  • the last bearish candle before the impulsive move is the bullish order block

In a downtrend:

  • the last bullish candle before the impulsive move is the bearish order block

These zones often act as strong points of reaction.


2. How to Identify an Order Block

A valid order block usually requires four elements:

A) A clear impulsive move

Multiple strong candles in the same direction.

B) A single opposite candle

This is the "source" of the block.
It marks institutional orders being placed before an impulsive displacement.

C) A minimum advance

A certain number of ticks or pips helps confirm that the move truly had institutional force.
For example:

  • 50–150 ticks for smaller moves

  • 300–500 ticks for strong displacements

D) A defined number of bars

Example:
Price must move at least 3–5 bars in the direction of the impulse.

This avoids labeling every micro-movement as a block.


3. Why Does Price Return to an Order Block?

The logic is simple:

Large players cannot execute all of their orders in one candle.

So price often comes back to:

  • fill unexecuted orders

  • rebalance supply/demand

  • mitigate inefficiencies

  • capture liquidity

When this happens:

  • bullish order block → price dips into the zone and rejects upward

  • bearish order block → price rallies into the zone and rejects downward

This dynamic is one of the most common reactions in institutional trading.


4. Confirming an Order Block: The “Close Inside the Zone” Rule

A widely used confirmation technique is:

  1. A candle closes outside the block

  2. The next candle closes inside the block

This confirms:

  • the zone was retested

  • price reacted in a meaningful way

  • an entry could be available

If price only touches the block but doesn't close inside, some traders still consider it valid—but confirmation rules vary:

  • some require a wick inside

  • others require a CHoCH afterward

  • others combine it with trend confirmation


5. When a Block Breaks or Fails

Not all order blocks hold.
When price breaks through the zone:

  • it is considered mitigated

  • pending orders are assumed filled

  • the block becomes invalid as a reaction point

However, even after being invalidated:

  • the area often acts as support or resistance

  • it still serves as a structural reference level

The market tends to remember these zones.


6. Sensitivity: How Parameters Affect Detection

When studying order blocks systematically, the following parameters matter:

✔ Minimum movement in ticks

Smaller numbers → more blocks, more noise
Larger numbers → fewer blocks, cleaner signals

✔ Minimum number of bars

Controls the strength of the impulse required.

✔ Maximum number of visible blocks

Helps prevent the chart from becoming overcrowded.

✔ Entry logic

“Close inside the block” creates fewer but higher-quality signals.

Adjusting these settings helps traders filter out weak movements and focus only on institutional-level activity.


7. How to Read Order Blocks in Context

A) With Trend

  • In an uptrend → bullish blocks mark possible long zones

  • In a downtrend → bearish blocks mark possible short zones

B) With Structure (BOS/CHoCH)

The strongest setups often combine:

  • a BOS confirming continuation

  • an order block marking the institutional zone

  • a return to the block

  • and a CHoCH that confirms reaction

This is pure SMC logic.

C) With Support/Resistance

Even old or invalidated blocks frequently act as:

  • reaction zones

  • retest levels

  • liquidity points

D) With Smart Mitigation Concepts

Order blocks help identify:

  • institutional rebalancing

  • inefficiency fills

  • liquidity sweeps

  • continuation zones


8. Common Mistakes When Using Order Blocks

❌ Treating every opposite candle as a block
❌ Using no minimum movement filter
❌ Assuming all blocks must produce trades
❌ Overdrawing blocks until the chart becomes unreadable
❌ Not validating with structure (trend, BOS, CHoCH)
❌ Entering at the first touch without confirmation

Order blocks are powerful when used correctly, but require context.


9. Conclusion

Institutional Order Blocks are one of the most important concepts in Smart Money trading.
They help traders understand:

  • where institutional orders originated

  • why price returns to specific zones

  • how to identify high-probability reaction points

  • and how to combine trend, structure, and liquidity for deeper insight

Used alongside market structure (BOS/CHoCH), order blocks reveal how and why price behaves the way it does — allowing for more informed analysis and better interpretation of price action.