Market Strutture Signal Pro
Indicatore
Version 1.0, Nov 2025
Windows, Mac
Immagine caricata di "Market Strutture Signal Pro"
42.03M
Volume negoziato
6.13M
Profitto in pip
93
Vendite
4.42K
Installazioni gratuite

πŸ“Œ What the Indicator Does

MarketStructureOscSignals is a pure price-action signal tool.

It:

  1. Detects swing highs and swing lows using a left/right lookback.
  2. Tracks whether those swings are forming:
    • Higher Highs + Higher Lows β†’ Bullish structure
    • Lower Highs + Lower Lows β†’ Bearish structure
  3. When the structure switches:
    • From bearish β†’ bullish β†’ it plots a BUY signal
    • From bullish β†’ bearish β†’ it plots a SELL signal

So every signal represents a true change in market structure, not just a moving average crossover.


βš™οΈ Inputs & How to Set Them

1. Swing Left / Swing Right

These control how β€œstrict” a swing high/low is.

  • Swing Left (default 2)
    Number of bars to the left of the swing that must have lower highs (for a swing high) or higher lows (for a swing low).
  • Swing Right (default 2)
    Number of bars to the right that must also confirm the swing.

How to use:

  • Small values (1–2):
    • More swings, more signals
    • Works well on higher timeframes (H1, H4, D1)
  • Larger values (3–4+):
    • Only major structural turns
    • Fewer but stronger signals
    • Good on lower timeframes to avoid noise


2. Min Bars Between Signals

Minimum number of bars that must pass between two signals.

  • Avoids clustering of arrows on every tiny pullback.
  • Example:
    • Set to 3 β†’ at least 3 bars between one signal and the next.
    • On very fast charts (M1–M5) you might want 5–10.
    • On H1 or higher, 2–3 is usually enough.


3. Arrow Offset (pips)

How far the arrow and label are placed from the candle (in pips).

  • For Forex:
    • 5–10 pips usually looks good.
  • For indices (US500, US100, etc.):
    • Use a larger offset (e.g. 20–50 β€œpips” depending on broker pip size).

If the arrows overlap the candles, increase this value.
If they are too far away, decrease it.


4. Show BUY/SELL Text

  • true β†’ shows both an arrow (↑/↓) and the text β€œBUY” or β€œSELL”.
  • false β†’ only arrows.

If the chart feels cluttered, you can hide the text and keep just the arrows.


πŸ” How Signals Are Generated (Logic)

Internally the indicator:

  1. Keeps track of the two most recent swing highs and two most recent swing lows:
    • _prevHigh, _lastHigh
    • _prevLow, _lastLow
  2. From these it checks:
    • Are highs and lows both rising?
      • β†’ Bullish trend (StructureTrendSignal.Bullish)
    • Are highs and lows both falling?
      • β†’ Bearish trend (StructureTrendSignal.Bearish)
    • If they’re not aligned, the previous trend is kept.
  3. Every time the structural trend changes:
    • Bearish β†’ Bullish β†’ BUY signal
    • Bullish β†’ Bearish β†’ SELL signal
  4. It also ensures:
    • Trend was not Unknown (so not at the very beginning).
    • Enough bars have passed since the last signal (MinBarsBetweenSignals).

This means each arrow marks a true structural shift, not random noise.


πŸ“ˆ How to Read BUY/SELL Signals on the Chart

βœ… BUY Signal

What you see:

  • An up arrow ↑ under the candle
  • Optionally the text β€œBUY” near the arrow

What it means:

  • Structure changed from bearish β†’ bullish.
  • Recent swing highs and lows are now both moving up.
  • Market is likely transitioning into a new uptrend or resuming bullish structure.

How to use it:

  • Look for long entries:
    • On the signal candle or on the next few candles.
    • Preferably after a small pullback to a support level (previous swing low, demand zone, VWAP, VA low, etc.).
  • Use tools like Kalman Trend / EMA / Volume Profile to filter:
    • Only take BUYs when higher timeframe or Kalman is also bullish.


βœ… SELL Signal

What you see:

  • A down arrow ↓ above the candle
  • Optionally the text β€œSELL”

What it means:

  • Structure changed from bullish β†’ bearish.
  • Swing highs and lows are now both moving down.
  • Market is likely entering a downtrend or resuming bearish structure.

How to use it:

  • Look for short entries:
    • On the signal candle or on following candles near resistance.
    • Ideal after a retest of a broken support (now resistance), VAH, supply zone, etc.


🎯 Practical Trading Uses

1. As a Standalone Entry Tool

Simple rule-set:

  • Buy Setup
    • Wait for a BUY arrow.
    • Place a long order at/near the signal candle.
    • Stop loss below recent swing low.
    • Target previous swing high or a key resistance.
  • Sell Setup
    • Wait for a SELL arrow.
    • Place a short order at/near the signal candle.
    • Stop loss above recent swing high.
    • Target previous swing low or key support.

This is the most basic usage and works best on H1, H4, and D1, where structure is cleaner.


2. As a Confirmation Tool with Your Other Indicators

This is where it gets powerful.

πŸ”Ή With Kalman Filter Trend

  • Only take BUY signals when:
    • Kalman Trend is sloping up and price is at or above the Kalman line.
  • Only take SELL signals when:
    • Kalman Trend is sloping down and price is at or below the Kalman line.

Effect:
Kalman gives you a smooth trend, MarketStructureOscSignals gives you precise structure shifts. Together they filter out a lot of bad trades.


πŸ”Ή With Volume Profile / Support & Resistance

  • Strong BUY:
    • BUY arrow appears near VA Low, previous swing low, or liquidity sweep, with rejection.
  • Strong SELL:
    • SELL arrow appears near VA High, previous swing high, or liquidity sweep at the top.

