스윙 포지션 진입 전에 손절 라인을 먼저 확정하고, 거래량이 뒷받침되는 눌림목 구간에서만 매수를 고려하는 방식입니다. 확인이 안 되면 안 들어가요.
By 박수현 · Updated 7/22/2026, 11:41:13 PM
Sample Size
2 trades
Time Window
7/20/2026 -> 7/20/2026
Markets Traded
NZD_USD, GBP_USD
Timeframe: H1
Live vs Simulated
Live 0 / Sim 1
Backtests: 0 · Demo: 1
Max Drawdown
Not published
Risk Disclaimer
Shared strategy performance on Setup.Cash can include simulated runs and backtests. Past performance does not guarantee future results, and live trading can behave differently because of spreads, slippage, latency, and broker conditions.
No marketplace verification snapshot has been generated yet. The next publish, share, or eligible stats refresh will create one from stored run records.
Total Realized P/L
$6.96
Open Unrealized P/L
-$1.42
Total Runs
1
Active Runs
1
Closed Trades
2
Win Rate
50.00%
Profit Factor
2.30
Avg Run Realized
$6.96
Best Run Realized
$6.96
Worst Run Realized
$6.96
Gross Profit
$12.33
Gross Loss
-$5.37
Run Mix
Best Public Stats
No public stats yet. Run backtests/live sims to populate this section.
Realized
$6.96
Unrealized
-$1.42
Run Total / Return
$5.54 (0.36%)
{
"name": "수현식 눌림목 손절 스윙",
"risk": {
"stopLoss": {
"type": "ATR",
"value": 1.4
},
"takeProfit": {
"type": "RR",
"value": 2.3
},
"maxOpenTrades": 1,
"riskPerTradePct": 0.35,
"minStopDistancePips": 5,
"reEntryCooldownMinutes": 2880,
"minTakeProfitDistancePips": 5
},
"rules": {
"exit": {},
"entry": {
"short": {
"op": "AND",
"args": [
{
"op": "AND",
"args": [
{
"op": "LT",
"left": {
"ref": "close",
"type": "ref"
},
"right": {
"ref": "ind_ema_20",
"type": "ref"
}
},
{
"op": "LT",
"left": {
"ref": "close",
"type": "ref"
},
"right": {
"ref": "ind_ichimoku_9_26_52_26",
"type": "ref"
}
},
{
"op": "GT",
"left": {
"ref": "ind_atr_14",
"type": "ref"
},
"right": {
"type": "const",
"value": 0.0005
}
}
]
}
]
}
},
"filters": []
},
"feesModel": {
"spreadMode": "FIXED",
"slippageMode": "NONE",
"commissionMode": "NONE",
"fixedSpreadPips": 2,
"fixedSlippagePips": 0,
"commissionPerLotUsd": 0
},
"timeframe": "H1",
"indicators": [
{
"id": "ind_ema_20",
"type": "EMA",
"params": {
"period": 20,
"source": "close"
}
},
{
"id": "ind_ichimoku_9_26_52_26",
"type": "ICHIMOKU",
"params": {
"kijun": 26,
"senkou": 52,
"tenkan": 9,
"displacement": 26
}
},
{
"id": "ind_atr_14",
"type": "ATR",
"params": {
"period": 14,
"source": "close"
}
}
],
"riskGuards": {
"maxTradesPerDay": {
"scope": "GLOBAL",
"timezone": "UTC",
"maxTrades": 5
},
"cooldownAfterLoss": {
"scope": "PER_INSTRUMENT",
"cooldownType": "BARS",
"cooldownValue": 3
}
},
"instruments": [
"NZD_USD",
"GBP_USD"
],
"entryFilters": {
"spreadMaxPips": 2
},
"initialBalance": 10000
}