Skip to content

ENV Strategy Templates

  1. ENV Breakout + ADX — Trend-confirmed breakouts
  2. ENV + RSI — Band touch + momentum
  3. ENV Mean Reversion — Trade in ranging markets

Strategy 1: ENV Breakout + ADX

Overview

Trade ENV band breaks in trending markets.

When This Works Best

  • Trending markets
  • 4H to 1D

Algorithm Configuration

SettingValue
TypeBOTH
Position Size40% of equity (REL)
Order TypeMARKET
TimeoutCOOLDOWN_ONLY, 3 bars

Long Entry Conditions

GroupIndicatorSignalThreshold
RequiredENVprice_above_upperBand
RequiredADXadx_above_threshold25

Long Exit Conditions

SettingValue
RequiredENV · price_below_lowerBand
Stop Loss5% (REL), trailing
Take Profit12% (REL)

Short Entry Conditions

GroupIndicatorSignalThreshold
RequiredENVprice_below_lowerBand
RequiredADXadx_above_threshold25

Short Exit Conditions

SettingValue
RequiredENV · price_above_upperBand
Stop Loss5% (REL), trailing
Take Profit12% (REL)

Recommended Parameters

IndicatorParameterValueNotes
ENVPeriod20 barsStandard
ADXThreshold25Trend filter

Strategy 2: ENV + RSI Reversal

Overview

Trade ENV band touches confirmed by RSI extremes in ranging markets.

When This Works Best

  • Ranging markets
  • 1H to 4H

Algorithm Configuration

SettingValue
TypeBOTH
Position Size30% of equity (REL)
Order TypeMARKET
TimeoutCOOLDOWN_ONLY, 5 bars

Long Entry Conditions

GroupIndicatorSignalThreshold
RequiredENVprice_below_lowerBand
RequiredRSIrsi_below_threshold30

Long Exit Conditions

SettingValue
RequiredRSI · rsi_above_threshold · 60
Stop Loss4% (REL)
Take Profit8% (REL)

Short Entry Conditions

GroupIndicatorSignalThreshold
RequiredENVprice_above_upperBand
RequiredRSIrsi_above_threshold70

Short Exit Conditions

SettingValue
RequiredRSI · rsi_below_threshold · 40
Stop Loss4% (REL)
Take Profit8% (REL)

Recommended Parameters

IndicatorParameterValueNotes
ENVPeriod20 barsStandard
RSIPeriod14Momentum

Strategy 3: ENV Mean Reversion

Overview

Trade reversals at ENV bands when market is ranging (ADX < 20).

When This Works Best

  • Ranging/sideways markets
  • 1H to 4H

Algorithm Configuration

SettingValue
TypeBOTH
Position Size30% of equity (REL)
Order TypeMARKET
TimeoutCOOLDOWN_ONLY, 5 bars

Long Entry Conditions

GroupIndicatorSignalThreshold
RequiredENVprice_below_lowerBand
RequiredADXadx_below_threshold20

Long Exit Conditions

SettingValue
RequiredENV · price_above_upperBand
Stop Loss3% (REL)
Take Profit6% (REL)

Short Entry Conditions

GroupIndicatorSignalThreshold
RequiredENVprice_above_upperBand
RequiredADXadx_below_threshold20

Short Exit Conditions

SettingValue
RequiredENV · price_below_lowerBand
Stop Loss3% (REL)
Take Profit6% (REL)

Recommended Parameters

IndicatorParameterValueNotes
ENVPeriod20 barsStandard
ADXThreshold20Range filter

  • Test ENV period: Find the lookback that captures meaningful breakouts
  • Compare ENV with BB: See which provides better signals for your asset