STOCH RSI Trading Guide
Last updated: July 22, 2026
The Stochastic RSI is a quantitative technical analysis tool. STOCH_RSI Optimized to Golden Standard. Improvements:
What does the indicator show?
- Market Structure & Momentum: Visualizes prevailing trend directions and key reversal zones.
- BUY / SELL Signals: Highlights confirmed entry and exit opportunities based on quantitative rules.
- Dynamic Boundaries: Provides adaptive levels for managing trade risk and reward expectations.
Key Settings
- K Smoothing (
smoothK): Controls the calculation period and sensitivity for market detection. - D Smoothing (
smoothD): Controls the calculation period and sensitivity for market detection. - RSI Length (
rsiLen): Controls the calculation period and sensitivity for market detection. - Stoch Length (
stochLen): Controls the calculation period and sensitivity for market detection. - %K (
k): Controls the calculation period and sensitivity for market detection. - %D (
d): Controls the calculation period and sensitivity for market detection. - 80 (
h80): Controls the calculation period and sensitivity for market detection. - 50 (
h50): Controls the calculation period and sensitivity for market detection. - 20 (
h20): Controls the calculation period and sensitivity for market detection.
How to use Strategy Parameters (Condition Source)
Within the Strategy Tester module, this indicator can be used both as a direct signal source and as a market-state filter.
1. Signal Events
buySignal- Fires when a bullish market condition is confirmed.sellSignal- Fires when a bearish market condition is confirmed.signalDir- Outputs1for bullish,-1for bearish, and0when neutral.
2. Filters and Trade Levels
smoothK- K Smoothing value used for structural qualification or thresholds.smoothD- D Smoothing value used for structural qualification or thresholds.rsiLen- RSI Length value used for structural qualification or thresholds.stochLen- Stoch Length value used for structural qualification or thresholds.k- %K value used for structural qualification or thresholds.d- %D value used for structural qualification or thresholds.h80- 80 value used for structural qualification or thresholds.h50- 50 value used for structural qualification or thresholds.h20- 20 value used for structural qualification or thresholds.
Strategy Example: Enter Long when buySignal is true and trendFilter == 1, ensuring trades align with dominant momentum.