Stop guessing. Start knowing when 4CP hits.

4CP charges make up 40% of commercial energy bills in Texas. Missing one interval costs $50,000+.

The Problem

4CP charges are massive and unpredictable

Four Coincident Peak charges are based on your demand during ERCOT's single highest 15-minute interval each summer month. One missed curtailment = $50,000-200,000 in extra charges.

Weather forecasts aren't enough

Peak demand doesn't always occur on the hottest day. Grid conditions, renewable output, and forced outages all play a role. You need real-time grid intelligence, not guesswork.

Missing peaks is expensive

Energy managers waste hundreds of hours each summer watching load forecasts. Despite the effort, most still miss 1-2 peaks per year.

What You Get

Real-Time Probability Score

0-100% probability updated every 5 minutes. Know exactly how likely the current interval is to be the monthly peak.

72-Hour Forecast

Machine learning model combines weather, historical patterns, and current grid conditions to predict peak probability days in advance.

Load vs Forecast Tracking

See how actual system load compares to ERCOT's forecast in real-time. Critical for identifying when peaks are likely to occur.

Historical Accuracy

94% accuracy in identifying monthly peaks. Backtested against 5 years of ERCOT data with full transparency.

Automate Your 4CP Response

Set Progressive Alert Thresholds

Alert 1: "When 4CP_probability > 50%" → "Email facility managers"
Alert 2: "When 4CP_probability > 75%" → "Pre-curtail non-critical"
Alert 3: "When 4CP_probability > 90%" → "Full curtailment mode"

Staged alerts ensure you're prepared without over-curtailing. Save $150,000+ annually on transmission charges with proper peak avoidance.

Track Your Peak Impact

Custom Metric: "potential_4cp_cost"
Formula: "current_demand * transmission_rate * 12"
Dashboard: "Real-time exposure tracking"

Know your financial exposure in real-time. See exactly how much each MW of demand could cost if this becomes the monthly peak.

Coordinate Multi-Site Response

Alert: "When 4CP_probability > 80%"
Actions: [
  "POST to site1.com/curtail",
  "POST to site2.com/curtail",
  "POST to site3.com/curtail"
]

Manage multiple facilities from a single platform. Ensure consistent response across your entire portfolio when peaks threaten.

4CP Explained

How 4CP Charges Work

  • • Your demand during ERCOT's single highest 15-minute interval each month (June-Sept)
  • • This demand sets your transmission charges for the entire next year
  • • Charges = Your 4CP kW × ~$3-5/kW × 12 months
  • • A 10MW facility pays $360,000-600,000/year in 4CP charges

Example: Reducing demand by 5MW during the 4 peak intervals saves $180,000-300,000 in transmission charges over the following year.

Simple 4CP Probability API

# Get current 4CP probability
curl https://api.wattmarkets.com/v1/4cp/probability \
  -H "Authorization: Bearer YOUR_API_KEY"

# Response
{
  "timestamp": "2024-07-15T16:45:00Z",
  "probability": 0.87,
  "current_load": 74821,
  "forecast_peak": 75500,
  "month_peak_so_far": 73956,
  "rank_today": 2,
  "factors": {
    "temperature_score": 0.92,
    "time_of_day_score": 0.95,
    "load_forecast_score": 0.78
  }
}

WebSocket streaming available for real-time probability updates during critical hours.

Never miss another 4CP peak.

Join facilities saving $150,000+ annually with automated 4CP avoidance.