EMA CrossoverPublicPaper-tested

Classic EMA fast/slow crossover for directional entries.

By Inovsky · Updated 5/15/2026, 2:47:26 PM

Performance Disclosure

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.

Strategy Graph (Read-Only)
React Flow mini map
Performance Report

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

Backtests: 0Live Sim: 1Live: 0Wins: 1Losses: 0

Best Public Stats

No public stats yet. Run backtests/live sims to populate this section.

Recent Runs
LIVE_SIMRUNNING
Started 5/18/2026, 12:24:46 AM

Realized

$200.00

Unrealized

$105.32

Run Total / Return

$305.32 (3.05%)

Strategy JSON (Read-Only)
{
  "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": {}
}