Scalping Strategy for All Major PairsPublicPaper-tested

By Inovsky · Updated 4/1/2026, 11:05:55 PM

Performance Disclosure

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.

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

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

Backtests: 0Live Sim: 2Live: 0Wins: 28Losses: 364

Best Public Stats

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

Recent Runs
LIVE_SIMRUNNING
Started 4/1/2026, 11:06:05 PM

Realized

-$13,886.48

Unrealized

$0.00

Run Total / Return

-$13,886.48 (-138.86%)

LIVE_SIMSTOPPED
Started 3/23/2026, 10:17:20 PM · Stopped 3/26/2026, 2:56:54 PM

Realized

-$4,574.60

Unrealized

-$0.34

Run Total / Return

-$4,574.94 (-45.75%)

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