Supertrend Rider

Spot & FuturesOfficialv1.02

Overview

Trend-following strategy using the Supertrend indicator for direction and the Supertrend value as dynamic stop loss. Enters on Supertrend direction flips — catches faster trend changes than EMA alignment. Features optional EMA 50 confirmation, ADX and volume filters, ATR-based trailing, and zone-aware entry blocking.

Requirements

Required Indicators

SupertrendATRADX
Supported MarketsSpot & Futures

Configuration Parameters

Entry

Configure Supertrend entry conditions and filters

ParameterTypeDefaultDescription
ENABLE_SHORTSEnable ShortsBooleanEnabledAllow short entries on bearish Supertrend flips
USE_EMA_CONFIRMEMA ConfirmationBooleanDisabledRequire price above/below EMA 50 to confirm trend direction. Adds conviction but filters some signals.
USE_ADX_FILTERADX FilterBooleanDisabledRequire ADX above threshold to confirm trend strength
ADX_THRESHOLDADX ThresholdRange (10–50, step 5)25Minimum ADX value when ADX filter is enabled
USE_VOL_FILTERVolume FilterBooleanDisabledRequire current volume to exceed 20-period average by 1.5x for entry

Zone Filter

Block entries near opposing S/R zones

ParameterTypeDefaultDescription
ZONE_BLOCK_THRESHOLDZone Block LevelRange (1–10, step 1)4Zone proximity count at which entries against the zone are blocked

Risk Management

Stop loss configuration — Supertrend-based or ATR fallback

ParameterTypeDefaultDescription
USE_ST_SLSupertrend SLBooleanEnabledUse Supertrend value as dynamic stop loss. Natural level — acts as support in uptrends, resistance in downtrends.
SL_BUFFER_PCTSL Buffer (%)Range (0.1–3, step 0.1)0.5Buffer percentage beyond Supertrend value for stop loss placement. Prevents premature stops on wicks.
ATR_SL_MULTATR SL MultiplierRange (0.5–5, step 0.1)2ATR multiplier for stop loss (used when Supertrend SL is disabled)

Trailing Stop

Lock in profits with trailing stop

ParameterTypeDefaultDescription
USE_TRAILINGEnable TrailingBooleanDisabledActivate trailing stop when profit threshold is reached
TRAIL_ACTIVATIONTrail Activation (%)Range (0.1–5, step 0.1)0.5PnL % at which trailing stop activates
TRAIL_PERCENTTrail Distance (%)Range (0.1–5, step 0.1)1.5How far the trail follows behind the peak price

Version Info

Current Version: v1.02

Latest Changes

Patch update - bug fixes or tweaks

Changelog

VersionDateTypeChanges
v1.022026-02-18patchPatch update - bug fixes or tweaks
v1.012026-02-18patchPatch update - bug fixes or tweaks
v12024-01-17Initial release