π―Stop Loss & Take Profit
Complete SL/TP System Documentation
Overview: SL/TP Method Selection
Available Methods (3 for SL, 3 for TP)
Stop Loss Configuration
SLMethod - Stop Loss Calculation Method
SLMethod - Stop Loss Calculation MethodMethod 1: Candle Range Stop Loss (Default)
SLMethod = SL_CandleRange
SLMethod = SL_CandleRangeCandleSLMultiplier - Candle Range Multiplier
CandleSLMultiplier - Candle Range MultiplierMethod 2: ATR-Based Stop Loss (Adaptive)
SLMethod = SL_ATR
SLMethod = SL_ATRSL_ATR_Multiplier
SL_ATR_MultiplierMethod 3: Fixed Pips Stop Loss (Simple)
SLMethod = SL_Fixed
SLMethod = SL_FixedInpStopLoss - Fixed SL in Pips
InpStopLoss - Fixed SL in PipsTake Profit Configuration
TPMethod - Take Profit Calculation Method
TPMethod - Take Profit Calculation MethodMethod 1: Candle Range Take Profit (Default)
TPMethod = TP_CandleRange
TPMethod = TP_CandleRangeMethod 2: ATR-Based Take Profit (Adaptive)
TPMethod = TP_ATR
TPMethod = TP_ATRMethod 3: Fixed Pips Take Profit (Simple)
TPMethod = TP_Fixed
TPMethod = TP_FixedQuick Reference
Trading Style
SL Method
TP Method
R:R Target
Last updated