; TurtleSoup Professional Indicator setfile ; Derived from: XAUUSD_M30_TurtleSoup_Marktversion.set ; Active EA values were copied where the indicator has matching inputs. ; EA-only trading/risk-management parameters are intentionally omitted. ; 01 - Reference Levels ReferenceLevelMode=0 PivotLeftBars=5 PivotRightBars=5 LookbackBars=60 MinLevelAgeBars=4 UseOnlyUntouchedLevels=true MinSwingSizeATR=1 ; 02 - Sweep Logic MinSweepPoints=200 MinSweepATRMultiplier=0.2 UseATRForSweep=true MaxBarsAfterSweepForReclaim=4 RequireSweepWickRejection=true RequireCloseBackInsideRange=true ; 03 - Reclaim Logic EntryConfirmationMode=0 RequireBullishBearishReclaimCandle=true RequireReclaimWickRejection=false MinBodyPercent=25 MaxReclaimBars=3 ; 04 - Manual Trade Plan EntryMode=0 StopLossMode=0 SLBufferPoints=50 SLBufferATRMultiplier=0.25 FixedSLPoints=1800 ATRPeriod=14 ATRStopMultiplier=2.2 TakeProfitMode=0 RiskRewardRatio=5.0 TP1_R=1 TP2_R=2.4 TP3_R=3.6 ShowTP1TP2TP3=true UseLiquidityTarget=false MinRequiredRR=1.6 ; 05 - Filters UseTrendFilter=false FastEMA=50 SlowEMA=200 TrendFilterMode=2 UseEMASlope=false UseHTFFilter=false HTFTimeframe=16388 HTFFastEMA=34 HTFSlowEMA=100 UseSessionFilter=true TradeAsia=true TradeLondon=true TradeNewYork=true UseCustomSession=false CustomSessionName=Custom CustomSessionStartTime=09:00 CustomSessionEndTime=12:00 UseSpreadFilter=true MaxSpreadPoints=150 UseVolatilityFilter=true MinATR=250 MaxATR=6000 TradeMonday=true TradeTuesday=true TradeWednesday=true TradeThursday=true TradeFriday=true FridayNoNewTradesAfter=18:00 ; 06 - Display ApplyColorOnWhiteScheme=true ShowStatusPanel=true ShowReferenceLevels=true ShowSessionLines=true SessionLinesDaysBack=5 ShowSetupHistory=true MaxHistoricalSignals=20 ShowInvalidSetups=false LabelFontSize=8 ; 07 - Alerts EnablePopupAlert=true EnablePushAlert=false EnableSoundAlert=false AlertSoundFile=alert.wav