Strategy Community

De Grijze MuurPublicDraft

ik kijk op het dagchart of de prijs tegen een stevige weerstandszone aanloopt en daar al een paar keer op is gestuit, als dat zo is wacht ik gewoon tot de prijs terugdraait en stap ik short in met een strakke stop erachter. geen gedoe geen toeters gewoon gezond verstand.

By Henk van der Woude · Updated 7/22/2026, 11:41:13 PM

Performance Disclosure

Sample Size

0 trades

Time Window

7/22/2026 -> 7/22/2026

Markets Traded

USD_CAD

Timeframe: H4

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.

Marketplace Verification

No marketplace verification snapshot has been generated yet. The next publish, share, or eligible stats refresh will create one from stored run records.

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

Total Realized P/L

$0.00

Open Unrealized P/L

$0.00

Total Runs

1

Active Runs

1

Closed Trades

0

Win Rate

0.00%

Profit Factor

0.00

Avg Run Realized

$0.00

Best Run Realized

$0.00

Worst Run Realized

$0.00

Gross Profit

$0.00

Gross Loss

-$0.00

Run Mix

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

Best Public Stats

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

Recent Runs
LIVE_SIMRUNNING
Started 7/22/2026, 5:34:00 PM

Realized

$0.00

Unrealized

$0.00

Run Total / Return

$0.00 (0.00%)

Strategy JSON (Read-Only)
{
  "name": "De Grijze Muur",
  "risk": {
    "stopLoss": {
      "type": "ATR",
      "value": 1.8
    },
    "takeProfit": {
      "type": "RR",
      "value": 2.3
    },
    "maxOpenTrades": 1,
    "riskPerTradePct": 0.57,
    "minStopDistancePips": 5,
    "reEntryCooldownMinutes": 1440,
    "minTakeProfitDistancePips": 5
  },
  "rules": {
    "exit": {},
    "entry": {
      "short": {
        "op": "AND",
        "args": [
          {
            "op": "AND",
            "args": [
              {
                "op": "CROSS_BELOW",
                "left": {
                  "ref": "ind_ichimoku_9_26_52_26",
                  "type": "ref"
                },
                "right": {
                  "ref": "ind_ichimoku_9_26_52_26",
                  "type": "ref"
                }
              },
              {
                "op": "CROSS_BELOW",
                "left": {
                  "ref": "ind_ema_12",
                  "type": "ref"
                },
                "right": {
                  "ref": "ind_ema_34",
                  "type": "ref"
                }
              }
            ]
          }
        ]
      }
    },
    "filters": []
  },
  "feesModel": {
    "spreadMode": "FIXED",
    "slippageMode": "NONE",
    "commissionMode": "NONE",
    "fixedSpreadPips": 2,
    "fixedSlippagePips": 0,
    "commissionPerLotUsd": 0
  },
  "timeframe": "H4",
  "indicators": [
    {
      "id": "ind_ichimoku_9_26_52_26",
      "type": "ICHIMOKU",
      "params": {
        "kijun": 26,
        "senkou": 52,
        "tenkan": 9,
        "displacement": 26
      }
    },
    {
      "id": "ind_ema_12",
      "type": "EMA",
      "params": {
        "period": 12,
        "source": "close"
      }
    },
    {
      "id": "ind_ema_34",
      "type": "EMA",
      "params": {
        "period": 34,
        "source": "close"
      }
    }
  ],
  "riskGuards": {
    "maxTradesPerDay": {
      "scope": "GLOBAL",
      "timezone": "UTC",
      "maxTrades": 5
    },
    "cooldownAfterLoss": {
      "scope": "PER_INSTRUMENT",
      "cooldownType": "BARS",
      "cooldownValue": 3
    }
  },
  "instruments": [
    "USD_CAD"
  ],
  "entryFilters": {
    "spreadMaxPips": 2
  },
  "initialBalance": 10000
}