49 行
3.6 KiB
Text
49 行
3.6 KiB
Text
; saved automatically on 2026.01.15 14:18:13
|
|
; this file contains last used input parameters for testing/optimizing gpt5 expert advisor
|
|
;
|
|
; === GENERAL ===
|
|
MagicNumber=456789||456789||1||4567890||N
|
|
Risk_Per_Trade=1.2||1.2||0.120000||12.000000||N
|
|
Min_Active_Entries=8||8||1||80||N
|
|
Max_Simultaneous_Trades=20||20||1||200||N
|
|
; === MOVING FIBS (PRIMARY!) ===
|
|
MFIB_Lookback=200||200||1||2000||N
|
|
Show_MFIB_Levels=true||false||0||true||N
|
|
MFIB_Touch_Buffer=30||30||1||300||N
|
|
Require_MFIB_Interaction=true||false||0||true||N
|
|
; === MA MAGNET SYSTEM ===
|
|
MA_1=7||7||1||70||N
|
|
MA_2=14||14||1||140||N
|
|
MA_3=21||21||1||210||N
|
|
MA_4=50||50||1||500||N
|
|
MA_5=140||140||1||1400||N
|
|
MA_6=230||230||1||2300||N
|
|
MA_7=500||500||1||5000||N
|
|
MA_8=1000||1000||1||10000||N
|
|
MA_9=1100||1100||1||11000||N
|
|
MA_10=1400||1400||1||14000||N
|
|
MA_Touch_Buffer=30||30||1||300||N
|
|
Min_MA14_Crosses=1||1||1||10||N
|
|
; === STOCHASTIC CONFIRMATION ===
|
|
Stoch_K_Period=5||5||1||50||N
|
|
Stoch_D_Period=3||3||1||30||N
|
|
Stoch_Slowing=3||3||1||30||N
|
|
Use_Stoch_Confirmation=true||false||0||true||N
|
|
; === TRADE SETUP FILTERS ===
|
|
Allow_Structural_Bounce=true||false||0||true||N
|
|
Allow_Structural_Break=true||false||0||true||N
|
|
Allow_Magnet_Snapback=true||false||0||true||N
|
|
Allow_MFIB_Continuation=true||false||0||true||N
|
|
Allow_Failed_Break=true||false||0||true||N
|
|
Allow_Triple_Confluence=true||false||0||true||N
|
|
Filter_Dead_Zones=true||false||0||true||N
|
|
; === RISK MANAGEMENT ===
|
|
Risk_Reward_Ratio=5.0||5.0||0.500000||50.000000||N
|
|
Use_Fib_Based_SLTP=true||false||0||true||N
|
|
Move_BE_At_Points=300||300||1||3000||N
|
|
Trailing_SL_Points=500||500||1||5000||N
|
|
Partial_TP_Percent=25.0||25.0||2.500000||250.000000||N
|
|
; === DAILY LIMITS ===
|
|
Max_Daily_Loss_Percent=5.0||5.0||0.500000||50.000000||N
|
|
Max_Daily_Profit_Percent=30.0||30.0||3.000000||300.000000||N
|
|
Max_Trades_Per_Day=40||40||1||400||N
|