2026-02-25 13:40:26 +07:00
|
|
|
; +-----------------------------------------+
|
2026-05-31 02:13:34 +07:00
|
|
|
; Nyao Scalper v42.0 - SAFE PROFILE
|
2026-02-25 13:40:26 +07:00
|
|
|
; © Copyright Nyao Scalper by Elriz Wiraswara
|
|
|
|
|
; +-----------------------------------------+
|
2026-03-12 16:32:10 +07:00
|
|
|
; Optimized for XAUUSD M1
|
|
|
|
|
; Philosophy: Capital preservation, highest win rate
|
2026-02-25 13:40:26 +07:00
|
|
|
; Only highest-conviction trades, minimal exposure, tight risk controls
|
2026-05-31 02:13:34 +07:00
|
|
|
; Per-trade risk ~0.5% equity; basket stop ~3%; strongest dead-market filter
|
2026-02-25 13:40:26 +07:00
|
|
|
; +-----------------------------------------+
|
|
|
|
|
; 📊 Indicator Settings
|
2026-03-12 16:32:10 +07:00
|
|
|
DirectionalBodyLookback=15
|
|
|
|
|
EMAFastPeriod=6
|
|
|
|
|
EMASlowPeriod=16
|
2026-05-31 02:13:34 +07:00
|
|
|
SlopeLookback=4
|
2026-02-25 13:40:26 +07:00
|
|
|
RSIPeriod=10
|
|
|
|
|
ATRPeriod=10
|
2026-03-12 16:32:10 +07:00
|
|
|
ATRAvgLookback=15
|
2026-05-31 02:13:34 +07:00
|
|
|
MinVolRatioToTrade=0.7
|
2026-03-12 16:32:10 +07:00
|
|
|
ImpulseLookback=4
|
2026-02-25 13:40:26 +07:00
|
|
|
ImpulseBoostWeight=0.8
|
2026-03-12 16:32:10 +07:00
|
|
|
SignalSmoothingCandles=3
|
|
|
|
|
CurrentCandleBlend=0.25
|
2026-02-25 13:40:26 +07:00
|
|
|
VelocityWindow=2.0
|
|
|
|
|
RSIOverbought=75
|
|
|
|
|
RSIOversold=25
|
2026-03-12 16:32:10 +07:00
|
|
|
RSIMomentumBuy=62
|
|
|
|
|
RSIMomentumSell=38
|
2026-02-25 13:40:26 +07:00
|
|
|
; ⚖️ Score Weight Settings
|
|
|
|
|
TrendWeight=1.5
|
|
|
|
|
SlopeWeight=1.5
|
|
|
|
|
MomentumBaseWeight=1.0
|
|
|
|
|
MomentumTriggerWeight=0.5
|
|
|
|
|
BodyMomentumWeight=1.5
|
|
|
|
|
ChopScoreHigh=2.0
|
|
|
|
|
ChopScoreMed=1.0
|
2026-05-31 02:13:34 +07:00
|
|
|
ChopScoreLow=0.0
|
2026-02-25 13:40:26 +07:00
|
|
|
VolatilityScoreHigh=1.0
|
2026-05-31 02:13:34 +07:00
|
|
|
VolatilityScoreLow=0.0
|
2026-02-25 13:40:26 +07:00
|
|
|
PeakScoreWeight=1.0
|
|
|
|
|
WickRejectionWeight=1.5
|
2026-03-12 16:32:10 +07:00
|
|
|
MinBodyRatio=1.8
|
2026-02-25 13:40:26 +07:00
|
|
|
; 📝 Order & Position Settings
|
|
|
|
|
EnableBuyOrders=true
|
|
|
|
|
EnableSellOrders=true
|
2026-05-31 02:13:34 +07:00
|
|
|
EnableNewBarEntryOnly=true
|
|
|
|
|
EnableMaxSpreadFilter=true
|
|
|
|
|
MaxSpreadPoints=0
|
|
|
|
|
MaxSpreadATRRatio=0.20
|
2026-02-25 13:40:26 +07:00
|
|
|
BaseLotSize=0.01
|
|
|
|
|
MaxOpenOrders=3
|
2026-02-27 00:26:17 +07:00
|
|
|
MaxTradesPerCandle=1
|
2026-02-27 14:12:04 +07:00
|
|
|
ConsecutiveCandleThresholdBoost=1.5
|
|
|
|
|
MaxConsecutiveCandleBoosts=2
|
2026-03-12 16:32:10 +07:00
|
|
|
ZonePoints=700.0
|
2026-02-25 13:40:26 +07:00
|
|
|
BuyDuplicateMultiplier=2.0
|
|
|
|
|
SellDuplicateMultiplier=2.0
|
|
|
|
|
MinBreakEvenProfit=0.3
|
|
|
|
|
ProfitThresholdMultiplier=1.2
|
|
|
|
|
LossThresholdMultiplier=1.5
|
2026-05-31 02:13:34 +07:00
|
|
|
MinBuySignalScore=6.0
|
|
|
|
|
MinSellSignalScore=6.0
|
2026-06-02 09:02:47 +07:00
|
|
|
; 🎯 Limit Entry Settings
|
|
|
|
|
EnableLimitEntry=false
|
|
|
|
|
LimitEntryAnchor=0
|
|
|
|
|
LimitEntryATRFraction=0.25
|
|
|
|
|
LimitEntryExpiryBars=1
|
|
|
|
|
LimitEntryCancelOnFlip=true
|
2026-02-27 00:26:17 +07:00
|
|
|
; 🛡️ Signal Dampening Settings
|
|
|
|
|
EnableSignalDampening=true
|
|
|
|
|
MaxLosingPositionsSameDir=1
|
|
|
|
|
LosingPosScorePenalty=2.0
|
|
|
|
|
DrawdownThresholdPct=2.0
|
|
|
|
|
DrawdownScoreBoost=2.5
|
2026-06-02 09:02:47 +07:00
|
|
|
ConsecutiveLossesBeforeCooldown=3
|
2026-02-27 00:26:17 +07:00
|
|
|
ConsecutiveLossCooldownBars=5
|
2026-02-25 13:40:26 +07:00
|
|
|
; 🩺 Loss Management Settings
|
|
|
|
|
EnableLossManagement=true
|
2026-03-12 16:32:10 +07:00
|
|
|
MaxHoldingLossPositions=1
|
2026-02-25 13:40:26 +07:00
|
|
|
MinHealthScore=0.50
|
|
|
|
|
MaxAdverseATR=1.0
|
|
|
|
|
HealthTrendWeight=0.40
|
|
|
|
|
HealthRSIWeight=0.25
|
|
|
|
|
HealthATRWeight=0.25
|
|
|
|
|
HealthSwingWeight=0.10
|
|
|
|
|
HealthRSIBuyMin=48.0
|
|
|
|
|
HealthRSISellMax=52.0
|
|
|
|
|
HealthSwingLookback=25
|
|
|
|
|
HealthGraceBars=2
|
|
|
|
|
EnablePartialClose=true
|
|
|
|
|
PartialClose75Pct=0.30
|
|
|
|
|
PartialClose50Pct=0.60
|
|
|
|
|
PartialClose25Pct=1.00
|
|
|
|
|
EnableHealthSLTightening=true
|
|
|
|
|
SLTightenATRMultiplier=1.2
|
2026-03-12 16:32:10 +07:00
|
|
|
SLTightenMinHealthPct=0.60
|
2026-02-25 13:40:26 +07:00
|
|
|
EnableBreakEvenOnSpread=true
|
2026-03-12 16:32:10 +07:00
|
|
|
BreakEvenSpreadMultiplier=1.0
|
|
|
|
|
EnableVirtualSLReentry=false
|
2026-06-02 09:02:47 +07:00
|
|
|
ReentryRespectsNewBarGate=false
|
2026-02-25 13:40:26 +07:00
|
|
|
ReentryMinSignalPct=0.85
|
2026-02-27 14:12:04 +07:00
|
|
|
EnableProfitOffsetSL=true
|
2026-03-12 16:32:10 +07:00
|
|
|
ConsecutiveWinsRequired=4
|
|
|
|
|
MinOffsetProfit=1.5
|
2026-06-02 09:02:47 +07:00
|
|
|
; 🔀 Hedge Chain (Rolling Martingale Recovery) Settings
|
|
|
|
|
; OFF by design: a martingale contradicts this profile's capital-preservation goal.
|
|
|
|
|
EnableHedgeChain=false
|
|
|
|
|
HedgeTriggerATR=1.5
|
2026-06-02 23:57:30 +07:00
|
|
|
HedgeRequireSignal=true
|
|
|
|
|
HedgeMinSignalScore=6.0
|
2026-06-02 09:02:47 +07:00
|
|
|
HedgeAutoLot=true
|
|
|
|
|
HedgeRecoveryATR=1.0
|
|
|
|
|
HedgeLotMultiplier=2.0
|
|
|
|
|
HedgeMaxLot=0.02
|
|
|
|
|
HedgeRecoveryPct=100.0
|
|
|
|
|
HedgeRollMinProfit=0.0
|
|
|
|
|
HedgeCycleLevels=2
|
|
|
|
|
EnableHedgeCycleReset=true
|
|
|
|
|
HedgeCyclePartialPct=50.0
|
|
|
|
|
HedgeMaxCycles=1
|
|
|
|
|
HedgeMaxChainLossUSD=0.0
|
2026-06-02 20:51:23 +07:00
|
|
|
HedgeMaxChainLossPct=0.0
|
2026-06-02 09:02:47 +07:00
|
|
|
HedgeClearRootSL=true
|
2026-06-03 00:17:43 +07:00
|
|
|
HedgeTrailATR=1.0
|
2026-02-25 13:40:26 +07:00
|
|
|
; 🧮 Dynamic Lot Sizing Settings
|
|
|
|
|
EnableDynamicLots=false
|
|
|
|
|
EquityDropPercent=10.0
|
2026-05-31 02:13:34 +07:00
|
|
|
MaxEquityDropLotSteps=0
|
2026-02-27 00:26:17 +07:00
|
|
|
MinSignalStrengthForLot=10.0
|
2026-02-25 13:40:26 +07:00
|
|
|
LotStepSize=0.01
|
|
|
|
|
MaxLotSize=0.01
|
|
|
|
|
; 🏦 Equity Settings
|
2026-05-31 02:13:34 +07:00
|
|
|
EnableBasketStop=true
|
|
|
|
|
MaxBasketLossPct=3.0
|
2026-02-25 13:40:26 +07:00
|
|
|
MinEquityPercent=80.0
|
|
|
|
|
MaxDrawdownFromPeak=50.0
|
|
|
|
|
PauseMinutes=10
|
|
|
|
|
PauseMinutesMultiplier=2.0
|
|
|
|
|
MaxPauseMinutes=120
|
|
|
|
|
MaxMinEquityTriggers=5
|
|
|
|
|
ResetOnNewPeak=true
|
|
|
|
|
TargetEquity=0.0
|
|
|
|
|
MinimumEquity=20.0
|
|
|
|
|
; 📈 Take Profit Settings
|
|
|
|
|
EnableTakeProfit=true
|
|
|
|
|
TPInputType=0
|
|
|
|
|
TPValue=5.0
|
|
|
|
|
; 📉 Stop Loss Settings
|
|
|
|
|
EnableStopLoss=true
|
|
|
|
|
SLInputType=1
|
2026-05-31 02:13:34 +07:00
|
|
|
SLValue=0.5
|
2026-02-25 13:40:26 +07:00
|
|
|
; 💸 Trailing TP/SL Settings
|
|
|
|
|
EnableTrailing=true
|
|
|
|
|
TrailingEnableBreakEvenLock=true
|
|
|
|
|
TrailingSLOnProfitableOnly=true
|
|
|
|
|
EnableAdaptiveTP=true
|
|
|
|
|
EnableAdaptiveSL=true
|
|
|
|
|
TSInputType=0
|
|
|
|
|
TrailingDistanceValue=0.15
|
|
|
|
|
TrailingValueMultiplier=0.15
|
|
|
|
|
; 🤖 Robot Settings
|
|
|
|
|
MagicNumber=6926268
|
|
|
|
|
EnableDiscordAlerts=false
|
|
|
|
|
DiscordWebhookURL=
|
|
|
|
|
EnableTradingHours=false
|
|
|
|
|
TradingStartTime=00:00
|
|
|
|
|
TradingEndTime=23:59
|
|
|
|
|
EnableReports=true
|
|
|
|
|
SendReportEveryHour=1
|
|
|
|
|
EnableMarketCloseFilter=true
|
|
|
|
|
MinutesBeforeClose=45
|
|
|
|
|
EnableNewsFilter=true
|
|
|
|
|
NewsMinutesBefore=45
|
|
|
|
|
NewsMinutesAfter=45
|
|
|
|
|
EnableLeveragePause=true
|
|
|
|
|
EnableLogging=false
|