OPEN-SOURCE SCRIPT

Caldera Meridian Strategy [JOAT]

1 201
Caldera Meridian Strategy [JOAT]

Introduction

Caldera Meridian Strategy is an open-source Pine Script v6 strategy that combines trend regime, pressure, structure, auction location, and transition probability into a single rules-based execution model. The strategy is designed to be transparent: each decision component is calculated directly inside the script, and entries are processed on confirmed bars.

This strategy is not intended to prove future profitability. It is a research framework for studying how multiple market-context filters interact with ATR-based risk and staged exits.

スナップショット

Core Concepts

1. Regime Filter

The strategy uses fast, mid, and slow EMAs to classify bullish, bearish, or neutral trend conditions. A confirmed higher-timeframe EMA can also be used as a directional filter.

Pine Script®
trendBull = fast > mid and mid > slow and close > mid trendBear = fast < mid and mid < slow and close < mid


2. Transition Probability

A simple rolling transition model estimates whether the current regime has recently persisted. This is used as a filter rather than a prediction.

3. Pressure and Auction Location

The strategy estimates bid/ask pressure from candle body position, range, and volume. It also tracks VWAP-style weighted price and value deviation bands to avoid entries in poor auction locations.

4. Structure Confirmation

Confirmed pivots are used to detect delayed structure breaks, sweeps, and displacement events. Pivot confirmation is non-repainting but naturally delayed.

5. ATR-Based Risk Management

Entries use ATR or structure-based stops. Exits are staged across TP1, TP2, and TP3 using configurable R multiples.

Features

  • Rules-based long and short logic: Combines trend, pressure, structure, auction, and probability filters
  • Confirmed-bar execution: Entry and risk-off logic uses closed-bar conditions
  • ATR and structure stops: Stops use volatility and recent structure references
  • Three staged exits: TP1, TP2, and TP3 use configurable R multiples and quantity percentages
  • Realistic default costs: Commission is set to 0.05% and slippage to 1 tick in the strategy declaration
  • Dashboard: Shows position state, scores, regime, continuation, pressure, auction, and risk-off status


Default Strategy Properties

  • Initial capital: 100,000
  • Commission: 0.05 percent
  • Slippage: 1 tick
  • Pyramiding: 0
  • Orders processed on close


How to Use This Strategy

Step 1: Use a clean chart

For publication and testing, use a standard chart type and avoid adding unrelated scripts to the chart.

Step 2: Review the dashboard

The dashboard explains why the strategy is flat, long, short, or in a risk-off state.

Step 3: Evaluate across markets

Do not judge a strategy from a small sample. Test across multiple symbols, timeframes, and market regimes.

Strategy Limitations

  • Backtest results do not imply future results
  • Pivot-based structure is confirmed only after the pivot length has passed
  • Costs and slippage may differ from live trading conditions
  • The model can underperform in choppy markets where filters repeatedly conflict
  • The strategy is a research framework and not a complete trading plan


Originality Statement

Caldera Meridian Strategy integrates multiple independent modules rather than relying on a single crossover or oscillator. Its usefulness comes from studying how regime, structure, pressure, auction location, and transition persistence interact before a trade is allowed.

Disclaimer

This strategy is provided for educational and informational purposes only. It is not financial advice. Trading involves risk of loss. Backtests are historical simulations and do not predict future performance. Always use proper risk management.

-Made with passion by jackofalltrades

免責事項

これらの情報および投稿は、TradingViewが提供または承認する金融、投資、取引、またはその他の種類の助言もしくは推奨であることを意図したものではなく、またこれらに該当するものでもありません。詳細は利用規約をご覧ください。