; 01) -------------------- GENERAL --------------------
InpMaxBars=2500
InpCleanupOnDeinit=true
InpDraw_MaxBarsBack=1250
; 02) ------------------- RSI #1 (BASE) -------------------
InpRSI1_TF=0
InpRSI1_Period=7
InpRSI1_Price=6
; 03) ------------------ RSI #2 (OVERLAY) ------------------
InpRSI2_Enable=true
InpRSI2_TF=0
InpRSI2_Period=14
InpRSI2_Price=6
InpRSI2_Weight=0.5
; 04) ------------------ RSI #3 (OVERLAY) ------------------
InpRSI3_Enable=true
InpRSI3_TF=0
InpRSI3_Period=28
InpRSI3_Price=6
InpRSI3_Weight=0.5
; 05) ----------------- COMBINE PIPELINE -----------------
InpComb2_Mode=3
InpComb3_Mode=3
InpClamp_0_100=true
; 06) ------------ DYNAMIC OB/OS (ATR-BASED) ------------
InpOBOS_Enable=true
InpOBOS_TF=0
InpATR_Len=7
InpATR_BaseSMA=21
InpBase_OB=75
InpBase_OS=25
InpWidth_Min=10.0
InpWidth_Max=35.0
InpVol_RatioPower=0.5
; 07) ------------------ TREND COLORING ------------------
InpTrendColor_Enable=false
InpTrend_TF=0
InpTrend_Mode=0
InpTrend_MA_Method=3
InpTrend_MA_Period=125
InpTrend_Price=6
InpTrend_SlopeMin=0.0
InpTrend_MA_SlopeLen=30
InpTrend_CandleVoteLen=3
InpTrend_CandleMinBodyPts=50
InpTrend_UseClosedCandles=true
; 08) --------------- BIAS BLEND (MOMENTUM) --------------
InpBias_Enable=true
InpBias_Strength=0.25
InpBias_Len=10
InpBias_NormATRMult=1.0
; 09) ----------- ATR SPEED CONTROL (SMOOTHING) ----------
InpSpeed_Enable=true
InpSpeed_MinAlpha=0.5
InpSpeed_MaxAlpha=1.0
InpSpeed_RatioPower=1.0
InpSpeed_SlowHighVol=true
; 10) ------------------- RSI DIVERGENCE ------------------
InpDiv_Enable=true
InpDiv_ConfirmBars=0
InpDiv_ConfirmCandle=false
InpDiv_ClosedBarOnly=true
InpDiv_PivotLeft=60
InpDiv_PivotRight=1
InpDiv_MinSep=5
InpDiv_Require_OBOS=true
InpDiv_ZonePad=4
InpDiv_MinRSIDiff=5.0
InpDiv_DrawLines_Main=true
InpDiv_DrawLines_Sub=true
InpDiv_CopyArrows_Main=true
InpDiv_CleanupOnInit=true
InpDiv_MaxPivotDist=100
; 11) ------------ VWAP OSCILLATOR (SUBWINDOW) -----------
InpVWAP_Enable=true
InpVWAP_Anchor=0
InpVWAP_CalcTF=0
InpVWAP_TypicalPrice=true
InpVWAP_UseTickVolume=true
InpVWAP_NormATRMult=15.0
InpVWAP_CorrectMode=true
InpVWAP_ResetHour=0
InpVWAP_ResetMinute=0
InpVWAP_DeltaMult=1.0
InpVWAP_VWAPShiftATR=2.0
InpVWAP_InvertDelta=true
; 12) ----------------- BUY / SELL SIGNALS ----------------
InpSig_Enable=true
InpSig_Mode=2
InpSig_ClosedBarOnly=true
InpSig_ConfirmCandle=true
InpSig_CooldownBars=15
InpSig_LookbackBars=2500
InpSig_PivotLeft=3
InpSig_PivotRight=1
InpSig_MinSep=5
InpSig_Require_OBOS=true
InpSig_ZonePad=6
InpSig_MinBounce=1.5
InpSig_RequireCrossBack=true
InpSig_CrossBackX=1.5
InpSig_ArrowOffsetRSI=5
InpSig_TrendFilter=true
InpSig_AllowNeutral=true
InpSig_UseVWAPFilter=false
InpSig_VWAP_FilterSlope=true
InpSig_VWAP_SlopeBars=2
InpSig_VWAP_FilterRegime=true
InpSig_VWAP_FilterLow=20.0
InpSig_VWAP_FilterHigh=80.0
InpSig_CopyArrows_Main=true
InpSig_CleanupOnInit=true
