Trend CandlesThis shows candlesticks that only follow the trend. So it will make it easier to know where the trend is going.
Trendanalyse
MTF Trend Dashboard LITE (Daily & 4H)Overview
The MTF Trend Dashboard LITE by G.C provides instant directional clarity between the Daily and 4-Hour timeframes using refined EMA (9 / 21) logic.
It’s built for traders who want simple, accurate trend confirmation without switching between multiple charts.
Why It Matters
One of the biggest causes of trading errors is timeframe conflict — seeing a bullish setup on one chart and a bearish signal on another.
This tool solves that problem by showing both the Daily and 4H structure side-by-side, using objective EMA-based logic.
When both agree, bias is strong. When they conflict, it’s a signal to wait.
Core Features
• Two-timeframe dashboard ( Daily + 4H )
• Non-repainting EMA (9 / 21) logic
• Color-coded states ( Bullish / Bearish / Neutral )
• Lightweight and easy to read
• Adjustable panel position: Top Right / Top Left / Bottom Right / Bottom Left
How to Use
Add the indicator to any chart.
Wait for both timeframes to align before entering trades.
Mixed signals often indicate sideways or transitional markets.
Combine with your existing trading strategy for confirmation.
Trend Condition Glossary
▲ STRONG BULLISH – EMA(9) well above EMA(21) and both sloping upward. Strong upward momentum with price above both EMAs.
BULLISH – EMA(9) above EMA(21) but weaker slope or price confirmation. Moderate uptrend or early recovery.
NEUTRAL – EMAs crossing or flat. Market lacks structure — consolidation or indecision.
▼ BEARISH – EMA(9) below EMA(21) with limited slope. Mild correction or early reversal.
▼ STRONG BEARISH – EMA(9) below EMA(21), both sloping down, price below both. Strong downtrend, clear seller control.
Who It’s For
Traders who want a clean, no-noise confirmation tool to simplify directional bias decisions in swing and intraday setups.
Disclaimer
This indicator is for analytical and educational purposes only. Always trade with discipline, patience, and sound risk management.
Trend Direction Indicator//This indicator simply tells the trend direction and created for listing achieves which simplifies the shares those have an UP direction.
Multi-Timeframe MA - TCMaster🧩 Overview
This indicator displays up to four moving averages from different timeframes on a single chart.
It’s designed for traders who want to track higher-timeframe trends while analyzing price action on lower timeframes — a key technique in multi-timeframe confluence trading.
You can freely customize the type, length, timeframe, and color for each moving average line.
⚙️ Features
4 configurable Moving Averages (each with its own type, length, and timeframe).
Supported types:
SMA, EMA, WMA, RMA, HMA, VWMA, DEMA, TEMA.
Real-time values are fetched from higher timeframes using request.security() (no repaint).
Individual visibility toggle and line width for each MA.
Dynamic info label shows current distance between price and each MA.
Built with Pine Script v6, ensuring optimal performance and flexibility.
📊 Typical Use Cases
Identify trend direction across multiple timeframes.
Confirm entries/exits using higher timeframe trend alignment.
Spot potential reversal or continuation zones when short-term price interacts with long-term MAs.
Build confluence setups for swing, scalp, or intraday strategies.
🧠 Example Setup
MA Type Length Timeframe Purpose
MA #1 SMA 200 1m Micro trend
MA #2 EMA 200 5m Short-term trend
MA #3 EMA 200 15m Medium trend
MA #4 SMA 200 30m Macro trend
🔔 Tips
Combine with oscillators (e.g., RSI, Stoch, MACD) for stronger confluence.
Use color coding to distinguish short vs long timeframe trends.
Consider adding alerts when price crosses any MA (can be extended easily in code).
⚠️ Notes
All higher-timeframe data is handled safely using lookahead=barmerge.lookahead_off to prevent repainting.
Label updates only on the latest bar for efficiency.
VWMA, DEMA, TEMA, and HMA are computed via internal formulas for compatibility with Pine Script v6.
🏁 Summary
Multi-Timeframe MA is a powerful tool for traders who want to merge the clarity of moving averages with the precision of multi-timeframe analysis.
It helps you see the bigger picture without switching charts — perfect for intraday, swing, and trend-following strategies.
Bollinger ALTswap Alert v1.0 (MA28 Rotation ALT↔BTC)Inspired by: Bollinger Awesome Alert R1 by JustUncleL
What is it?
BBALTSWAP overlays Bollinger Bands (20, 2), a 3-EMA, and a Rotation MA (default 28), then gives state-change alerts to rotate between ALT ↔ BTC on any ALT/BTC chart.
Core rotation rule
• Rotate → ALT when close > Bollinger middle and close > MA28.
• Rotate → BTC when close < Bollinger middle and close < MA28.
• Otherwise: Wait (no rotation).
Labels only print when the state changes (to avoid spam). You can also compute the rotation on a higher timeframe (default 4h) while viewing a lower one (e.g., 1h).
Optional extras
• Breakout arrows (scalping-style) when 3-EMA crosses the Bollinger middle with an Awesome Oscillator direction filter.
• Bollinger Squeeze coloring (relative width) to highlight expansion/contraction.
• Min bars between labels to throttle how often rotation labels appear.
Inputs (highlights)
• Use EMA for Bollinger / Rotation MA
• Bollinger length & multiplier
• AO fast/slow lengths
• Higher-timeframe selector for rotation (default 240 = 4h)
• Show breakout arrows / show “Wait” / min bars between labels
How to use (simple playbook)
1. Chart: open your ALT/BTC pair (e.g., ETHBTC).
2. Direction: leave rotation HTF at 4h for steadier signals.
3. Execution: take rotations on bar close; manage entries on your lower TF (1h/15m) if desired.
4. Override check (optional): when BTCUSDT is in a fresh breakout, prefer BTC even if ALT flashes briefly.
Alerts
Add two alerts, Once per bar close:
• “Rotate to ALT (state change)”
• “Rotate to BTC (state change)”
Notes
• Works on any ALT/BTC pair.
• The breakout arrows are optional and independent from the rotation signals.
• This tool is educational; not financial advice.
Quant Trend + Donchian (Educational, Public-Safe)What this does
Educational, public-safe visualization of a quant regime model:
• Trend : EMA(64) vs EMA(256) (EWMAC proxy)
• Breakout : Donchian channel (200)
• Volatility-awareness : internal z-scores (not plotted) for concept clarity
Why it’s useful
• Shows when trend & breakout align (clean regimes) vs conflict (chop)
• Helps explain why volatility-aware systems size up in smooth trends and scale down in noise
How to read it
• EMA64 above EMA256 with price near/above Donchian high → trend-following alignment
• EMA64 below EMA256 with price near/below Donchian low → bearish alignment
• Inside channel with EMAs tangled → range/chop risk
Notes
• Indicator is educational only (no orders).
• Built entirely with TradingView built-ins.
• For consistent visuals: enable “Indicator values on price scale” and disable “Scale price chart only” in Settings → Scales .
Candle Color [AY¹]Visually highlight specific time periods with custom colors on intraday charts.
Ideal for session-based traders who want to emphasize New York, London or any custom trading hours. Developed by AY¹
Candle Color Highlighter
A simple yet powerful intraday visualization tool that colors candles or chart background during your chosen trading sessions.
Perfect for traders who rely on time-based confluences — such as ICT, SMC, or session scalping frameworks.
🔧 Key Features
✅ Highlight up to four custom time periods (e.g. London Open, NY Open, Lunch Hour, etc.)
✅ Supports multiple highlight styles:
• Bar Color only
• Background only
• Both
✅ Full timezone control (Exchange, UTC, New York, London, Tokyo, or custom UTC+3)
✅ Works on all intraday timeframes or only those you select (1m–4h).
✅ Optional labels marking session starts.
✅ Integrated alerts when any period becomes active.
✅ Informative status table showing timezone, timeframe, and active period.
🕒 Use Cases
Highlight New York Killzone (07:30–09:30) or London Open (02:00–03:00)
Separate different liquidity windows
Emphasize your backtest periods
Combine with volume, displacement, or structure indicators for time-based confluence setups
🎨 Customization
Each of the four configurable periods allows you to choose:
Start/End time
Custom color and transparency
Session label visibility
Highlight style preference
💡 Example Setup
Period Session Time Color Notes
Period 1 02:00–03:00 Magenta London Killzone
Period 2 07:30–08:30 Yellow NY Pre-market
Period 3 08:30–09:30 Blue NY Open
Period 4 09:30–10:00 Green Initial Balance
Candlestick Patterns v1.0🔍 Overview
Candlestick Patterns v1.0 automatically identifies popular bullish and bearish candlestick formations directly on your chart.
It highlights potential reversal and continuation signals using color-coded visual markers — so traders can quickly spot opportunities without manually scanning candles.
This tool is designed for traders who rely on price action, pattern confirmation, or trend reversal analysis.
⚙️ Features
Detects major patterns:
Doji, Dragonfly Doji, Gravestone Doji
Morning Star and Evening Star
Hammer and Inverted Hammer
Bullish & Bearish Engulfing
Shooting Star and Hanging Man
Customizable bullish/bearish colors
Toggle each pattern on or off
Lightweight and compatible with all timeframes and instruments
🧠 How to Use
1. Add to chart — open the indicator and click Add to chart.
2. Choose patterns — open Settings → Inputs and select which patterns to display.
3. Interpret signals:
🟢 Bullish patterns appear below candles (possible buy/reversal areas).
🔴 Bearish patterns appear above candles (possible sell/reversal areas).
4.Use alongside other tools like RSI, Moving Averages, or Volume for confirmation.
💡 Tips
Look for Hammers or Bullish Engulfing at support in a downtrend → strong buy signals.
Look for Shooting Stars or Bearish Engulfing at resistance in an uptrend → potential short setups.
Avoid using on extremely low timeframes unless combined with filters (trend/RSI/volume).
👨💻 Author
Created by @hjvasoya
© 2025 — Published under the Mozilla Public License 2.0
Performance-based Asset Weighting(MTF)**Performance-Based Asset Weighting (MTF/Symbol Free Setting)**
#### Overview
This indicator is a tool that visualizes the relative strength of performance (price change rate) as “weight (allocation ratio)” for **four user-defined stocks**.
By setting any specified past point in time as the baseline (where all symbols are equally weighted at 25%), it aims to provide an intuitive understanding of which symbols outperformed others and attracted capital, or underperformed and saw capital outflows.
**【Default Settings and Application Scenario: Pension Fund Rebalancing Analysis】**
The default settings reference the basic portfolio of Japan's Government Pension Investment Fund (GPIF), configuring four major asset classes: domestic equities, foreign equities, domestic bonds, and foreign bonds. It is known that when market fluctuations cause deviations from this equal-weighted ratio, rebalancing occurs to restore the original ratio (selling assets whose weight has increased and buying assets whose weight has decreased).
Analyzing using this default setting can serve as a reference point for considering **“whether rebalancing sales (or purchases) by pension funds and similar entities are likely to occur in the future.”**
**【Important: Usage Notes】**
The weights shown by this indicator are **theoretical reference values** calculated solely based on performance from the specified start date. Even if large investors conduct significant rebalancing (asset buying/selling) during the period, those transactions themselves are not reflected in this chart's calculations.
Therefore, please understand that the actual portfolio ratios may differ. **Use this solely as a rough guideline. **
#### Key Features
* **Freely configure the 4 assets for analysis:** You can freely set any 4 assets (stocks, indices, currencies, cryptocurrencies, etc.) you wish to compare via the settings screen.
* **Performance-based weight calculation:** Rather than simple price composition ratios, it calculates each asset's price change since the specified start date as a “performance index” and displays each asset's proportion of the total sum.
* **Freely set analysis start date:** You can set any desired starting point for analysis, such as “after the XX shock” or “after earnings announcements,” using the calendar.
* **Multi-Timeframe (MTF) Support:** Independently of the timeframe displayed on the chart, you can freely select the timeframe (e.g., 1-hour, 4-hour, daily) used by the indicator for calculations.
#### Calculation Principle
This indicator calculates weights in the following three steps:
1. **Obtaining the Base Price**
Obtain the closing price for each of the four stocks on the user-set “Start Date for Weight Calculation.” This becomes the **base price** for analysis.
2. **Calculating the Performance Index**
Divide the current price of each stock by the **base price** obtained in Step 1 to calculate the “Performance Index”.
`Performance Index = Current Price ÷ Base Date Price`
This quantifies how many times the current performance has increased compared to the base date performance, which is set to “1”.
3. **Calculating Weights**
Sum the “Performance Indexes” of the four stocks. Then, calculate the percentage contribution of each stock's Performance Index to this total sum and plot it on the chart.
`Weight (%) = (Individual Performance Index ÷ Total Performance Index of 4 Stocks) × 100`
Using this logic, on the analysis start date, all stocks' performance indices are set to “1”, so the weights start equally at 25%.
#### Usage
* **Application Example 1: Market Sentiment Analysis (Using Default Settings)**
Analyze using the default asset classes. By observing the relative strength between “Equities” and “Bonds”, you can assess whether the market is risk-on or risk-off.
* **Application Example 2: Sector/Theme Strength Analysis**
Configure settings for groups like “Top 4 semiconductor stocks” or “4 GAFAM stocks.” Setting the start date to the beginning of the year or earnings season allows you to instantly compare which stocks within the same sector are performing best.
* **Application Example 3: Cryptocurrency Power Map Analysis**
By setting major cryptocurrencies like “BTC, ETH, SOL, ADA,” you can analyze which currencies are attracting market capital.
**【About Legend Display】**
Due to Pine Script specification constraints, the legend on the chart will display fixed names: **“Stock 1” to “Stock 4”. **
Please note that the symbol you entered for “Symbol 1” in the settings corresponds to the “Symbol 1” line on the chart.
#### Settings
* **Symbol 1 to Symbol 4:** Set the four symbols you wish to analyze.
* **Timeframe for Calculation:** Select the timeframe the indicator references when calculating weights.
* **Start Date for Weight Calculation:** This serves as the base date for comparing performance.
#### Disclaimer
This script is solely a tool to assist with market analysis and does not recommend buying or selling any specific financial instruments. Please make all final investment decisions at your own discretion.
-------------------------------------------------------------------------------------------------------------------
**Performance-based Asset Weighting(MTF・シンボル自由設定)**
#### 概要
このインジケーターは、**ユーザーが自由に設定した4つの銘柄**について、パフォーマンス(騰落率)の相対的な強さを「ウェイト(構成比率)」として可視化するツールです。
指定した過去の任意の時点を基準(全銘柄が均等な25%)として、そこからどの銘柄のパフォーマンスが他の銘柄を上回り、資金が向かっているのか、あるいは下回っているのかを直感的に把握することを目的としています。
**【デフォルト設定と活用シナリオ:年金基金のリバランス考察】**
デフォルト設定では、日本の年金積立金管理運用独立行政法人(GPIF)の基本ポートフォリオを参考に、主要4資産クラス(国内株式, 外国株式, 国内債券, 外国債券)が設定されています。市場の変動によってこの均等な比率に乖離が生じると、元の比率に戻すためのリバランス(比率が増えた資産を売り、減った資産を買う)が行われることが知られています。
このデフォルト設定で分析することで、**「今後、年金基金などによるリバランスの売り(買い)が発生する可能性があるか」を考察するための、一つの目安として利用できます。**
**【重要:利用上の注意点】**
このインジケーターが示すウェイトは、あくまで指定した開始日からのパフォーマンスのみを基に算出した**理論上の参考値**です。実際に大口投資家などが途中で大規模なリバランス(資産の売買)を行ったとしても、その取引自体はこのチャートの計算には反映されません。
そのため、実際のポートフォリオ比率とは異なる可能性があることをご理解の上、**あくまで大まかな目安としてご活用ください。**
#### 主な特徴
* **分析対象の4銘柄を自由に設定可能:** 設定画面から、比較したい4つの銘柄(株式、指数、為替、仮想通貨など)を自由に設定できます。
* **パフォーマンス基準のウェイト計算:** 単純な価格の構成比ではなく、指定した開始日からの各銘柄の騰落を「パフォーマンス指数」として算出し、その合計に占める各銘柄の割合を表示します。
* **分析開始日の自由な設定:** 「〇〇ショック後」「決算発表後」など、分析したい任意の時点をカレンダーから設定できます。
* **マルチタイムフレーム(MTF)対応:** チャートに表示している時間足とは別に、インジケーターが計算に使う時間足(1時間足、4時間足、日足など)を自由に選択できます。
#### 計算の原理
このインジケーターは、以下の3ステップでウェイトを算出しています。
1. **基準価格の取得**
ユーザーが設定した「ウェイト計算の開始日」における、4つの各銘柄の終値を取得し、これを分析の**基準価格**とします。
2. **パフォーマンス指数の算出**
現在の各銘柄の価格を、ステップ1で取得した**基準価格**で割ることで、「パフォーマンス指数」を算出します。
`パフォーマンス指数 = 現在の価格 ÷ 基準日の価格`
これにより、基準日のパフォーマンスを「1」とした場合、現在のパフォーマンスが何倍になっているかが数値化されます。
3. **ウェイトの算出**
4つの銘柄の「パフォーマンス指数」の合計値を算出します。そして、合計値に占める各銘柄のパフォーマンス指数の割合(%)を計算し、チャートに描画します。
`ウェイト (%) = (個別のパフォーマンス指数 ÷ 4銘柄のパフォーマンス指数の合計) × 100`
このロジックにより、分析開始日には全銘柄のパフォーマンス指数が「1」となるため、ウェイトは均等に25%からスタートします。
#### 使用方法
* **応用例1:市場のセンチメント分析(デフォルト設定利用)**
デフォルト設定の資産クラスで分析し、「株式」と「債券」の力関係を見ることで、市場がリスクオンなのかリスクオフなのかを判断する材料になります。
* **応用例2:セクター・テーマ別の強弱分析**
設定画面で、例えば「半導体関連の主要4銘柄」や「GAFAMの4銘柄」などを設定します。開始日を年初や決算時期に設定することで、同セクター内でどの銘柄が最もパフォーマンスが良いかを一目で比較できます。
* **応用例3:仮想通貨の勢力図分析**
「BTC, ETH, SOL, ADA」など、主要な仮想通貨を設定することで、市場の資金がどの通貨に向かっているのかを分析できます。
**【凡例の表示について】**
Pine Scriptの仕様上の制約により、チャート上の凡例は**「銘柄1」〜「銘柄4」という固定名で表示されます。**
お手数ですが、設定画面でご自身が「銘柄1」に入力したシンボルが、チャート上の「銘柄1」のラインに対応する、という形でご覧ください。
#### 設定項目
* **銘柄1〜銘柄4:** 分析したい4つのシンボルをそれぞれ設定します。
* **計算に使う時間足:** インジケーターがウェイトを計算する際に参照する時間足を選択します。
* **ウェイト計算の開始日:** パフォーマンスを比較する上での基準日となります。
#### 免責事項
このスクリプトはあくまで市場分析を補助するためのツールであり、特定の金融商品の売買を推奨するものではありません。投資の最終的な判断は、ご自身の責任において行ってください。
EMA Cloud Visual Pro Edition Trend LabelsThe EMA Cloud Visual Pro Edition is a clean and elegant trend–following indicator designed to visualize market momentum through the interaction of two exponential moving averages — EMA 50 and EMA 200.
Itcombines a dynamic cloud, background tint, and automatic trend labeling to make chart reading effortless and professional.
🌈 Main Features
✅ EMA Cloud Visualization – A smooth gradient cloud between EMA 50 & EMA 200 clearly highlights the prevailing trend.
🟢 Green cloud → Bullish (EMA 50 > EMA 200)
🔴 Red cloud → Bearish (EMA 50 < EMA 200)
✅ Background Tint – Adds subtle color shading (green/red) to improve visual clarity and trend confirmation.
✅ Trend Labels – Automatic floating labels show the current trend direction on the chart:
UpTREND” when EMA 50 crosses above EMA 200
📉 “DOWN TREND” when EMA 50 crosses below EMA 200
⚪ “NEUTRAL” when both are equal
✅ Bar Coloring – Optional feature that colors price candles based on the trend for quick visual reference.
✅ Fully Customizable – Transparency, color tone, and visibility of each visual element (cloud, bars, labels) can be adjusted from the settings panel.
⚙️ How It Works
The indicator tracks the relationship between EMA 50 (short–term trend) and EMA 200 (long–term trend):
When the fast EMA 50 > EMA 200, the market is considered bullish.
When the fast EMA 50 < EMA 200, the market is considered bearish.
This simple but powerful logic is one of the most widely used strategies in professional trading — also known as the EMA Crossover / Golden–Death Cross Strategy — but here visualized with a premium cloud aesthetic.
💡 Best Use Cases
identify trend direction at a glance
Confirm entries/exits from your primary strategy
Combine with RSI, Volume, or Price Action tools
Works perfectly on all assets: Forex, Crypto, Stocks, and Indices
🧩 Customization Tips
You can modify from settings:
EMA lengths (default 50 & 200)
Cloud transparency
Background opacity
Toggle on/off trend labels or bar coloring
⚠️ Note
This indicator is not financial advice.
Always combine it with risk management and confirmation signals before trading live markets.
Charles PO3# Charles PO3 - Release Notes
## 📊 Introduction
**Charles PO3** is a powerful PO3 (Power of 3) indicator designed for traders who need to simultaneously observe **Higher Time Frame (HTF)** price action on **Lower Time Frame (LTF)** charts.
This indicator draws multiple HTF candles on the right side of the chart and connects the current price to the HTF **Open, High, and Low** with dynamic projection lines. It helps you:
- View **Daily/Weekly** structure on a minute chart.
- Track HTF key price levels in **real time**.
- Better understand **multi-timeframe trend relationships**.
- Improve **timeframe consistency** in your trading decisions.
**Applicable Markets**: Forex, Futures, Stocks, Cryptocurrencies, and all other financial markets.
This script is based on the (www.google.com) created by (www.google.com).
This indicator is released under TradingViews default license (Mozilla Public License 2.0)
-----
## ✨ Core Features
### 🕐 Smart Timeframe Management
- **Automatic Timeframe Selection**: Automatically selects a suitable HTF based on the current chart period (optionally 1 or 2 levels of progression).
- **Manual Timeframe**: Supports custom selection of any timeframe (15 minutes, 1 hour, 4 hours, Daily, Weekly, etc.).
- **Custom Opening Time**: Supports custom HTF candle opening time and timezone (useful for non-standard trading sessions).
### 📈 Candle Display
- **Configurable Quantity**: Display 1-20 HTF candles (default 5).
- **Three Sizes**: Small, Medium, Large candles available.
- **Two Types**:
- Standard Candles
- Heikin Ashi (Smoothed Candles)
- **Custom Colors**:
- Bullish (Up) Candles: Independent color settings for body, wick, and border.
- Bearish (Down) Candles: Independent color settings for body, wick, and border.
- **Position Adjustment**: Adjustable offset from the right edge of the chart and spacing between candles.
### 🎯 Dynamic Projection Lines
- **Open Price Projection**: Extends from the HTF Open price to the center of the current candle.
- **High/Low Projection**: Extends from the HTF High/Low to the center of the current candle.
- **Real-Time Updates**: Projection lines automatically update their starting point upon price breakthrough.
- **Customizable Style**:
- Three line styles: Solid, Dashed, Dotted.
- Adjustable color and width.
- Independent On/Off switches.
### 🏷️ OHLC Price Labels
- **Real-Time Price Display**: Shows O/H/L/C prices to the right of the latest HTF candle.
- **Six Font Sizes**: Auto, Tiny, Small, Normal, Large, Huge.
- **Follows Candle Movement**: Label position updates dynamically with the candle.
### 🕒 Smart Time Labels
- **Adaptive Format**:
- **Daily**: Displays the day of the week (Mon, Tue, Wed...).
- **Weekly**: Displays Month-Day (10-05, 10-12...).
- **Other Timeframes**: Displays Hour:Minute (14:30, 21:00...).
- **Asset Type Recognition**:
- **Forex/Futures**: Automatically adjusts to display trading days (Mon-Fri).
- **Crypto**: Displays actual date (7 days a week).
- **Center Alignment**: Time label is positioned below the center of the candle.
- **Customizable Color**: Supports adjusting text color (default gray).
### 📊 HTF Data Mode
- **Weekly**: Only use HTF data to generate projections when on a weekly chart.
- **Always**: Always use HTF data.
- **Never**: Always use LTF data to construct the HTF candles.
### 🐛 Debug Tools
- **Debug Table**: Real-time display of indicator status (parameters, candle count, label count, etc.).
- **Pine Logs**: Detailed logs for timestamp conversions and label creation.
- **Optional Switch**: Debug features can be disabled in a production environment to improve performance.
-----
## ⚙️ Parameter Descriptions
### 📁 Settings (Basic Settings)
| Parameter | Type | Default | Description |
|---|---|---|---|
| **Timeframe** | Timeframe | Blank (Auto) | Sets the HTF timeframe; leave blank for automatic selection. |
| **Set Automatically** | Boolean | ✅ | Enables automatic timeframe selection. |
| **Two Levels** | Boolean | ✅ | Use 2 levels of progression (e.g., 15min→4H); off uses 1 level (15min→1H). |
| **Number of HTF Candles** | Integer | 5 | Number of HTF candles to display (1-20). |
| **Offset** | Integer | 10 | Bar offset of the candle group from the right edge of the chart. |
| **Size** | Option | Medium | Candle size: Small / Medium / Large. |
| **Type** | Option | Candles | Candle type: Candles (Standard) / Heikin Ashi (Smoothed). |
| **Margin** | Integer | 1 | Spacing between candles (in bars). |
| **Use HTF data to generate candles** | Option | Weekly | Weekly / Always / Never. |
### 🟢 Up Candles (Bullish Candles)
| Parameter | Type | Default | Description |
|---|---|---|---|
| **Body** | Color | \#6ba583 | Color for the bullish candle body. |
| **Wick** | Color | Black | Color for the bullish candle wick. |
| **Border** | Color | Black | Color for the bullish candle border. |
### 🔴 Down Candles (Bearish Candles)
| Parameter | Type | Default | Description |
|---|---|---|---|
| **Body** | Color | \#d75442 | Color for the bearish candle body. |
| **Wick** | Color | Black | Color for the bearish candle wick. |
| **Border** | Color | Black | Color for the bearish candle border. |
### 📏 Projections (Projection Lines & Labels)
#### Open Price Projection Line
| Parameter | Type | Default | Description |
|---|---|---|---|
| **Open** | Boolean | ✅ | Show Open price projection line. |
| ⚫ **Color** | Color | Translucent Black | Open price line color. |
| **Style** | Option | Dotted | Solid / Dotted / Dashed. |
| **Width** | Integer | 1 | Line width (1-5). |
#### High/Low Projection Lines
| Parameter | Type | Default | Description |
|---|---|---|---|
| **High/Low** | Boolean | ✅ | Show High/Low projection lines. |
| ⚫ **Color** | Color | Translucent Black | High/Low line color. |
| **Style** | Option | Dotted | Solid / Dotted / Dashed. |
| **Width** | Integer | 1 | Line width (1-5). |
#### OHLC Price Labels
| Parameter | Type | Default | Description |
|---|---|---|---|
| **OHLC Prices** | Boolean | ✅ | Show price labels. |
| ⚫ **Color** | Color | Translucent Black | Text color. |
| **Size** | Option | Auto | Auto / Tiny / Small / Normal / Large / Huge. |
#### HTF Time Labels
| Parameter | Type | Default | Description |
|---|---|---|---|
| **HTF Time** | Boolean | ✅ | Show time labels. |
| **Time Label Color** | Color | Gray | Time text color. |
### 🕐 Custom Opening Time (Custom Opening Time)
| Parameter | Type | Default | Description |
|---|---|---|---|
| **Use Custom Opening Time?** | Boolean | ❌ | Enable custom opening time. |
| **Timezone** | Option | Exchange | Timezone selection (using Timezone library). |
| **Time (hh:mm)** | Time | 02:00 | Custom opening time (hour:minute). |
### 🐛 Debug (Debugging)
| Parameter | Type | Default | Description |
|---|---|---|---|
| **Enable Debug Info** | Boolean | ❌ | Enable Pine Logs for detailed logging. |
| **Show Debug Table** | Boolean | ✅ | Display the debug info table in the top right corner. |
-----
## 🎓 Usage Recommendations
### Recommended Timeframe Combinations
- **1-Minute Chart** → HTF: 15 Minutes
- **5-Minute Chart** → HTF: 1 Hour
- **15-Minute Chart** → HTF: 4 Hours
- **1-Hour Chart** → HTF: Daily
- **4-Hour Chart** → HTF: Weekly
- **Daily Chart** → HTF: Weekly/Monthly
### Best Practices
1. **Trend Trading**: Use the Daily HTF on a 1-Hour chart to ensure you are trading with the higher-timeframe trend.
2. **Support/Resistance**: The HTF High/Low projection lines serve as natural support and resistance levels.
3. **Open Breakout**: Observe the HTF Open price projection line to catch directional breakouts after the open.
4. **Time Synchronization**: Use the time labels to understand the lifecycle stage of the HTF candle.
5. **Multi-Timeframe Confirmation**: Observe multiple HTF candles simultaneously to confirm trend consistency.
-----
## 📌 Version Information
- **Version**: 1.0
- **Pine Script**: v6
- **Dependency Library**: `n00btraders/Timezone/1`
- **Chart Limitations**:
- Max historical bars: 500
- Max Box objects: 500
- Max Label objects: Default (TradingView limit)
-----
**Happy Trading\! 📈**
OPR 4 ZonesThe OPR 4-Zone Boxes indicator visualizes four distinct market sessions on your chart by automatically drawing boxed ranges (high / low) and dotted midlines for each session. Each session box is created using time-based timestamps (timezone-aware) and updates in real time during the session. When the session closes, the box is locked to the session end, while an optional extension can display the session range for a configurable period afterward — useful for spotting retests, breakouts, and bias zones.
Designed for traders who rely on session structure and price-action, OPR 4-Zone provides clear, non-intrusive visuals and is fully configurable: enable or disable individual sessions, set start/end and extension times per session, choose colors and transparency for both the primary box and the extension, and display dotted midlines to quickly gauge session control. Objects are cleaned up at the start of each new day to prevent clutter and ensure reliable behavior when scrolling or changing timeframes.
Key features :
- Four independent session boxes (Morning, Afternoon, Evening, Night) with separate enable switches
- Timezone-aware timestamping so boxes align with the session times you want
- Locked session ranges at session close and optional extension period after close
- Dotted midline for quick reference to the session midpoint
- Customizable colors and background transparency for both base and extended boxes
- Automatic cleanup of session objects on new trading day to avoid frozen or stray boxes
- Lightweight and overlay-friendly with sensible defaults for fast setup
Suggested usage :
Use the indicator to mark session ranges for intraday support/resistance, identify where price is trading relative to session midpoint, and watch for breakout or rejection setups near session highs/lows. Combine with volume-based or momentum indicators to confirm breakouts through the session box.
EMA High/Low + RSI Trend Start + EMA200 Current TFIndicator Name: EMA High/Low + RSI Trend Start + EMA200 Current TF
Description:
This indicator combines multiple technical tools to help identify strong trend-start signals with minimal noise:
EMA 20 High/Low: Tracks short-term price extremes to define potential breakout levels.
EMA 200 (Current TF): Displays long-term trend direction with dynamic coloring: green when price is above, yellow when below.
Trend-Start Arrows: Signals the first bullish candle above EMA High or first bearish candle below EMA Low, confirmed by RSI crossing its moving average.
RSI Confirmation: Filters signals for momentum alignment to reduce false entries.
Trend-Lock & Cooldown: Ensures only one arrow per trend start and allows a minimum bar gap between signals.
Optional Strong Candle Filter (ATR): Highlights breakouts with significant candle size relative to recent volatility.
Background Fill: Visualizes price position relative to EMA High/Low (green above, red below, neutral in-between).
Customization: Arrow colors and EMA visibility can be adjusted. Arrow size is fixed to ensure Pine Script v6 compatibility.
Usage: Works on any timeframe and any symbol. Ideal for traders looking for trend-following entry points with clear visual cues and reduced signal noise.
Atlas Trend LiteAtlas Trend Lite User Guide
1. Overview
This tool shows colored clouds and signals on your chart to help you see whether the price is more likely to go up or down. It also shows “buy” and “sell” signals on a single candle and marks their strength with small indicators.
Everything is visible at a glance: colors, shapes, and clouds. You don’t need to worry about complicated numbers or technical terms.
2. Colors and Clouds
Green Cloud Price is likely going up.
Red Cloud Price is likely going down.
Green Candle / Bar Price is rising.
Red Candle / Bar Price is falling.
Yellow Small Candle Candle body is small, price didn’t move much.
Clouds show trend direction. Green means upward, red means downward.
3. Buy / Sell Signals
Signals appear only once per candle, never stacked.
Green Circle (large outer, small white inner) → Buy signal
Red Circle (large outer, small white inner) → Sell signal
Outer colored circle shows direction, inner small white circle shows confidence.
4. Last Signal-Based Levels
On the top-right panel, you’ll see:
Row Meaning
Last Signal Most recent signal: “Buy” or “Sell”
SL (Stop Loss) Safe price limit: if price hits here, trade stops.
TP (Take Profit) Target price: if price hits here, profit is taken.
Signal Strength Strength of the signal (0–100). Higher means more reliable.
Cloud L1 / L2 Cloud boundaries. Look at the color to see trend direction.
Price Current price.
SL and TP change based on the last signal:
Buy → TP above, SL below
Sell → TP below, SL above
5. How to Use
Check the clouds:
Green → upward trend
Red → downward trend
Look at the signals:
Green circle → consider buying
Red circle → consider selling
Check SL and TP levels:
Follow panel levels to manage your risk.
Pay attention to signal strength:
Strong → more reliable
Weak → caution, trend uncertain
Observe candle colors and markers:
Yellow candle → small price movement
Green / Red candle → trend direction
6. Example Visual
Buy signal: Green cloud, green circle below candle, panel shows Long with green TP/SL
Sell signal: Red cloud, red circle above candle, panel shows Short with red TP/SL
You can quickly see the likely price direction and make informed decisions.
7. Important Notes
Signals only appear once per candle, never repeat on past candles.
Heatmap and clouds appear mainly on the chart, signals as circles.
Signals and colors adjust automatically to your selected timeframe.
Focus on visual cues only; you don’t need to analyze calculations.
Yen Carry Composite Index + Macro Flow GaugeWhat This Indicator Does
This chart visualizes the strength, trend, and macro conditions supporting or weakening the yen carry trade a strategy where investors borrow in low yielding yen to invest in higher yielding assets
How It Works: Core Components
Composite Index (Blue Line):
A weighted blend of z-scores from:
USD/JPY (strength of USD vs JPY)
10Y yield spread (US – Japan)
AUD/JPY (risk proxy for carry appetite)
VIX (global risk sentiment, inverted)
Z-scores normalize each input to show how far it deviates from recent history (not raw values).
Positive composite trend ⬅️ strong carry environment
Negative composite trend ➡️ signs of unwind or stress
Individual Z-Score Lines:
🟥 USD/JPY
🟩 Yield Spread (US10Y − JP10Y)
🟪 FX Proxy (AUD/JPY)
🟦 VIX (risk sentiment)
Threshold Lines & Signal Markers:
Green 🟢⬅️🟢🟢 “carry active” threshold (+1.5 std dev)
Red dashed line 🔴➡️🔴🔴→ “carry unwind risk” (−1.5 std dev)
Carry Trade Strength Gauge (Horizontal Bar, Bottom-Right) www.tradingview.com
Slots:
🟢 = strong carry inflow conditions
⚪ = neutral midpoint
🔴 = outflow / unwind pressure
A directional arrow (⬅️ or ➡️) shows momentum:
➡️ = composite rising → improving carry environment
⬅️ = composite falling → deteriorating carry conditions
Arrow is placed at the current strength level, visually combining position + momentum
Labels “Inflows” and “Outflows” flank the bar for clarity
Use Case Summary
Macro risk overlay for JPY pairs, EM FX, bond carry strategies
Detect early unwind phases (e.g. if arrow ⬅️ appears in red zone)
Confirm entry/exit in directional JPY trades or expected liquidity to enter the markets
Alt buy signal 1H Entry + 4H Confirm (MACD + Stoch RSI + HMA)This indicator is a multi-timeframe (MTF) analysis tool designed for the ALT trading , capturing entry signals on the 1-hour (1H) timeframe and confirming trends on the 4-hour (4H) timeframe. It combines MACD, Stoch RSI, and Hull Moving Average (HMA) to identify precise buy opportunities, particularly at reversal points after a downtrend or during trend shifts. It visually marks both past and current BUY signals for easy reference.
Key Features:
1H Entry Signal (Early Ping): Triggers on a MACD golden cross (below 0) combined with a Stoch RSI oversold cross (below 20), offering an initial buy opportunity.
4H Trend Confirmation (Entry Ready): Validates the trend with a 4H MACD histogram rising (in negative territory) or a golden cross, plus a Stoch RSI turn-up (above 30).
Past BUY Display: Labels past data points where these conditions were met as "1H BUY" or "FULL BUY," facilitating backtesting.
HMA Filter: Optional HMA(16) to confirm price breakouts, enhancing trend validation.
Purpose: Ideal for short-term scalping and swing trading. Supports a two-step strategy: initial partial entry on 1H signals, followed by additional entry on 4H confirmation.
Usage Instructions
Installation: Add the indicator to an IMX/USDT 1H chart on TradingView.
Signal Interpretation:
lime "1H BUY": 1H conditions met, consider initial entry (stop-loss: 3-5% below recent low).
green "FULL BUY": 1H+4H conditions met, confirm trend for additional entry (take-profit: 10% below recent swing high).
Customization: Adjust TF (1H/4H), MACD/Stoch RSI parameters, and HMA usage via the input settings.
Alert Setup: Enable alerts for "ENTRY READY" (1H+4H) or "EARLY PING" (1H only) conditions.
Advantages
Accuracy: Reduces false signals by combining MACD golden cross below 0 with Stoch RSI oversold conditions.
Dual Confirmation: 1H for quick timing and 4H for trend validation, improving risk management.
Visualization: Past BUY points enable easy backtesting and pattern recognition.
Flexibility: 4H confirmation mode adjustable (histogram rise or golden cross).
Limitations
Timeframe Dependency: Optimized for 1H charts; may not work on other timeframes.
Market Conditions: Potential whipsaws in sideways markets; additional filters (e.g., RSI > 50) recommended.
Manual Management: Stop-loss and take-profit require user discretion.
Institutional elite indicator
🎯 Overview
An institutional-grade technical analysis indicator that combines 10+ professional indicators into a unified, easy-to-read signal system. Designed for precision trading across all timeframes (1min to 1month) with Heikin Ashi compatibility.
📈 Signal Types
Breakout Signals: Early detection before major price movements
Divergence Detection: RSI and MACD bullish/bearish divergences
Bottom Fishing: Identification of lowest price points before rebounds
Reversal Signals: Trend reversal detection in overbought/oversold zones
MA Crossovers: Enhanced 50/200 MA cross detection with volume confirmation
⚙️ Technical Specifications
Compatible: Heikin Ashi candles, all timeframes
Configurable: 25+ adjustable parameters
Performance: Optimized for institutional-grade accuracy
Interface: Clean, non-cluttered visual design with compact signals
🚀 Use Cases
Day Trading: Precise entry/exit points on lower timeframes
Swing Trading: Trend identification and reversal detection
Institutional Analysis: Multi-indicator confirmation system
Risk Management: Volume-confirmed signals with ADX trend strength
Perfect for traders seeking institutional-level precision with simplified execution.
TCL - Extreme S/R Auto Levels (Pivot-Snapped, Snapshot) It is a fan-made indicator for TCL strategy to declare extreme s/r levels.
PTM System v1.8 (PF)PTM System Indicator v1.8: Enhanced Precision and Flexibility
The PTM System Indicator is a powerful and comprehensive technical analysis tool designed to help traders make confident and effective trading decisions. By integrating multiple analysis strategies, the PTM System focuses on identifying clear market trends, filtering out noise, and presenting information in an easy-to-understand format, ensuring you don't miss critical market opportunities.
Version 1.8 is a significant upgrade from version 1.6, focusing on enhancing trend identification accuracy and analytical flexibility to meet the needs of traders in all market conditions.
## Key Features of PTM System v1.8:
### 1. Multi-Factor Filtering: Intelligent Signal Filtering for Maximum Quality
The PTM System features a Multi-Factor Filtering system that combines multi-dimensional analysis to deliver high-quality trading signals and significantly reduce false signals. This system includes:
* **Price Action Filter:** Analyzes price behavior to confirm signal strength.
* **Trend Filter (EMA):** Uses multiple Exponential Moving Averages (EMA-S, EMA-M, EMA-L) to accurately identify the main market trend.
* **Momentum Filter (Stochastic):** Uses the Stochastic Oscillator to measure price momentum and identify Overbought/Oversold conditions.
* **Sideway Filter (ADX):** Uses the Average Directional Index (ADX) to detect sideways or trendless market conditions.
**Rationale for Integration:** The combination of these filters creates a synergistic system where each filter validates signals from the others, resulting in highly reliable trading signals. This adaptability allows the PTM System to perform effectively in various market conditions.
### 2. Smooth Heikin Ashi: Superior Trend Smoothing for Unmatched Clarity (New in v1.8)
To address the common issue of frequent color changes in traditional Heikin Ashi during sideways markets, v1.8 introduces **Smooth Heikin Ashi**. This feature uses an EMA to smooth the Heikin Ashi values, providing a clearer and more continuous representation of the underlying trend.
**Value and Benefit:** This feature offers a cleaner, more reliable view of the market trend, helping traders avoid sideways traps and focus on strong, sustained movements.
### 3. Ghost Signals: Unveiling Filtered Opportunities for Deeper Analysis (New in v1.8)
**Ghost Signals** display potential trade setups that were filtered out by the Sideway and Trend filters. This provides deeper insight into how market conditions affect signal generation and helps experienced traders identify hidden opportunities.
### 4. Optimized Time Filter Start Time (New in v1.8)
The default start time for the Time Filter has been adjusted to **20:00** for greater flexibility and better alignment with major trading session openings.
### 5. Auto RR Box: Disciplined Risk Management
The Auto RR Box automatically displays Stop Loss (SL) and Take Profit (TP) levels on the chart, promoting disciplined risk management.
### 6. Comprehensive Customization
PTM System is highly customizable, allowing traders to adjust filter settings, visual elements, and trading hours to fit their unique style.
## Why Every Trader Needs PTM System
In a volatile and complex market, the PTM System provides a crucial edge. It combines in-depth analysis, intelligent filtering, and intuitive visualization to empower traders of all levels to navigate the market with greater efficiency and confidence.
**Value of an Invite-Only Script:** The PTM System is not just a collection of basic indicators; it is a strategically integrated system that delivers high-quality, reliable signals. Its sophisticated filters and unique features like Smooth Heikin Ashi and Ghost Signals provide superior insight and control, justifying its value as a premium, invite-only tool.
Upgrade your trading with the PTM System today!
MF_Average_Seasonal_MovementYou can chose a date range and see the average, min and max movement within that time.
n addition it shows how many longs or shorts would have won in that time frame.
To quikly look at the time periods in the past it markes the chosen dates each year with two horizontal lines.
You can utilize the election year cycle and look only at post election years for example
TRADER PERFORMANCEAn exclusive tool for scalping, day trading, swing trading, and position trading, designed to maximize your success rate and reduce input noise. Recognized for its high accuracy, it's the ideal indicator for those seeking consistency and solid market results.
Project Pegasus ChronosDescription
Project Pegasus Chronos is the flagship volume-intelligence overlay of the Pegasus suite, built for traders who read the tape. It spots where the tape gets hit, where moves get absorbed, and when pressure flips — in real time, without repainting. Chronos blends high-signal volume spikes, absorption, pure-delta mismatches, and two crisp market-pressure HUDs into one surgical visualization that stays readable even on noisy charts.
What’s unique
Layered volume intelligence that cuts through noise: spikes, absorption, delta traps, trend bias, and pressure — at a glance.
Absorption Engine – Proprietary scoring of wick/body/delta context to flag “hit & hold” moments where moves stall.
Pure-Delta Mismatch Bubbles – Instantly reveal fake strength or weakness when the candle fights the tape.
Mirage Filters (Add-on) – Smart VolSpike & PriceClamp regime tags (squeeze vs. burst) for clean entries and exits.
Pegasus TrendDynamic – Adaptive bias band with one-look flips and optional shadow fill for context.
Dual HUDs – Buy/Sell Volume HUD and Market Pressure HUD with a Shock badge for sudden impulses.
Readable by Design – Color presets, clustering, absolute filters, and performance scopes (12/24/48/72H) keep charts fast & clean.
Non-repainting – Signals are produced only on confirmed bars; no lookahead.
How it works
Chronos aggregates recent market behavior into simple, decisive visuals:
Bubbles scale by spike tier and direction to highlight initiative participation.
Absorption marks flag bars where flow hits and fails to push through.
Pure-delta markers expose liquidity traps (delta vs. candle color).
TrendDynamic provides a smooth, adaptive bias rail.
HUDs quantify who’s pressing harder and when a shock event fires.
How to use
Stalk large bubbles near key levels; pair them with absorption marks to time fades or continuations.
Treat pure-delta mismatches as early trap signals — especially near session highs/lows or FVGs.
Trade in alignment with the TrendDynamic bias; use Market Pressure HUD & Shock to time adds or cuts.
Refine visuals via clustering and absolute-volume filters on fast instruments.
Notes & limitations
Built for intraday futures, crypto, and FX — but works across assets and timeframes.
If visuals get heavy, use scope, clustering, and filters to keep it buttery smooth.
Analysis and visualization tool — not a signal service.
Disclaimer
For educational and informational purposes only. Not financial advice.
ICT Concepts(Liquidity, FVG & Liquidity Sweeps)📄 Description:
A Smart Money Concept (SMC)-based utility that blends ICT-style Liquidity Sweeps, Fair Value Gap (FVG) mapping, and Swing Structure proxies – designed for traders seeking clean precision in price imbalance analysis.
⸻
🔍 1. What This Script Does
T his indicator brings together three core Institutional Concepts:
• Liquidity Sweep Detection : Identifies buy/sell-side liquidity grabs (fakeouts) confirmed by volume spikes – a common precursor to institutional order flow shifts.
• Fair Value Gaps (FVGs) : Highlights inefficiencies between price legs using strict ICT-style 3-candle or gap-based rules. These are areas institutions often revisit.
• Swing Structure Proxy (OB Mapping) : Tracks dynamic swing highs/lows to act as proxy zones for potential order blocks and structural boundaries.
It also includes a cooldown-based signal filtering engine to prevent overfitting and noise, helping traders avoid false positives in choppy markets.
⚙️ 2. How It Works (Core Logic)
✅ A. Liquidity Sweep Engine
• Looks back N bars to find Equal Highs or Equal Lows.
• Triggers a signal only if price sweeps the level and closes on the other side with a volume spike.
• Customizable volume threshold (e.g., 1.5x average volume).
• Includes a signal cooldown period to reduce clutter and boost quality.
Bullish Sweep = Price dips below equal lows but closes higher
Bearish Sweep = Price spikes above equal highs but closes lower
Visuals: Signal arrows with alerts (BUY LQ / SELL LQ)
⸻
✅ B. Fair Value Gap (FVG) Zones
• Detects FVGs using:
• Sequential logic: Low > High (bullish), High < Low (bearish)
• Gap logic: Open gaps at bar open
• Dynamic box drawing:
• Automatically extends FVG zones until price fully closes through them.
• Different color coding for bullish (teal) and bearish (orange) gaps.
• Customizable:
• Opacity control
• Option to include/exclude gap-based FVGs
• Hide filled zones
• Limit total zones rendered (for performance)
⸻
✅ C. Swing High/Low Structure
• Uses a lookback period to find latest swing high/low levels.
• Acts as a proxy for Order Block zones or structural shift reference points.
• Plotted as red (high) and green (low) lines.
⸻
🚀 3. How to Use It
• Scalpers and Intraday Traders can use Liquidity Sweep + FVG Confluence to time reversals or catch early entries into trend continuation moves.
• Swing Traders can observe swing OB proxies and recent FVG zones to frame directional bias and target zones.
• Volume-Aware Traders benefit from the volume filter that confirms sweeps are meaningful – not just random stop hunts.
🔔 Set alerts on:
• Bullish Liquidity Sweeps
• Bearish Liquidity Sweeps
You can use this in combination with your own trend filters, or even confluence it with Order Blocks, VWAP, or EMA trend tools.
⸻
💡 What Makes It Original?
• The script doesn’t merely combine standard tools — it builds a cohesive ICT-style detection system using:
• A custom volume-confirmed liquidity sweep filter
• Dynamic FVG rendering with filled logic + performance optimization
• Visual hierarchy to avoid clutter: clean line plots, contextual boxes, and conditional signals
• Highly customizable yet lightweight, making it suitable for fast-paced decision making.
⸻
✅ Notes
• Invite-only script for serious traders interested in Smart Money and ICT concepts.
• Does not repaint signals.
• All visuals are dynamically managed for clarity and performance.