Una lettura del prezzo su NZD/USD e EUR/USD basata sulla struttura di sessione di Londra: entro solo dopo un break e retest chiaro, con confluenza su livelli di supporto e resistenza definiti. Niente rumore, niente fretta, il piano dice quando entrare e io eseguo.
By Ginevra Cattaneo-Ricci · Updated 7/22/2026, 11:41:13 PM
Sample Size
0 trades
Time Window
7/22/2026 -> 7/22/2026
Markets Traded
NZD_USD, 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.
No marketplace verification snapshot has been generated yet. The next publish, share, or eligible stats refresh will create one from stored run records.
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
Best Public Stats
No public stats yet. Run backtests/live sims to populate this section.
Realized
$0.00
Unrealized
$0.00
Run Total / Return
$0.00 (0.00%)
{
"name": "Cambio Pulito",
"risk": {
"stopLoss": {
"type": "ATR",
"value": 2
},
"takeProfit": {
"type": "RR",
"value": 2.4
},
"maxOpenTrades": 4,
"riskPerTradePct": 0.54,
"minStopDistancePips": 5,
"reEntryCooldownMinutes": 1440,
"minTakeProfitDistancePips": 5
},
"rules": {
"exit": {},
"entry": {
"long": {
"op": "AND",
"args": [
{
"op": "AND",
"args": [
{
"op": "LT",
"left": {
"ref": "close",
"type": "ref"
},
"right": {
"ref": "ind_smart_sr_zones.sr_zone_low",
"type": "ref"
}
},
{
"op": "CROSS_ABOVE",
"left": {
"ref": "ind_ema_9",
"type": "ref"
},
"right": {
"ref": "ind_ema_34",
"type": "ref"
}
},
{
"op": "GT",
"left": {
"ref": "ind_atr_14",
"type": "ref"
},
"right": {
"type": "const",
"value": 0.0004
}
}
]
}
]
}
},
"filters": []
},
"feesModel": {
"spreadMode": "FIXED",
"slippageMode": "NONE",
"commissionMode": "NONE",
"fixedSpreadPips": 2,
"fixedSlippagePips": 0,
"commissionPerLotUsd": 0
},
"timeframe": "M15",
"indicators": [
{
"id": "ind_smart_sr_zones",
"type": "SMART_SR_ZONES",
"params": {
"pivot_radius": 4,
"lookback_bars": 420,
"zones_per_side": 3,
"cluster_atr_mult": 0.8
}
},
{
"id": "ind_ema_9",
"type": "EMA",
"params": {
"period": 9,
"source": "close"
}
},
{
"id": "ind_ema_34",
"type": "EMA",
"params": {
"period": 34,
"source": "close"
}
},
{
"id": "ind_atr_14",
"type": "ATR",
"params": {
"period": 14,
"source": "close"
}
}
],
"riskGuards": {
"maxTradesPerDay": {
"scope": "GLOBAL",
"timezone": "UTC",
"maxTrades": 5
},
"cooldownAfterLoss": {
"scope": "PER_INSTRUMENT",
"cooldownType": "BARS",
"cooldownValue": 3
}
},
"instruments": [
"NZD_USD",
"EUR_USD"
],
"entryFilters": {
"spreadMaxPips": 2
},
"initialBalance": 10000
}