Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Indicators Description

1. Component Deconstruction

This section deconstructs the individual mathematical and logical components that form the foundation of the RSI Elite Toolkit.

Relative Strength Index (RSI)

RSI Signal Smoothing (Moving Average of RSI)

Institutional Bias Filter (Exponential Moving Average)

Volatility Matrix (Average True Range - ATR)

Divergence Intelligence Engine

2. Logic Layering & Confluence

The script’s primary innovation is its departure from single-trigger logic in favor of a weighted, score-based confluence engine. It does not use a strict hierarchical filter but rather assigns evidentiary weight to different market phenomena.

A signal is generated only when the cumulative long_score or short_score meets or exceeds the min_confluence threshold (defaulting to 3). This means a signal can be triggered by Divergence alone (3 pts), or by RSI Extreme Exit + Trend Bias (2+1=3 pts), or by RSI Extreme Exit + RSI MA Cross (2+1=3 pts).

3. The Execution Engine

Trigger Conditions

Exit Conditions & Mathematical Constants

The script does not generate dynamic exit signals. Instead, it projects a static Stop Loss (SL) and Take Profit (TP) zone based on volatility at the time of the trigger.