SENTIMENT ZONE Trading Guide
The Sentiment Zone Oscillator (SZO) measures the underlying "mood" of the market (bullish vs. bearish conviction) using a Triple Exponential Moving Average (TEMA) applied to pure price direction. By tracking overconfidence and panic extremes, it helps identify exhaustion points before a major reversal.
What does the indicator show?
- SZO Line: The primary oscillator line tracking sentiment momentum between -100 and +100.
- Overconfidence & Panic Zones: Visually shaded regions at the top and bottom of the panel. When the SZO enters these zones, it suggests the current market mood is statistically overextended.
- Zero Line: The baseline indicating perfectly neutral market sentiment.
Key Settings
- TEMA Period: Determines how fast the oscillator adapts to recent directional price changes.
- Zone Threshold: The mathematical boundary for defining an extreme zone (e.g., 40).
How to use Strategy Parameters (Condition Source)
Integrate SZO into the Strategy Tester to build systems that fade extreme market behavior.
1. Oscillator Metrics
val— The core decimal output of the Sentiment Zone Oscillator.
Strategy Example: Set a long exit order condition where val > 90 to lock in profits during max euphoria.
2. Extreme Zone Signals
overbought— Triggers true (1) when SZO crosses above the upper threshold (Overconfidence).oversold— Triggers true (1) when SZO crosses below the lower threshold (Panic).
Strategy Example: To buy the dip during peak fear, execute a Long entry when oversold is true alongside a bullish engulfing candle.