Platinum — Trading Opportunities

1 opportunity file(s)

OPP-2026-03-13T11-10-00Z

Trading Opportunity — Platinum — 2026-03-13T11:10:00Z

Summary

FieldValue
DirectionLONG
InstrumentXPT_USD
Current Price$2,130.92
Current Zoneextended-low
Aggregate Kelly0.485 (48.5% of bankroll)
Included TiersT2, T3, T4
Excluded TiersT1 (kelly = 0.02, insufficient edge at market)
Primary Target$2,300
Secondary Target$2,400
Stop Loss$1,950
Time Window7-14 trading days
Valid Until2026-03-27

Entry Zones

tierentrystoptargetgainriskR/Rkellyhalf_kellyfill_probdecision
T1$2,130$1,950$2,300$170$1800.940.040.0290%EXCLUDED (insufficient edge)
T2$2,100$1,950$2,300$200$1501.330.300.1565%INCLUDED
T3$2,050$1,950$2,300$250$1002.500.840.4235%INCLUDED (deep pullback)
T4$2,000$1,950$2,300$300$506.001.930.9720%INCLUDED (structural floor)

Win Probability Derivation (W = 60%)

PatternProbabilityReaches $2,300?Counted
V-bottom recovery40%Yes — 4x defended at $2,000YES
Higher lows continuation20%Yes — targets $2,300-$2,400YES
Ascending triangle breakout15%No — resolves $2,200-$2,250NO
Range consolidation15%No — stays in rangeNO
Event-driven dip10%No — retests $2,000NO
**W****60%**

Range Bounds

FieldValue
Tradeable Range Low$1,860
Tradeable Range High$2,520
Fair Value Center$2,185
Tail Low$1,600
Tail High$2,900
Current Price$2,130.92
Current Zoneextended-low (below fair value but above tail)

Probability Zones

zonelowhighprobabilitydescription
tail-low$1,600$1,86015%Bear case — industrial demand collapse
extended-low$1,860$2,10020%Below fair value — current area
core$2,100$2,27040%Fair value range — limited edge
extended-high$2,270$2,52015%Above fair value — profit-taking zone
tail-high$2,520$2,90010%Bull case — supply squeeze

Price Dynamics

FieldValue
Velocity RegimeVolatile-trending
MomentumRecovering from Mar 3 crash; accelerating recovery velocity
Dominant ParticipantInstitutional (accumulating at $2,000)
Participant PhaseMid-accumulation / Pre-breakout

Key Levels

levelpricetypezonestrengthovershoot_potential
Psychological support$2,000supportextended-lowstrong (4x defended)high
Range floor$2,100supportcore-lowmoderatemedium
Range ceiling$2,200resistancecoremoderatemedium
Recent high$2,300resistanceextended-highweaklow
Feb high$2,400resistanceextended-highmoderatelow
ATH zone$2,900resistancetail-highstronglow

Trigger Conditions

Entry Triggers (JavaScript)

```javascript // T2: Pullback to $2,100 const T2_ENTRY = { condition: (price) => price <= 2100 && price >= 2050, action: 'BUY', units: 'CALCULATED_FROM_KELLY', validity: '2026-03-27T21:00:00Z' };

// T3: Deep pullback to $2,050 const T3_ENTRY = { condition: (price) => price <= 2050 && price >= 2000, action: 'BUY', units: 'CALCULATED_FROM_KELLY', validity: '2026-03-27T21:00:00Z' };

// T4: Structural floor at $2,000 const T4_ENTRY = { condition: (price) => price <= 2000 && price >= 1950, action: 'BUY', units: 'CALCULATED_FROM_KELLY', validity: '2026-03-27T21:00:00Z' }; ```

Exit Triggers

```javascript // Primary target const EXIT_PRIMARY = { condition: (price) => price >= 2300, action: 'SELL_50%', rationale: 'First resistance zone reached' };

// Secondary target const EXIT_SECONDARY = { condition: (price) => price >= 2400, action: 'SELL_REMAINING', rationale: 'Feb high resistance' };

// Stop loss const STOP_LOSS = { condition: (price) => price < 1950, action: 'SELL_ALL', rationale: 'Below Feb 12 low invalidates higher-lows structure' };

// Time exit const TIME_EXIT = { condition: (date) => date > '2026-03-27', action: 'SELL_ALL', rationale: 'Beyond maximum hold period' }; ```

Invalidation

LevelPriceRationale
Hard stop$1,950Below Feb 12 low; higher-lows pattern broken
Pattern invalidation$1,784Feb 5 flash crash low; complete breakdown
Time invalidation2026-03-2714 days; beyond window suggests thesis failure

Monitoring Priorities

PriorityItemFrequencyTrigger
1Iran conflict statusDailyResolution would trigger breakout toward $2,500
2Gold priceDailyGold breakdown would drag platinum
3COT positioningWeeklyExtreme long positioning = reversal risk
4China PMIMonthlyContinued sub-49 = industrial demand risk
5WPIC inventory dataMonthlyStock level changes affect supply narrative

Rationale

Why LONG at current levels:

1. Structural deficit: 4th consecutive deficit year with cumulative 3Moz inventory drawdown since 2023. Above-ground stocks at only 4 months cover (~2,613koz) — lowest in years.

2. Accumulation pattern: V-bottom series with 4 successful defenses of $2,000 since February. Higher lows structure intact ($1,784 → $1,950 → $1,994 → $2,000). Institutional buying evident at support.

3. Value relative to gold: Platinum/gold ratio at 0.42 vs historical 1.0+. Safe-haven rotation from expensive gold ($5,110) to relatively undervalued platinum driving "extremely robust" investment demand per WPIC.

4. Near-term catalyst: Iran conflict winding down (Trump: "practically nothing left to target"). Conflict resolution should remove industrial demand overhang and trigger breakout.

5. Risk/reward: Entry zone $2,050-$2,100 offers 1.3x to 2.5x R/R to $2,300 target with stop at $1,950 (below Feb lows).

Why NOT at market ($2,130):

References

IntermediatePath
Range Boundstrades/platinum/opportunities/OPP-2026-03-13T11-10-00Z/range-bounds.md
Price Dynamicstrades/platinum/opportunities/OPP-2026-03-13T11-10-00Z/price-dynamics.md
Kelly Analysistrades/platinum/opportunities/OPP-2026-03-13T11-10-00Z/kelly-analysis.md
Fundamental Resultanalyses/platinum/2026-03-13/fundamental/result.md
Technical Resultanalyses/platinum/2026-03-13/technical/result.md