Trend Stream

Spot & FuturesOfficialv2.01

Overview

Pure trend-following strategy using triple EMA alignment (9/21/55). Enters only when all 3 EMAs align in order — a high-conviction signal used by institutional swing traders. Features EMA-based adaptive stop loss using EMA 55, optional ADX trend strength gate, trailing stops, and zone-aware entry blocking.

Requirements

Required Indicators

ATRADX
Supported MarketsSpot & Futures

Configuration Parameters

Entry

Configure alignment entry conditions

ParameterTypeDefaultDescription
ENABLE_SHORTSEnable ShortsBooleanDisabledAllow short entries on bear alignment (EMA 9 < 21 < 55)
REQUIRE_PRICE_CONFIRMPrice ConfirmationBooleanEnabledRequire price to be above EMA 9 for longs (below for shorts). Adds conviction but may delay entries.
USE_ADX_GATEADX Trend GateBooleanDisabledRequire ADX above threshold — filters out weak trends
ADX_THRESHOLDADX ThresholdRange (10–50, step 5)25Minimum ADX value when ADX gate is enabled

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 and take profit configuration

ParameterTypeDefaultDescription
USE_EMA_SLEMA Stop LossBooleanEnabledUse EMA 55 as adaptive stop loss. More intelligent than fixed % — tightens in calm markets, widens in volatile.
EMA_SL_BUFFEREMA SL Buffer (%)Range (0.1–5, step 0.1)1Buffer percentage below/above EMA 55 for stop loss placement
STOP_LOSS_PCTFixed SL (%)Range (0.5–10, step 0.5)3Fixed stop loss percentage (used when EMA SL is disabled)
TAKE_PROFIT_PCTTake Profit (%)Range (1–30, step 1)9Take profit percentage from entry price

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–10, step 0.1)1PnL % at which trailing stop activates
TRAIL_PERCENTTrail Distance (%)Range (0.1–5, step 0.1)1How far the trail follows behind the peak price

Version Info

Current Version: v2.01

Latest Changes

Patch update - bug fixes or tweaks

Changelog

VersionDateTypeChanges
v2.012026-02-18patchPatch update - bug fixes or tweaks