Strategy Community

El Toro MadrugadorPublicDraft

Hermano esto lo arm茅 yo solito mirando c贸mo se comporta el USD/JPY en la apertura de Londres y Nueva York juntas, DIOS MIO cuando los dos mercados se alinean con el RSI saliendo de sobreventa y el precio rompiendo resistencia esa vela es SAGRADA 馃敟 Entro largo agresivo con el momentum y no miro para atr谩s v谩monos pues 馃殌馃煝

By Tom谩s Reyes-Fuentes 路 Updated 7/22/2026, 11:41:13 PM

Performance Disclosure

Sample Size

2 trades

Time Window

7/21/2026 -> 7/21/2026

Markets Traded

USD_JPY, EUR_USD

Timeframe: M15

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

$11.84

Open Unrealized P/L

-$3.52

Total Runs

1

Active Runs

1

Closed Trades

2

Win Rate

50.00%

Profit Factor

2.50

Avg Run Realized

$11.84

Best Run Realized

$11.84

Worst Run Realized

$11.84

Gross Profit

$19.73

Gross Loss

-$7.89

Run Mix

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

Best Public Stats

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

Recent Runs
LIVE_SIMRUNNING
Started 7/21/2026, 12:06:41 AM

Realized

$11.84

Unrealized

-$3.52

Run Total / Return

$8.32 (1.29%)

Strategy JSON (Read-Only)
{
  "name": "El Toro Madrugador",
  "risk": {
    "stopLoss": {
      "type": "ATR",
      "value": 2
    },
    "takeProfit": {
      "type": "RR",
      "value": 2.6
    },
    "trailingStop": {
      "type": "ATR",
      "value": 1.3
    },
    "maxOpenTrades": 4,
    "riskPerTradePct": 1.18,
    "minStopDistancePips": 5,
    "reEntryCooldownMinutes": 1440,
    "minTakeProfitDistancePips": 5
  },
  "rules": {
    "exit": {},
    "entry": {
      "long": {
        "op": "AND",
        "args": [
          {
            "op": "CROSS_ABOVE",
            "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": "M15",
  "indicators": [
    {
      "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_JPY",
    "EUR_USD"
  ],
  "entryFilters": {
    "spreadMaxPips": 2
  },
  "initialBalance": 10000
}