Strategy Community

Pip BreadcrumbsPublicDraft

Okay so basically I watch for spots on the hourly chart where price has clearly broken through a structure level that was holding firm, and then I wait for it to come back and sort of... confirm that the break was real before I even think about entering. It still feels like reading tea leaves sometimes but honestly when the pieces line up across a couple of pairs it's the closest thing to a lightb

By Mattie Brouwer · 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: H1

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 0e27208a9c0d...423f60c0Source stats_recompute

Proof Generated

7/22/2026, 11:50:21 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

-$0.35

Open Unrealized P/L

$10.91

Total Runs

1

Active Runs

1

Closed Trades

9

Win Rate

33.33%

Profit Factor

1.00

Avg Run Realized

-$0.35

Best Run Realized

-$0.35

Worst Run Realized

-$0.35

Gross Profit

$76.78

Gross Loss

-$77.13

Run Mix

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

Best Public Stats

Best Return

-0.02%

Best Win Rate

33.33%

Best Profit

-$0.35

Best Drawdown

0.00%

Recent Runs
LIVE_SIMRUNNING
Started 7/20/2026, 10:46:58 PM

Realized

-$0.35

Unrealized

$10.91

Run Total / Return

$10.57 (0.49%)

Strategy JSON (Read-Only)
{
  "name": "Pip Breadcrumbs",
  "risk": {
    "stopLoss": {
      "type": "ATR",
      "value": 2
    },
    "takeProfit": {
      "type": "RR",
      "value": 2
    },
    "maxOpenTrades": 7,
    "riskPerTradePct": 0.6
  },
  "rules": {
    "exit": {
      "long": {
        "op": "LT",
        "left": {
          "ref": "supertrend.direction",
          "type": "ref"
        },
        "right": {
          "type": "const",
          "value": 0
        }
      },
      "short": {
        "op": "GT",
        "left": {
          "ref": "supertrend.direction",
          "type": "ref"
        },
        "right": {
          "type": "const",
          "value": 0
        }
      }
    },
    "entry": {
      "long": {
        "op": "GT",
        "left": {
          "ref": "supertrend.direction",
          "type": "ref"
        },
        "right": {
          "type": "const",
          "value": 0
        }
      },
      "short": {
        "op": "LT",
        "left": {
          "ref": "supertrend.direction",
          "type": "ref"
        },
        "right": {
          "type": "const",
          "value": 0
        }
      }
    },
    "filters": []
  },
  "feesModel": {
    "spreadMode": "LIVE",
    "slippageMode": "NONE",
    "commissionMode": "NONE",
    "fixedSpreadPips": 1,
    "fixedSlippagePips": 0,
    "commissionPerLotUsd": 0
  },
  "timeframe": "H1",
  "indicators": [
    {
      "id": "supertrend",
      "type": "SUPERTREND",
      "params": {
        "period": 10,
        "multiplier": 3
      }
    }
  ],
  "instruments": [
    "EUR_USD",
    "GBP_USD",
    "USD_JPY",
    "USD_CHF",
    "USD_CAD",
    "AUD_USD",
    "NZD_USD"
  ],
  "initialBalance": 10000
}