; saved on 2026.07.08 19:54:22
; this file contains input parameters for testing/optimizing 01 Fourier SNN RSI MACD expert advisor
; to use it in the strategy tester, click Load in the context menu of the Inputs tab
;
; --- Core Configurations ---
InpMode=4||0||0||7||Y
InpUseSNN=true||false||0||true||Y
InpLotSize=0.1||0.1||0.010000||1.000000||N
InpMagicNumber=123456||123456||1||1234560||N
InpSlippage=56||2||2||100||Y
; --- Fourier Transform Parameters ---
InpFourierWindow=90||2||2||256||Y
InpTurningPointTh=0.470||0.005||0.005||0.95||Y
; --- Technical Indicator Parameters ---
InpMACDFast=12||12||1||120||N
InpMACDSlow=26||26||1||260||N
InpMACDSignal=9||9||1||90||N
InpRSIPeriod=14||3||1||120||N
; --- Spiking Neural Network (SNN) Parameters ---
InpSnnThreshold=0.1||0.1||0.1||2.5||Y
InpSnnDecay=0.82||0.02||0.02||1.0||Y
