Strategy Community

High Probability, FX Fast Majors M15PublicDraft

Selective trend-aligned, higher-confluence entries.

By Dela Mensah-Kow · Updated 7/22/2026, 11:41:13 PM

Performance Disclosure

Sample Size

0 trades

Time Window

7/20/2026 -> 7/20/2026

Markets Traded

EUR_USD, GBP_USD, USD_JPY, USD_CHF, USD_CAD, AUD_USD, NZD_USD

Timeframe: M15

Live vs Simulated

Live 0 / Sim 1

Backtests: 0 · Demo: 1

Max Drawdown

0.00%

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.

Marketplace Verification
Proof pendingSignature f64c4573eaea...53d5e16bSource stats_recompute

Proof Generated

7/22/2026, 11:45:20 PM

Closed Trades

0

Verified Threshold

20 trades

Proof Run Count

0

Proof Win Rate

0.00%

Proof Profit Factor

0.00

Proof Realized P/L

$0.00

Run Mix

Live 0 / Sim 0

This marketplace verification snapshot was computed by Setup.Cash from stored run and position records. Publishers cannot edit this payload.

Needs at least 20 closed trades from Setup.Cash run records.

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

Total Realized P/L

-$52.49

Open Unrealized P/L

$5.79

Total Runs

1

Active Runs

1

Closed Trades

20

Win Rate

20.00%

Profit Factor

0.43

Avg Run Realized

-$52.49

Best Run Realized

-$52.49

Worst Run Realized

-$52.49

Gross Profit

$39.61

Gross Loss

-$92.10

Run Mix

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

Best Public Stats

Best Return

-2.21%

Best Win Rate

20.00%

Best Profit

-$52.49

Best Drawdown

0.00%

Recent Runs
LIVE_SIMRUNNING
Started 7/20/2026, 4:07:34 PM

Realized

-$52.49

Unrealized

$5.79

Run Total / Return

-$46.70 (-1.97%)

Strategy JSON (Read-Only)
{
  "name": "High Probability, FX Fast Majors M15",
  "risk": {
    "stopLoss": {
      "type": "ATR",
      "value": 1.4
    },
    "takeProfit": {
      "type": "RR",
      "value": 1.8
    },
    "maxOpenTrades": 7,
    "riskPerTradePct": 0.4
  },
  "rules": {
    "exit": {
      "long": {
        "op": "LT",
        "left": {
          "ref": "aroon.osc",
          "type": "ref"
        },
        "right": {
          "type": "const",
          "value": 0
        }
      },
      "short": {
        "op": "GT",
        "left": {
          "ref": "aroon.osc",
          "type": "ref"
        },
        "right": {
          "type": "const",
          "value": 0
        }
      }
    },
    "entry": {
      "long": {
        "op": "GT",
        "left": {
          "ref": "aroon.osc",
          "type": "ref"
        },
        "right": {
          "type": "const",
          "value": 0
        }
      },
      "short": {
        "op": "LT",
        "left": {
          "ref": "aroon.osc",
          "type": "ref"
        },
        "right": {
          "type": "const",
          "value": 0
        }
      }
    },
    "filters": []
  },
  "feesModel": {
    "spreadMode": "LIVE",
    "slippageMode": "NONE",
    "commissionMode": "NONE",
    "fixedSpreadPips": 1,
    "fixedSlippagePips": 0,
    "commissionPerLotUsd": 0
  },
  "timeframe": "M15",
  "indicators": [
    {
      "id": "aroon",
      "type": "AROON",
      "params": {
        "period": 25
      }
    }
  ],
  "instruments": [
    "EUR_USD",
    "GBP_USD",
    "USD_JPY",
    "USD_CHF",
    "USD_CAD",
    "AUD_USD",
    "NZD_USD"
  ],
  "initialBalance": 10000
}