Here the signal is not just a technical pattern but is also anchored in liquidity and order flow zones.


3. For Scaling In / Out

You can also use new signals as:

  • Scale-In Points
    Add to a position when a new signal appears in the same direction as your existing trade and the higher timeframe is aligned.
  • Early Exit / Partial Exit
    If you’re long and a SELL signal appears against your position (especially near key structure), you can:
    • Close a part of the position
    • Or tighten stops


πŸ§ͺ Recommended Starting Settings

For Forex H1 / H4:

  • Swing Left = 2
  • Swing Right = 2
  • Min Bars Between Signals = 3
  • Arrow Offset = 5–10 pips

For Indices M15 / H1:

  • Swing Left = 2–3
  • Swing Right = 2–3
  • Min Bars Between Signals = 5
  • Arrow Offset adapted to symbol (e.g. 20–50 β€œpips” depending on broker)

For Crypto H1 / H4:

  • Slightly higher swings to filter noise:
    • Swing Left = 3
    • Swing Right = 3
    • Min Bars Between Signals = 4–6

Always backtest with your preferred instrument and timeframe to fine-tune Swing and MinBarsBetweenSignals.

0.0
Recensioni: 0
Recensioni dei clienti
Questo prodotto non ha ancora ricevuto recensioni. L'hai giΓ  provato? Fallo sapere agli altri per primo!
Grid
NAS100
NZDUSD
Breakout
XAUUSD
Commodities
Martingale
Forex
Signal
EURUSD
GBPUSD
BTCUSD
AI
SMC
VWAP
Indices
Prop
Stocks
Supertrend
Crypto
USDJPY
Scalping

Altro da questo autore

Indicatore
NAS100
NZDUSD
Martingale
+26
Volume Delta
Read aggressive flow in real time. Flexible resets (Day/Week/Month), optional EMA smoothing, and non-repainting cumulati
cBot
NAS100
NZDUSD
Martingale
+26
Prop Ready Bot_v.2.0
The Prop-Ready Bot The Definitive Automaton for Challenges πŸ›‘οΈ V2.0
Indicatore
Grid
NZDUSD
XAUUSD
+16
vWAP Free
Editions: Free (core VWAP + bands) Β· Pro (multi‑VWAP, click‑to‑anchor, alerts).
cBot
Grid
NAS100
RSI
+20
Breakout Premium Pro v2.0
A price-action-first algorithm to trade Breakout, Approach, and Return around prior High/Low levelsβ€”with Prop-style risk
Indicatore
NAS100
NZDUSD
Martingale
+26
Volume Bubble
Volume Bubbles is a lightweight yet powerful visual indicator for cTrader
cBot
NAS100
NZDUSD
Martingale
+26
TradeCopierBot
βœ… Buy 3 prop accounts and manage just 1: cut management effort by 66% with a professional tool.
cBot
NAS100
NZDUSD
Martingale
+26
ElliottWaveBot
N.B.: Results with an initial invested capital of 100 euros.
cBot
NAS100
NZDUSD
Martingale
+26
ElliottWave Pro cBot
The Elliott Wave Pro Bot is a sophisticated and highly configurable algorithmic trading system
Indicatore
NAS100
NZDUSD
Martingale
+26
Breakout channel
Breakout Channels automatically detects consolidation ranges and highlights when price breaks out of them.
cBot
Grid
Indices
XAUUSD
+7
Scalper Pro PROP
Breakout scalping with prop-firm grade equity control.
Indicatore
NAS100
NZDUSD
Breakout
+14
ZIG ZAG Free
ZigZag Free is a clean swing-detection tool that marks significant pivot highs/lows
cBot
NAS100
Indices
XAUUSD
+7
COT Institutional Sentiment Bot
Institutional COT sentiment, automated position trading and full prop-firm style risk control – all in one cBot.

Potrebbe interessarti anche

Indicatore
NAS100
NZDUSD
XAUUSD
+12
FVG_Bruno
Fair Value Gap (FVG) indicator identifies price inefficiencies in the market by highlighting gaps between candlesticks.
Zigzag T3
Three ZigZag lines
Indicatore livelli numeri tondi_fabio23.traders
Indicatore dei livelli numeri tondi sul grafico , regolabile.Indicator of levels round numbers on the graph, adjustable
MultiTF-Pivot_SR
MultiTF Pivot and SR Indicator
Indicatore
NAS100
NZDUSD
XAUUSD
+10
Inside CandlePRO
Inside Candle PRO - Professional Inside Bar Pattern Detector
Indicatore
Indices
Stocks
Commodities
+2
SymbolTFOverlay
The SymbolTFOverlay display the current symbol and timeframe as a semi-transparent text overlay on the chart.
VWAP Tank Btn
Custom Vwap Indicator
Indicatore
Stocks
Commodities
Forex
buy sell
SmartSignal Pro: Precise BUY/SELL signals to profit in any market. Trade like a pro! πŸš€
Drawing Utility
A rectangular box with 5 adjustable Fibonacci level or even custom ones.
Indicatore
Scalping
Kaufman Adaptive MA with Trend Vision
Adaptive KAMA: fast in trend, slow in noise β€” with color-coded market state visualization.
Indicatore
NAS100
NZDUSD
Martingale
+24
LookPosOrderIndicator
On-chart draggable panel to show/hide Positions & Pending Orders with fixed warning banner and inline alerts per symbol.
Alert Positioner
Auto Fill Alert on all Ur Markings. **Easy to mark on multiple devices using Alerts' Position
42.03M
Volume negoziato
6.13M
Profitto in pip
93
Vendite
4.42K
Installazioni gratuite