24 lines
1.8 KiB
Plaintext
24 lines
1.8 KiB
Plaintext
; saved on 2026.05.13 23:57:41
|
|
; this file contains input parameters for testing/optimizing main expert advisor
|
|
; to use it in the strategy tester, click Load in the context menu of the Inputs tab
|
|
;
|
|
TimeFrame=1||0||16385||16390||N
|
|
RSI_Period=15||1||7||21||Y
|
|
RSI_Applied_Price=1||0||1||1||N
|
|
RSI_Overbought=2||2.0||60.0||85.0||Y
|
|
RSI_Oversold=32||2.0||15.0||40.0||Y
|
|
RSI_Target_Buy=67||2.0||65.0||90.0||Y
|
|
RSI_Target_Sell=2||2.0||10.0||35.0||Y
|
|
BarsToWait=8||1||1||8||Y
|
|
LotSize=5||5.0||10.0||100.0||Y
|
|
MagicNumber=12345||0||12345||12345||N
|
|
Slippage=3||0||3||3||N
|
|
; === Trailing stop ===
|
|
UseTrailingStop=true||false||0||true||N
|
|
TrailingStopDistancePoints=25||25.0||100.0||800.0||Y
|
|
TrailingActivationPoints=16.0||5.0||0.500000||50.000000||Y
|
|
; === Session filter new entries (UTC) ===
|
|
UseSessionFilterUTC=false||false||0||true||Y
|
|
TradeStartHourUTC=7||1||6||14||Y
|
|
TradeEndHourUTC=22||1||18||24||N
|