🎯Stop Loss & Take Profit

Complete SL/TP System Documentation

BananaEA features a sophisticated 3-method SL/TP system with dynamic risk:reward ratios, ATR adaptation, and pattern-based positioning.


Overview: SL/TP Method Selection

Available Methods (3 for SL, 3 for TP)

Stop Loss Methods:

  1. SL_CandleRange β€” Signal bar range-based (default, pattern-aware)

  2. SL_ATR β€” ATR/volatility-based (adaptive to market conditions)

  3. SL_Fixed β€” Fixed pip distance (predictable, simple)

Take Profit Methods:

  1. TP_CandleRange β€” Risk:Reward ratio-based (default, professional)

  2. TP_ATR β€” ATR/volatility-based (adaptive targets)

  3. TP_Fixed β€” Fixed pip distance (simple, prop-firm friendly)

Each method is independent β€” you can mix and match (e.g., SL_CandleRange with TP_ATR).


Stop Loss Configuration

SLMethod - Stop Loss Calculation Method

Choose how BananaEA calculates stop loss placement:

Options:

  • SL_CandleRange β€” Based on signal bar range (default)

  • SL_ATR β€” Based on ATR indicator (adaptive)

  • SL_Fixed β€” Fixed pip distance (simple)


Method 1: Candle Range Stop Loss (Default)

SLMethod = SL_CandleRange

What it does: Places SL based on the signal candle's high-low range.

Best for:

  • Pattern-based trading (respects price action structure)

  • Dynamic SL sizing based on signal strength

  • Professional trading (adapts to market structure)

CandleSLMultiplier - Candle Range Multiplier

What it does: Multiplies signal bar range to determine SL distance.

Configuration:

  • Default: 1.0 (1Γ— signal bar range)

  • Range: 0.5 – 3.0

  • Examples:

    • 0.5 β€” Tight SL (50% of signal bar)

    • 1.0 β€” Standard SL (100% of signal bar, default)

    • 1.5 β€” Generous SL (150% of signal bar)

    • 2.0 β€” Wide SL (200% of signal bar)

How it works:

Real-world example:

Advantages:

  • βœ… Adapts to signal strength

  • βœ… Respects price structure

  • βœ… Volatility aware

  • βœ… Professional and dynamic

Disadvantages:

  • ❌ Variable SL distance

  • ❌ Large candles = larger SL

Recommended for: Pattern traders, swing traders, DAX/indices


Method 2: ATR-Based Stop Loss (Adaptive)

SLMethod = SL_ATR

What it does: Uses ATR (Average True Range) for volatility-adaptive SL.

Best for:

  • Markets with changing volatility

  • Adaptive risk management

SL_ATR_Multiplier

What it does: Multiplies ATR value for SL distance.

Default: 0.0 (off) Range: 1.0 – 5.0 Recommended: 2.0 – 3.0

Advantages:

  • βœ… Adapts to volatility changes

  • βœ… Protects during calm and volatile sessions

Disadvantages:

  • ❌ Requires ATR understanding

  • ❌ Varies per market

Recommended for: Multi-market traders, swing traders, volatile pairs


Method 3: Fixed Pips Stop Loss (Simple)

SLMethod = SL_Fixed

What it does: Uses fixed pip distance (simplest).

Best for:

  • Prop firm compliance

  • Simple strategies

InpStopLoss - Fixed SL in Pips

Configuration:

  • Default: 0.0 (disabled)

  • Typical Range: 10–200

Advantages:

  • βœ… Predictable risk

  • βœ… Easy to backtest

Disadvantages:

  • ❌ Not adaptive

  • ❌ Ignores volatility

Recommended for: Beginners, prop firms


Take Profit Configuration

TPMethod - Take Profit Calculation Method

Options:

  • TP_CandleRange β€” Risk:Reward based (default)

  • TP_ATR β€” Volatility based

  • TP_Fixed β€” Fixed pip distance


Method 1: Candle Range Take Profit (Default)

TPMethod = TP_CandleRange

What it does: Sets TP based on Risk:Reward ratio.

Configuration:

  • Default: 20.0 (20:1 R:R)

  • Range: 1.0 – 50.0

Advantages:

  • βœ… Professional money management

  • βœ… Consistent R:R ratios

Disadvantages:

  • ❌ May take time to reach large TPs

Recommended for: Professional traders, trend followers


Method 2: ATR-Based Take Profit (Adaptive)

TPMethod = TP_ATR

What it does: Uses ATR for adaptive TP targets.

Configuration:

  • Default: 0.0 (off)

  • Range: 1.0 – 20.0

Advantages:

  • βœ… Adapts to volatility

  • βœ… Realistic targets

Disadvantages:

  • ❌ Variable R:R ratios


Method 3: Fixed Pips Take Profit (Simple)

TPMethod = TP_Fixed

What it does: Uses fixed pip TP.

Recommended for: Scalping, prop firms


Quick Reference

Trading Style
SL Method
TP Method
R:R Target

Pattern Trading

SL_CandleRange

TP_CandleRange

20:1

Scalping

SL_Fixed

TP_Fixed

2:1

Day Trading

SL_ATR

TP_ATR

2.5:1

Swing Trading

SL_ATR

TP_ATR

3:1

Prop Firms

SL_Fixed

TP_Fixed

2:1


Download optimized SL/TP configurations: πŸ‘‰ https://my.itradeaims.net/latest-optimization-sets/arrow-up-right

Last updated