Classic EMA fast/slow crossover for directional entries.
By Inovsky · Updated 5/15/2026, 2:47:26 PM
Sample Size
1 trades
Time Window
5/18/2026 -> 5/18/2026
Markets Traded
EUR_USD, GBP_USD, AUD_USD, NZD_USD, USD_JPY, USD_CHF, USD_CAD, EUR_JPY
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.
Total Realized P/L
$200.00
Open Unrealized P/L
$105.32
Total Runs
1
Active Runs
1
Closed Trades
1
Win Rate
100.00%
Profit Factor
999.00
Avg Run Realized
$200.00
Best Run Realized
$200.00
Worst Run Realized
$200.00
Gross Profit
$200.00
Gross Loss
-$0.00
Run Mix
Best Public Stats
No public stats yet. Run backtests/live sims to populate this section.
Realized
$200.00
Unrealized
$105.32
Run Total / Return
$305.32 (3.05%)
{
"name": "EMA Crossover",
"risk": {
"stopLoss": {
"type": "ATR",
"value": 2
},
"takeProfit": {
"type": "RR",
"value": 2
},
"maxOpenTrades": 1,
"riskPerTradePct": 1
},
"rules": {
"exit": {
"long": {
"op": "CROSS_BELOW",
"left": {
"ref": "ema_fast",
"type": "ref"
},
"right": {
"ref": "ema_slow",
"type": "ref"
}
},
"short": {
"op": "CROSS_ABOVE",
"left": {
"ref": "ema_fast",
"type": "ref"
},
"right": {
"ref": "ema_slow",
"type": "ref"
}
}
},
"entry": {
"long": {
"op": "CROSS_ABOVE",
"left": {
"ref": "ema_fast",
"type": "ref"
},
"right": {
"ref": "ema_slow",
"type": "ref"
}
},
"short": {
"op": "CROSS_BELOW",
"left": {
"ref": "ema_fast",
"type": "ref"
},
"right": {
"ref": "ema_slow",
"type": "ref"
}
}
},
"filters": []
},
"feesModel": {
"spreadMode": "LIVE",
"slippageMode": "NONE",
"commissionMode": "NONE",
"fixedSpreadPips": 1,
"fixedSlippagePips": 0,
"commissionPerLotUsd": 0
},
"timeframe": "H1",
"indicators": [
{
"id": "ema_fast",
"type": "EMA",
"params": {
"period": 9,
"source": "close"
}
},
{
"id": "ema_slow",
"type": "EMA",
"params": {
"period": 21,
"source": "close"
}
}
],
"instruments": [
"EUR_USD",
"GBP_USD",
"AUD_USD",
"NZD_USD",
"USD_JPY",
"USD_CHF",
"USD_CAD",
"EUR_JPY"
],
"initialBalance": 10000,
"killSwitchPresets": {}
}