By Inovsky · Updated 4/1/2026, 11:05:55 PM
Sample Size
392 trades
Time Window
3/23/2026 -> 4/1/2026
Markets Traded
EUR_USD, GBP_USD, USD_JPY, AUD_USD, USD_CHF, USD_CAD, NZD_USD, EUR_JPY, GBP_JPY, AUD_JPY
Timeframe: M5
Live vs Simulated
Live 0 / Sim 2
Backtests: 0 · Demo: 2
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.
Total Realized P/L
-$18,461.08
Open Unrealized P/L
-$0.34
Total Runs
2
Active Runs
1
Closed Trades
392
Win Rate
7.14%
Profit Factor
0.11
Avg Run Realized
-$9,230.54
Best Run Realized
-$4,574.60
Worst Run Realized
-$13,886.48
Gross Profit
$2,362.53
Gross Loss
-$20,823.61
Run Mix
Best Public Stats
No public stats yet. Run backtests/live sims to populate this section.
Realized
-$13,886.48
Unrealized
$0.00
Run Total / Return
-$13,886.48 (-138.86%)
Realized
-$4,574.60
Unrealized
-$0.34
Run Total / Return
-$4,574.94 (-45.75%)
{
"name": "Scalping Strategy for All Major Pairs",
"risk": {
"stopLoss": {
"type": "ATR",
"value": 1.5
},
"fixedUnits": 1000,
"takeProfit": {
"type": "RR",
"value": 2
},
"maxOpenTrades": 1,
"riskPerTradePct": 1
},
"rules": {
"exit": {},
"entry": {
"long": {
"op": "CROSS_ABOVE",
"left": {
"ref": "indicatorEMA_fast",
"type": "ref"
},
"right": {
"ref": "indicatorEMA_slow",
"type": "ref"
}
},
"short": {
"op": "CROSS_BELOW",
"left": {
"ref": "indicatorEMA_fast",
"type": "ref"
},
"right": {
"ref": "indicatorEMA_slow",
"type": "ref"
}
}
},
"filters": []
},
"feesModel": {
"spreadMode": "LIVE",
"slippageMode": "NONE",
"commissionMode": "NONE",
"fixedSpreadPips": 1,
"fixedSlippagePips": 0,
"commissionPerLotUsd": 0
},
"timeframe": "M5",
"indicators": [
{
"id": "indicatorEMA_fast",
"type": "EMA",
"params": {
"period": 5,
"source": "close"
}
},
{
"id": "indicatorEMA_slow",
"type": "EMA",
"params": {
"period": 20,
"source": "close"
}
}
],
"instruments": [
"EUR_USD",
"GBP_USD",
"USD_JPY",
"AUD_USD",
"USD_CHF",
"USD_CAD",
"NZD_USD",
"EUR_JPY",
"GBP_JPY",
"AUD_JPY"
],
"initialBalance": 10000,
"killSwitchPresets": {}
}