InpBuyRSI_Level | double | 35.0 | [M15] Buy Oversold RSI Level (RSI < Level) |
|---|
InpSellRSI_Level | double | 65.0 | [M15] Sell Overbought RSI Level (RSI > Level) |
|---|
InpBB_Period | int | 20 | [M15] Bollinger Bands Period |
|---|
InpBB_Deviation | double | 2.0 | [M15] Bollinger Bands Deviation |
|---|
InpATR_Period | int | 14 | [M15] ATR Period |
|---|
InpGridATRMultiplier | double | 1.4 | Grid Step ATR Multiplier |
|---|
InpMinGridStepUSD | double | 3.5 | Minimum Grid Step ($ USD price distance, e.g. $3.50) |
|---|
InpMaxGridStepUSD | double | 12.0 | Maximum Grid Step ($ USD price distance, e.g. $12.00) |
|---|
InpMaxGridLevels | int | 5 | Maximum Grid Levels per Basket (Strict Cap) |
|---|
InpLotStrategy | ENUM_LOT_STRATEGY | LOT_STRAT_FIXED | Lot Strategy (Fixed / Mild Mult / Dynamic) |
|---|
InpInitialLot | double | 0.01 | Initial Lot Size |
|---|
InpLotMultiplier | double | 1.15 | Mild Lot Multiplier (Keep <= 1.20) |
|---|
InpMaxSingleLot | double | 0.10 | Max Lot Size per Single Order |
|---|
InpMaxExposureLots | double | 0.25 | Max Cumulative Lots in a Basket |
|---|
InpRiskPerBasketPct | double | 3.0 | Max Equity Risk % per Basket (for Dynamic Sizing) |
|---|
InpTPMode | ENUM_TP_MODE | TP_MODE_HYBRID | Take Profit Mode |
|---|
InpBasketTPPercent | double | 0.50 | Basket TP (% of Balance, e.g. 0.5%) |
|---|
InpBasketTPUSD | double | 15.0 | Basket TP ($ USD Fixed, e.g. $15.00) |
|---|
InpBasketTP_ATR_Factor | double | 0.30 | TP Distance from Weighted Average (ATR_M15 * Factor) |
|---|
InpUseBasketTrailing | bool | true | Enable Basket Trailing Stop |
|---|
InpTrailStartUSD | double | 10.0 | Trail Start Target ($ USD) |
|---|
InpTrailStepUSD | double | 3.0 | Trail Step / Lock-in Distance ($ USD) |
|---|
InpEquityStopPercent | double | 8.0 | Equity Drawdown Hard Stop % (Close All & Pause) |
|---|
InpUseEmergencyATR_SL | bool | true | Emergency SL based on ATR(H1) from First Entry |
|---|
InpEmergencySL_ATR_Mult | double | 3.5 | Emergency SL ATR(H1) Multiplier (e.g. 3.5x H1 ATR) |
|---|
InpUseTrendEscape | bool | true | Enable Trend Escape Safety Cut |
|---|
InpTrendEscapeMaxLossUSD | double | 60.0 | Max Loss to Trigger Trend Escape Cut ($ USD) |
|---|
InpMarginLevelFreeze | double | 200.0 | Margin Guard: Stop New Grid if Margin Level % < threshold |
|---|