Yalnızca ürünü satın alan veya kiralayan kullanıcılar yorum yazabilir
patrickdrew  

I have it on all the pairs for 3 days now.

It has opened trades... all have a small floating DD and no closed trades at all!?

Is this normal?

Choawana Malaikitsanachalee  
patrickdrew #:

I have it on all the pairs for 3 days now.

It has opened trades... all have a small floating DD and no closed trades at all!?

Is this normal?

It's very unusual. I'll fix it right away.
Cristian-bogdan Buzatu  
Choawana Malaikitsanachalee #:
It's very unusual. I'll fix it right away.
Thank you. 
Choawana Malaikitsanachalee  
I’d like to clarify that the configuration you used was running in ValidationMode, which is only intended for MQL5 Market approval testing. This mode disables all stop-loss, take-profit, and trailing functions, and therefore it’s not suitable for real trading. My apologies for not mentioning this earlier.

The good news is — a new version of the EA is currently in development and will be released soon. It includes improved trade management, active profit-locking, and better real-time trailing.

I’ve also prepared a starter preset (.set) configuration for you. The setup parameters are already filled in, so you can simply open the Inputs tab and enter the values manually to match your trading preferences — no download required. This allows you to adjust or fine-tune the EA freely on your own.

Thank you again for your patience and feedback.


; ===== General =====
InpTimeframe=15
MagicNumber=31000
EntryOncePerBar=true


; ===== Validation =====
ValidationMode=false


; ===== Scoring Engine =====
ScoreThresholdLong=3.0
ScoreThresholdShort=3.0
TrendFilter=1 ; 0=NONE, 1=EMA, 2=EMA_SLOPE
TrendEmaPeriod=200
SlopeMinPoints=50.0

W_Fakey=2.0
W_DirtyRetest=2.0
W_Flag=2.0
W_BreakoutBuildup=2.0
W_TripleTap=1.5
W_Divergence=1.0
W_OneTwoThree=2.0
W_FlatTop=1.5
W_Deceleration=1.0


; ===== Indicators =====
RSI_Period=14
ATR_Period=14


; ===== Risk & Stops =====
LotSizeMethod=1 ; 0=Fixed, 1=RiskPercent
FixedLotSize=0.01
RiskPercentPerTrade=1.0
SL_Mode=1 ; 0=Points, 1=ATR
TP_Mode=1 ; 0=Points, 1=ATR
FixedSL_Points=0.0
FixedTP_Points=0.0
ATR_SL_Mult=2.0
ATR_TP_Mult=3.0


; ===== Trailing / Profit Lock =====
Use_Trailing=true
TrailingStartPts=200.0
TrailingATRMult=1.3
Use_Breakeven=true
BE_TriggerPts=120.0
BE_OffsetPts=10.0
Trail_After_BE=true
ProfitLockMode=2 ; 0=ATR, 1=RATIO, 2=STEP
StepLockStepPts=100.0
StepLockLockPts=60.0
RatioProfitMultiple=10.0
RatioLockMultiple=1.0


; ===== Smart Martingale (OFF) =====
Use_Martingale=false
MG_Max_Trades=3
MG_Multiplier=1.4
MG_Start_ATR_Mult=1.4
MG_Step_ATR_Mult=1.0


; ===== UI & Targets =====
Use_UI=false
UI_RefreshSec=1
TargetProfitUSD=0.0
TargetLossUSD=0.0
Use_AutoCloseTargets=false


; ===== Validation Guards =====
Use_EquityGuard=true
EquityGuardPct=15.0


; ===== Guards =====
UseTimeFilter=false
StartHour=0
EndHour=24
MaxSpreadPts=180
DeviationPts=10
MinStopBufferPts=1
Yalnızca ürünü satın alan veya kiralayan kullanıcılar yorum yazabilir