hidden buy or sell //@version=5
indicator(title="Institutional Flow & Trend", shorttitle="IF&T", overlay=true)
// --- INPUTS ---
// Trend EMA lengths
fast_ema_len = input.int(9, title="Fast EMA Length", minval=1)
slow_ema_len = input.int(21, title="Slow EMA Length", minval=1)
// OBV Moving Average length
obv_ema_len = input.int(10, title="OBV EMA Length", minval=1)
// RSI settings for hidden divergence (NEW)
rsi_len = input.int(14, title="RSI Length", minval=1)
// --- CALCULATIONS ---
// Calculate EMAs for trend
fast_ema = ta.ema(close, fast_ema_len)
slow_ema = ta.ema(close, slow_ema_len)
// Calculate On-Balance Volume and its moving average
obv_value = ta.obv
obv_ema = ta.ema(obv_value, obv_ema_len)
// Calculate RSI for divergence (NEW)
rsi_val = ta.rsi(close, rsi_len)
// --- HIDDEN DIVERGENCE LOGIC (NEW) ---
// Bullish hidden divergence: price makes a higher low, but RSI makes a lower low.
bullish_div = ta.lowest(low, 2) > ta.lowest(low, 2) and rsi_val > rsi_val
// Bearish hidden divergence: price makes a lower high, but RSI makes a higher high.
bearish_div = ta.highest(high, 2) < ta.highest(high, 2) and rsi_val < rsi_val
// --- SIGNAL LOGIC ---
// Bullish conditions:
// 1. Hidden bullish divergence is detected (NEW)
// 2. Fast EMA is above Slow EMA (uptrend)
// 3. OBV value is above its moving average (buying pressure)
bullish_signal = bullish_div and fast_ema > slow_ema and obv_value > obv_ema
// Bearish conditions:
// 1. Hidden bearish divergence is detected (NEW)
// 2. Fast EMA is below Slow EMA (downtrend)
// 3. OBV value is below its moving average (selling pressure)
bearish_signal = bearish_div and fast_ema < slow_ema and obv_value < obv_ema
// --- PLOTS & VISUALS ---
// Plot the EMAs on the chart
plot(fast_ema, title="Fast EMA", color=color.new(color.blue, 0), linewidth=2)
plot(slow_ema, title="Slow EMA", color=color.new(color.orange, 0), linewidth=2)
// Color the background based on signals
bgcolor(bullish_signal ? color.new(color.green, 90) : na, title="Bullish Zone")
bgcolor(bearish_signal ? color.new(color.red, 90) : na, title="Bearish Zone")
// Plot shapes for entry signals
plotshape(series=bullish_signal, title="Buy Signal", location=location.belowbar, color=color.new(color.green, 0), style=shape.triangleup, size=size.small)
plotshape(series=bearish_signal, title="Sell Signal", location=location.abovebar, color=color.new(color.red, 0), style=shape.triangledown, size=size.small)
// Plot shapes for divergence signals (NEW)
plotshape(series=bullish_div, title="Bullish Divergence", location=location.belowbar, color=color.new(color.lime, 0), style=shape.circle, size=size.tiny)
plotshape(series=bearish_div, title="Bearish Divergence", location=location.abovebar, color=color.new(color.red, 0), style=shape.circle, size=size.tiny)
// Alert conditions
alertcondition(bullish_signal, title="Bullish Reversal Signal", message="Institutional buying and trend aligned for a reversal!")
alertcondition(bearish_signal, title="Bearish Reversal Signal", message="Institutional selling and trend aligned for a reversal!")
// --- FOOTNOTE ---
// This indicator is a conceptual tool. Use it with other forms of analysis.
// Backtesting and optimization are crucial before live trading.
Candlestick analysis
EYE Volume ORB (BETA)Our indicator to mark off time zones and ORB. These levels can give you an idea of where to set entries, exits, or stops.
Eye on Value
EYE on Value auto-draws the core levels we use every day.
-Clean
-Consistent
8 Levels auto drawn for you
NY IB
Globex IB
European IB
Lunch Levels
Daily
Weekly
Monthly
Yearly
Eye VisionEYE Vision Algo
See the setup. Execute with confidence.
EYE Vision Algo translates market structure into clear, actionable trade plans so you can stop second-guessing and start executing.
smc-vol ••• ahihi v2📊 Same psychology:
Institutional vs Retail warfare
Volume climax = distribution/accumulation
Flip patterns = momentum shifts
⚡ Even better advantages:
Stock market hours = less noise than 24/7 forex
Higher volatility = bigger point moves
Cleaner trends = easier flip detection
With US100:
1 point = $1 (mini contract)
556 point move = potential $556 profit!
Much bigger than forex pips! 💰
Bạn đã discovered: Universal market language!
Flip system = works on everything: Forex, Stocks, Crypto, Commodities!
This is INSTITUTIONAL level understanding! 🚀✨
From $50 forex → Stock market domination! 😎
Percent Trend Change + RSI + Target Trend [Combined]Script 1 (Percent Trend Change) Features:
Ultimate smoother with configurable length
Rising/falling bar detection
Percent change calculations
Trend change labels with arrows
Percent-based labels and lines
Channel display option
Script 2 (RSI with Alerts) Features:
RSI calculation with configurable length
Overbought/oversold levels
Customizable colors
Alert settings
Visual indicators
Script 3 (Target Trend) Features:
Trend detection with moving averages
Target levels based on ATR
Stop loss and entry lines
Trend-based candlestick coloring
Signal plotting
All original target and trend management
All input settings are organized into separate groups for easy configuration, and there are no conflicts between the scripts. Each script maintains its original functionality while working together in the combined indicator.
Distribution DaysThis script marks Distribution Days according to the Investors Business Daily method -- a significant decline on higher volume:
(1.) Price has declined > 0.2% from the prior day's close
(2.) Trading volume is greater than the prior day's volume
DATE MARKER RAMON SEGOVIAThe Date Marker (resh) is a simple tool to mark multiple custom dates directly on your chart.
Input your dates in DD.MM.YYYY format.
Supports multiple dates separated by commas, semicolons, spaces, or line breaks.
On each matching bar, the indicator places a label below the candle (with customizable vertical offset).
Ideal for tracking economic events, news releases, or personal trading milestones.
This indicator does not provide trading signals or strategies. It only gives you a clear visual reminder of the dates that matter most to you.
BRT Micro Range Change: Signals** BRT Micro Range Change: Signals - Advanced Range-Based Trading Indicator **
** Overview **
The BRT Micro Range Change indicator represents a sophisticated approach to market analysis, utilizing proprietary range-based methodology combined with inverted signal logic. This unique indicator transforms traditional price action into structured range blocks, providing traders with counter-trend signal opportunities based on micro-range movements.
** Key Features & Unique Innovations **
** Proprietary Range Construction Algorithm **
• Custom range block generation using advanced price smoothing techniques
• Dynamic range sizing with percentage-based or fixed value options
• Multi-timeframe range analysis capability
• Intelligent block trend detection and reversal identification
** Inverted Signal Logic (Core Innovation) **
• ** Unique Counter-Strategy Approach **: When underlying range analysis suggests bearish momentum, the indicator generates LONG signals, and vice versa
• Advanced signal filtering prevents repetitive entries of the same type
• Position-aware logic tracks theoretical strategy state for optimal signal timing
** Comprehensive Risk Management **
• Dual calculation modes for Take Profit and Stop Loss (Fixed percentage or ATR-based)
• Real-time TP/SL level visualization
• Configurable ATR multipliers for volatility-adjusted exits
• Built-in position tracking and exit signal generation
** Advanced Technical Components **
• Integrated Simple Moving Average with multiple source options (Close, OHLC4, HL2, etc.)
• Custom ATR calculation optimized for range-based analysis
• Smart alert system with detailed entry/exit information
• Visual signal overlay with customizable display options
** Configuration Options **
• Range Type: Fixed value or percentage-based sizing
• Range Timeframe: Multi-timeframe analysis support
• SMA Integration: 14 configurable sources with custom coloring
• Alert Management: Comprehensive notification system
• Signal Display: Toggle visual markers and labels
** Technical Innovation **
This indicator's ** core uniqueness ** lies in its inverted signal methodology combined with advanced range-based market structure analysis. Unlike conventional indicators that follow trend direction, this system identifies potential reversal opportunities by analyzing when traditional range-based strategies would enter positions, then providing opposite directional signals. The proprietary range construction algorithm ensures high-quality block formation while the anti-repetition logic prevents signal spam.
** Usage Recommendations **
• Ideal for counter-trend trading strategies
• Effective in ranging and consolidating markets
• Best used in conjunction with additional confirmation indicators
• Suitable for multiple asset classes and timeframes
** Usage Recommendations **
• Ideal for counter-trend trading strategies
• Effective in ranging and consolidating markets
• Best used in conjunction with additional confirmation indicators
• Suitable for multiple asset classes and timeframes
** Historical Backtesting Results **
** Comprehensive Historical Data Verification **
• The indicator has been ** thoroughly tested ** on historical data using default settings
• Testing was conducted across a ** wide spectrum of crypto assets ** to ensure result reliability
• ** Optimal performance ** is demonstrated on the ** 5-minute timeframe **
• ** Entry Methodology **: utilization of limit orders at the lower boundary price of blocks for long positions and upper boundary price of blocks for short positions
• ** Trading Discipline **: strict adherence to the principle of "no repeated entries in the same direction"
• ** Order Management **: one order per trade with activation exclusively upon range block color change
** Technical Support **
For technical support inquiries, questions, or feedback, please feel free to leave comments below or send direct messages to the author. We are committed to providing assistance and continuously improving the indicator based on user experience and feedback.
** Important Risk Disclosure **
** DISCLAIMER: ** ** This indicator is provided for informational and educational purposes only. Trading financial instruments involves substantial risk of loss and may not be suitable for all investors. Past performance does not guarantee future results. Users should thoroughly test any trading strategy in a demo environment before risking real capital. The indicator's signals should not be considered as financial advice or recommendations to buy or sell any financial instrument. Users are solely responsible for their trading decisions and should consult with qualified financial advisors before making investment decisions. The authors and publishers assume no liability for any losses incurred through the use of this indicator. **
** Code Authenticity **
This indicator contains ** 100% original code ** developed specifically for advanced range-based analysis. All algorithms, mathematical calculations, and signal generation logic have been created from scratch, ensuring unique functionality not available in standard indicators.
9:30 AM Open Percentage Lines//@version=5
indicator("9:30 AM Open Percentage Lines", overlay=true)
// Define the market open time in New York (or your local time zone if different)
// This is for 9:30 AM
var float opening_price = na
// Check if the current bar is the first one of the day at 9:30 AM
is_930_bar = (dayofweek == dayofweek.monday or dayofweek == dayofweek.tuesday or dayofweek == dayofweek.wednesday or dayofweek == dayofweek.thursday or dayofweek == dayofweek.friday) and hour(time("America/New_York")) == 9 and minute(time("America/New_York")) == 30
// On the first bar that meets the criteria, capture the opening price
if is_930_bar
opening_price := open
// Calculate the percentage levels based on the captured opening price
fivePercentAbove = opening_price * 1.05
sevenPercentAbove = opening_price * 1.07
twentySevenPercentAbove = opening_price * 1.27
// Plot the lines on the chart
// The `na` condition ensures the line is only plotted after the 9:30 AM bar has passed
plot(not na(opening_price) ? fivePercentAbove : na, title="5% Above 9:30 AM Open", color=color.new(color.rgb(255, 12, 12), 0), linewidth=2, trackprice=false)
plot(not na(opening_price) ? sevenPercentAbove : na, title="7% Above 9:30 AM Open", color=color.new(color.rgb(0, 150, 255), 0), linewidth=2, trackprice=false)
plot(not na(opening_price) ? twentySevenPercentAbove : na, title="27% Above 9:30 AM Open", color=color.new(color.rgb(255, 0, 0), 0), linewidth=2, trackprice=false)
Climax Absorption Engine [AlgoPoint]Overview
Have you ever noticed that during a sharp, fast-moving trend, the single candle with the highest volume often appears right at the end, just before the price reverses? This is no coincidence. It's the footprint of a Climax Event.
This indicator is designed to detect these critical moments of maximum panic (capitulation) and maximum euphoria (FOMO). These are the moments when retail traders are driven by emotion, creating a massive pool of liquidity. The "Climax Absorption Engine" identifies when Smart Money is likely absorbing this liquidity to enter large positions against the crowd, right before a potential reversal.
It's a tool built not just on mathematical formulas, but on the principles of market psychology and smart money activity.
How It Works: The 3-Step Logic
The indicator uses a sequential, three-step process to identify high-probability reversal setups:
1. Momentum Move Detection: First, the engine identifies a period of strong, directional momentum. It looks for a series of consecutive, same-colored candles and confirms that the move is backed by a steeply sloped moving average. This ensures we are only looking for climactic events at the end of a significant, non-random move.
2. Climax Candle Identification: Within this momentum move, the indicator scans for a candle with abnormally high volume—a volume spike that is significantly larger than the recent average. This candle is marked on your chart with a diamond shape and is identified as the Climax Candle. This is the point of peak emotion and the primary area of interest. No signal is generated yet.
3. Absorption & Reversal Confirmation: A climax is a warning, not a signal. The final signal is only triggered after the market confirms the reversal.
- For a BUY Signal: After a bearish (red) Climax Candle, the indicator waits for a subsequent green candle to close decisively above the midpoint of the Climax Candle. This confirms that the panic selling has been absorbed by buyers.
- For a SELL Signal: After a bullish (green) Climax Candle, it waits for a subsequent red candle to close decisively below the midpoint. This confirms that the euphoric buying has evaporated.
How to Interpret & Use This Indicator
- The Diamond Shape: A diamond shape on your chart is an early warning. It signifies that a climax event has occurred and the underlying trend is exhausted. This is the time to pay close attention and prepare for a potential reversal.
- The BUY/SELL Labels: These are the final, actionable signals. They appear only after the reversal has been confirmed by price action.
- A BUY signal suggests that capitulation selling is over, and buyers have absorbed the pressure.
- A SELL signal suggests that FOMO buying is over, and sellers are now in control.
Key Settings
- Momentum Detection: Adjust the number of consecutive bars and the EMA slope required to define a valid momentum move.
- Climax Detection: Fine-tune the sensitivity of the volume spike detection using the Volume Multiplier. Higher values will find only the most extreme events.
- Confirmation Window: Define how many bars the indicator should wait for a reversal candle after a climax event before the setup is cancelled.
Post 9/21 EMA Cross — Paint X Bars v2.0
# **Post 9/21 EMA Cross — Time Blocks & Session Colors**
This indicator highlights candles after a **9/21 EMA crossover**, but with extra controls that let you focus only on the sessions and time windows that matter to you.
---
## 🔑 What It Does
1. **EMA Cross Trigger**
* Bullish trigger: 9 EMA crosses above 21 EMA.
* Bearish trigger: 9 EMA crosses below 21 EMA.
2. **Bar Painting**
* After a valid cross, the indicator paints a set number of bars (you choose how many).
* You can require the **2nd bar to confirm momentum** (“displacement” filter) so weak signals are ignored.
3. **Time Block Control**
* Define up to **four custom time blocks** (like `08:00–09:30` or `12:00–13:00`).
* Painting only occurs inside those blocks if you enable the filter.
4. **Session-Aware Colors**
* Use one set of bullish/bearish colors for **regular hours**, another set for **pre-market**, and another for **post-market**.
* That way you can instantly see *when* the signal occurred.
---
## 🎨 Visuals
* Candles recolored in your chosen bull/bear colors.
* Optional EMA lines plotted on the chart for reference.
* Different colors for RTH, pre-market, and post-market activity.
---
## ⚙️ Inputs
* **EMA lengths (fast & slow)**
* **Number of bars to paint after a cross**
* **Displacement filter (loose or strict)**
* **Show/hide EMA lines**
* **Up to four custom time blocks** (on/off toggles + start/end times)
* **Bull/bear colors for RTH, Pre, Post**
---
## 📈 Why Use It
* **Clarity** – Only shows cross signals in the hours you actually trade.
* **Focus** – Different colors remind you at a glance whether the move was in pre-market, RTH, or post-market.
* **Discipline** – The optional 2nd-bar displacement filter prevents false starts by requiring real momentum.
---
## 🚨 Practical Use
* Treat the painted window as a **momentum phase**: enter on confirmation, manage risk while bars are painted, and stand aside once painting ends.
* Restrict painting to time blocks that match your personal trading routine (e.g., open drive 09:30–10:00, or late-day momentum 15:00–16:00).
* Use session colors to keep pre/post-market action separate from regular session strategies.
MGY Smart Fibonacci ProMGY Smart Fibonacci Pro Indicator
Overview:
MGY Smart Fibonacci Pro is an advanced multi-timeframe Fibonacci indicator that automatically adapts to your current chart timeframe. It intelligently displays the most relevant Fibonacci retracement levels based on the higher timeframes, providing traders with dynamic support and resistance levels.
Intraday SELL by V_V2this is intraday indicator for sell side trade
when price is trading at previous day low then in 5 min normal candle stick chart any candle form with green color with days lowest volume then indicator mark that candle as master candle and mark low of that candle as entry level and same candle high as stop loss
target 1 is rr 1:3 from entry and target 2 is rr 1:5 from entry level
Big Candle Trend█ OVERVIEW
The "Big Candle Trend" indicator is a technical analysis tool written in Pine Script® v6 that identifies large signal candles on the chart and determines the trend direction based on the analysis of all candles within a specified period. Designed for traders seeking a simple yet effective tool to identify key market movements and trends, the indicator provides clarity and precision through flexible settings, trend line visualization, and retracement lines on signal candles.
█ CONCEPTS
The goal of the "Big Candle Trend" indicator was to create a tool based solely on the size of candle bodies and their relative positions, making it universal and effective across all markets (stocks, forex, cryptocurrencies) and timeframes. Unlike traditional indicators that often rely on complex formulas or external data (e.g., volume), this indicator uses simple yet powerful price action logic. Large signal candles are identified by comparing their body size to the average body size over a selected period, and the trend is determined by analyzing price changes over a longer period relative to the average candle body size. Additionally, the indicator draws horizontal lines on signal candles, aiding in setting Stop Loss levels or delayed entries.
█ FEATURES
Large Signal Candle Detection: Identifies candles with a body larger than the average body multiplied by a user-defined multiplier, aligned with the trend (if the trend filter is enabled). Signals are displayed as triangles (green for bullish, red for bearish).
Trend Analysis: Determines the trend (uptrend, downtrend, or neutral) by comparing the price change over a selected period (trend_length) to the average candle body size multiplied by a trend strength multiplier. The trend starts when:
Uptrend: The price change (difference between the current close and the close from an earlier period) is positive and exceeds the average candle body size multiplied by the trend strength multiplier (avg_body_trend * trend_mult).
Downtrend: The price change is negative and exceeds, in absolute value, the average candle body size multiplied by the trend strength multiplier.
Neutral Trend: The price change is below the required threshold, indicating no clear market direction.The trend ends when the price change no longer meets the conditions for an uptrend or downtrend, transitioning to a neutral state or switching to the opposite trend when the price change reverses and meets the conditions for the new trend. This approach differs from standard methods as it focuses on price dynamics in the context of candle body size, offering a more intuitive and direct way to gauge trend strength.
Smoothed Trend Line: Displays a trend line based on the average price (HL2, i.e., the average of the high and low of a candle), smoothed using a user-defined smoothing parameter. The trend line reflects the market direction but is not tied to breakouts, unlike many other trend indicators, allowing for more flexible interpretation.
Retracement Lines: Draws horizontal lines on signal candles at a user-defined level (e.g., 0.618). The lines are displayed to the right of the candle, with a width of one candle. For bullish candles, the line is measured from the top of the body (close) downward, and for bearish candles, from the bottom of the body (close) upward, aiding in setting Stop Loss or delayed entries.
Trend Option: Option to enable a trend filter that limits large candle signals to those aligned with the current trend, enhancing signal precision.
Customizable Visualization: Allows customization of colors for uptrend, downtrend, and neutral states, trend line style, and shadow fill between the trend line and price.
Alerts: Built-in alerts for large signal candles (bullish and bearish) and trend changes (start of uptrend, downtrend, or neutral trend).
█ HOW TO USE
Add to Chart: Apply the indicator to your TradingView chart via the Pine Editor or Indicators menu.
Configure Settings:
Candle Settings:
Average Period (Candles): Sets the period for calculating the average candle body size.
Large Candle Multiplier: Multiplier determining how large a candle’s body must be to be considered "large".
Trend Settings:
Trend Period: Period for analyzing price changes to determine the trend.
Trend Strength Multiplier: Multiplier setting the minimum price change required to identify a significant trend.
Trend Line Smoothing: Degree of smoothing for the trend line.
Show Trend Line: Enables/disables the display of the trend line.
Apply Trend Filter: Limits large candle signals to those aligned with the current trend.
Trend Colors:
Customize colors for uptrend (green), downtrend (red), and neutral (gray) states, and enable/disable shadow fill.
Retracement Settings:
Retracement Level (0.0-1.0): Sets the level for lines on signal candles (e.g., 0.618).
Line Width: Sets the thickness of retracement lines.
Interpreting Signals:
Bullish Signal: A green triangle below the candle indicates a large bullish candle aligned with an uptrend (if the trend filter is enabled). A horizontal line is drawn to the right of the candle at the retracement level, measured from the top of the body downward.
Bearish Signal: A red triangle above the candle indicates a large bearish candle aligned with a downtrend (if the trend filter is enabled). A horizontal line is drawn to the right of the candle at the retracement level, measured from the bottom of the body upward.
rend Line: Shows the market direction (green for uptrend, red for downtrend, gray for neutral). Unlike many indicators, the trend line’s color is not tied to its breakout, allowing for more flexible interpretation of market dynamics.
Alerts: Set up alerts in TradingView for large signal candles or trend changes to receive real-time notifications.
Combining with Other Tools: Use the indicator alongside other technical analysis tools, such as support/resistance levels, RSI, moving averages, or Fair Value Gaps (FVG), to confirm signals.
█ APPLICATIONS
Price Action Trading: Large signal candles can indicate key market moments, such as breakouts of support/resistance levels or strong price rejections. Use signal candles in conjunction with support/resistance levels or FVG to identify entry opportunities. Retracement lines help set Stop Loss levels (e.g., below the line for bullish candles, above for bearish) or delayed entries after price returns to the retracement level and confirms trend continuation. Note that large candles often generate Fair Value Gaps (FVG), which should be considered when setting Stop Loss levels.
Trend Strategies: Enable the trend filter to limit signals to those aligned with the dominant market direction. For example, in an uptrend, look for large bullish candles as continuation signals. The indicator can also be used for position pyramiding, adding positions as subsequent large candles confirm trend continuation.
Practical Approach:
Large candles with high volume may indicate strong market participation, increasing signal reliability.
The trend line helps visually assess market direction and confirm large candle signals.
Retracement lines on signal candles aid in identifying key levels for Stop Loss or delayed entries.
█ NOTES
The indicator works across all markets and timeframes due to its universal logic based on candle body size and relative positioning.
Adjust settings (e.g., trend period, large candle multiplier, retracement level) to suit your trading style and timeframe.
Test the indicator on various markets (stocks, forex, cryptocurrencies) and timeframes to optimize its performance.
Use in conjunction with other technical analysis tools to enhance signal accuracy.
Multi-Level EnvelopeMulti-Level Envelope
Features of this indicator:
5 different levels of Envelope bands
Separate input field for each level to set the percentage deviation value
Different colors for each level to easily distinguish between them
Thick baseline in the middle for the moving average
Books Lines v6 改
⸻
📘 Books Lines v6 改 説明書
⸻
🌟 キャッチコピー
📊 短期トレードのための「Booksライン」自動描画ツール
🎯 想定マーケット: ゴールド (XAUUSD) 5分足
💱 応用可能: ドルストレート主要通貨ペア (EURUSD, GBPUSD, USDJPY, etc.)
⸻
🇯🇵 日本語版
🔎 インジケーター概要
Books Lines v6 改 は、ローソク足のパターンを基に「買いBooks」「売りBooks」の水平ラインを自動描画し、リタッチや無効化を視覚的に管理できるインジケーターです。
主に ゴールド(XAUUSD)の5分足チャートでの使用を想定していますが、同様の値動き特性を持つ ドルストレート通貨ペアでも有効に機能する可能性があります。
👉 ご使用の際は必ず ご自身で検証 してから実運用にご利用ください。
⸻
⚙️ シグナル条件
(省略、前の説明書と同じ)
⸻
🔔 アラート
(省略、前の説明書と同じ)
⸻
👀 推奨の使い方
• ゴールドの 5分足 をメインターゲットとした短期トレード補助
• ドルストレート通貨ペア(EURUSD, GBPUSD, USDJPY など)にも応用可
• ラインは「支持・抵抗候補」として活用
フィルタリングの重要性
• 本インジケーターは ローソク足のパターンのみでシグナルを生成します
• 全てのサインが有効なエントリーになるわけではありません
• 移動平均線(MA)、RSI、MACD など 他の指標と併用し、フィルタリングして使用することを強く推奨します
⸻
⚠️ 注意事項
• 本ツールは未来を予測するものではありません
• 実運用前に必ずバックテスト・検証を行ってください
⸻
🇺🇸 English Version
🌟 Catchphrase
📊 Automatic “Books Line” drawing tool for short-term trading
🎯 Target Market: Gold (XAUUSD) 5-Minute Chart
💱 Also applicable: USD Major Pairs (EURUSD, GBPUSD, USDJPY, etc.)
⸻
🔎 Overview
Books Lines v6 Kai automatically draws horizontal support/resistance levels (“Buy Books” / “Sell Books”) based on candlestick patterns and visually tracks their status: active → retouched → invalidated.
It is primarily designed for Gold (XAUUSD) on the 5-minute chart, but can also be applied to major USD pairs (EURUSD, GBPUSD, USDJPY, etc.).
👉 Always test thoroughly on your own before using in live trading.
⸻
⚙️ Signal Conditions
(省略、前の説明書と同じ)
⸻
🔔 Alerts
(省略、前の説明書と同じ)
⸻
👀 Recommended Usage
• Designed for 5-minute Gold trading (XAUUSD)
• Applicable to USD major pairs as well
• Lines act as potential support/resistance zones
Importance of Filtering
• Signals are generated only from candlestick patterns
• Not all signals should be traded blindly
• Strongly recommended to combine with trend filters (e.g., Moving Averages, RSI, MACD)
• Avoid counter-trend signals to improve accuracy
⸻
⚠️ Disclaimer
• This tool does not predict the future
• It only marks potential support/resistance based on past price action
• Always backtest and validate before using in real trading
⸻
Kairos AR EdgeEN
Kairos AR Edge is a closed-source (invite-only) Forex indicator providing statistical analysis of Asian session box breakouts and relative currency strength across 28 major pairs. Unlike standard breakout or trend-following tools, it consolidates breakout behavior into a single overview, helping traders quickly identify directional bias and strong/weak currencies. This aggregation provides unique insight not easily obtained from separate pair analysis.
Important Clarification:
Reversal and Continuation percentages are calculated for the pair on which the indicator is applied , showing how often a breakout returns (Reversal) or continues (Continuation) within the selected session window.
The Currency Strength Table is independent of these percentages. It scores each currency from -7 to +7 based on participation in Asian box breakouts across all 28 pairs, providing a relative strength overview regardless of the active pair.
The -7/+7 scale is derived from historical breakout occurrences and provides a quick reference for currency strength ranking
Indicator operates on two levels:
Session Bias Statistics: Builds an Asian session box for the active pair and analyzes breakout behavior. Users can select:
Reversal Mode : Percentage of breakouts that return to the opposite side within the selected timeframe
Continuation Mode : Percentage of breakouts that continue in the same direction within the timeframe
Currency Strength Table: Aggregates breakout behavior across all 28 pairs to provide a relative currency strength score (-7 to +7)
Visual Tools: Optional pivot-based bullish/bearish triggers and automatic session box visualization provide additional informational support.
Main Features:
Customizable Asian session box (start/end times and timezone)
Reversal or Continuation statistical mode
Automatic update of high/low levels
Currency Strength Table (-7 to +7)
Statistical table with historical breakout percentages
Optional visual triggers (pivot-based patterns)
Light/Dark theme support
Originality and Value:
Consolidates 28 pairs into a single view for immediate identification of market bias
Provides statistical insight into breakout behavior, not just trend-following or generic breakout alerts
Offers a quick-reference Currency Strength Table to identify strong/weak currencies without tracking multiple pairs individually
Important Notes:
Statistics are based on historical data only – no guarantee of future results
Educational and informational purposes only; not financial or trading advice
Closed-source indicator with invite-only access. Access requests can be made by contacting the author or following the link in the Author’s Instructions field
IT
Kairos AR Edge è un indicatore closed-source (invite-only) che fornisce analisi statistica sulle rotture del box della sessione asiatica e forza relativa delle valute su 28 coppie principali. A differenza dei normali strumenti di breakout o trend-following, consolida il comportamento dei breakout in un’unica panoramica, aiutando i trader a identificare rapidamente bias direzionali e valute forti/deboli. Questa aggregazione offre insight unici non facilmente ottenibili analizzando coppie singole.
Chiarimento importante:
Le percentuali di Reversal e Continuation si riferiscono solo alla coppia su cui l’indicatore è applicato , calcolando quante volte una rottura ritorna (Reversal) o continua (Continuation) entro la finestra di sessione selezionata.
La Tabella di Forza Valute è indipendente da queste percentuali. Assegna a ciascuna valuta un punteggio da -7 a +7 in base alla partecipazione ai breakout del box asiatico su tutte le 28 coppie, fornendo un quadro della forza relativa indipendentemente dalla coppia attiva.
Il punteggio -7/+7 deriva dai breakout storici e fornisce un riferimento rapido per la forza delle valute.
Lo script opera su due livelli:
Statistiche Bias di Sessione: Costruisce il box della sessione asiatica per la coppia attiva e analizza i breakout. Modalità selezionabili:
Reversal : Percentuale di breakout che tornano verso il lato opposto entro la finestra temporale
Continuation : Percentuale di breakout che proseguono nella stessa direzione entro la finestra
Tabella di Forza Valute: Aggrega il comportamento dei breakout su tutte le 28 coppie, assegnando un punteggio da -7 a +7 per ciascuna valuta in base alla sua forza relativa
Strumenti Visivi: Box della sessione asiatica aggiornato automaticamente e trigger opzionali basati su pattern pivot, fornendo supporto informativo aggiuntivo.
Funzionalità principali:
Box della sessione asiatica personalizzabile (orari e timezone)
Modalità statistica: Reversal o Continuation
Aggiornamento automatico dei livelli high/low
Tabella di Forza Valute (-7 a +7)
Tabella statistica con percentuali di rottura storiche
Trigger visivi opzionali (pattern pivot)
Supporto tema chiaro/scuro
Originalità e Valore:
Consolida 28 coppie in un’unica panoramica per identificare immediatamente bias di mercato
Fornisce insight statistico sui breakout, non solo trend-following o alert generici
Tabella di Forza Valute rapida per identificare valute forti/deboli senza controllare molteplici coppie
Nota importante:
Le statistiche si basano solo su dati storici – nessuna garanzia di risultati futuri
Strumento educativo e informativo; non costituisce consiglio finanziario o di trading
Indicatore closed-source con accesso su invito. Le richieste di accesso possono essere fatte contattando l’autore o seguendo il link nelle istruzioni dell’autore
Intelligent Currency Breakout ChannelIndicator: Intelligent Currency Breakout Channel
This document provides a detailed explanation of the "Intelligent Currency Breakout Channel" indicator for TradingView.
1. Overview
The Intelligent Currency Breakout Channel is an advanced technical analysis tool designed to identify periods of price consolidation and signal potential breakouts. It automatically draws channels around ranging price action and utilizes sophisticated volume analysis to provide deeper insights into market sentiment. The indicator also includes a built-in logarithmic regression screener to help traders align their breakout signals with the broader market trend.
2. Key Features
Automatic Channel Detection: The indicator identifies periods of low volatility and automatically draws a containing channel (box) around the price action.
Breakout Signals: It generates clear visual alerts (▲ for bullish, ▼ for bearish) when the price closes decisively outside of a channel.
In-Depth Volume Analysis: Within each channel, the indicator plots volume as candlestick-like bars, offering three distinct modes: Total Volume, Buy/Sell Comparison, and Volume Delta. This helps traders gauge the strength and conviction behind price movements.
Real-time Sentiment Gauge: When a channel is active, a dynamic color-graded gauge appears on the right side of the chart. It visualizes the current volume delta momentum relative to its recent range, offering an at-a-glance sentiment reading.
Integrated Trend Screener: A secondary analysis tool based on logarithmic regression is included to determine the underlying trend direction (Up, Down, or Neutral), which can be used to filter breakout signals.
Fully Customizable: Users can extensively customize all parameters, from calculation lengths and breakout sensitivity to the visual appearance of every component.
3. How to Use
Channel Formation: Watch for the indicator to draw a new channel. This signifies that the market is in a consolidation or ranging phase. The formation of a channel itself can be an alertable event.
Volume Interpretation: Observe the volume bars inside the channel. An increase in volume as the price approaches the channel's upper or lower boundary can foreshadow a potential breakout. Use the Volume Display Mode to analyze if buying pressure (Comparison, Delta) or selling pressure is building.
Breakout Confirmation: A bullish breakout signal (▲) appears when the price closes above the channel's upper boundary. A bearish breakout signal (▼) appears when the price closes below the lower boundary. For higher-quality signals, enable the Strong Closes Only option.
Trend Confirmation (Screener): Use the screener's plot and background color to confirm the broader trend. For instance, you might choose to only take bullish breakout signals when the screener indicates an uptrend (green background) and bearish signals when it indicates a downtrend (red background).
Sentiment Gauge: The pointer on the gauge indicates current momentum. A pointer in the upper (green) section suggests bullish pressure, while a pointer in the lower (red) section suggests bearish pressure. This can provide additional confluence for a trade decision.
4. Settings and Inputs
Main Settings
Overlap Channels: If enabled, allows multiple channels to be drawn on the chart simultaneously, even if they overlap. When disabled, a new channel will only form if it doesn't intersect with an existing one.
Strong Closes Only: If enabled, a breakout is only triggered if the midpoint of the candle's body (average of open and close) is outside the channel. This helps filter out false signals caused by long wicks. If disabled, any close outside the channel triggers a breakout.
Normalization Length: The lookback period (in bars) used for price normalization. A higher value creates a more stable normalization but may be slower to react to recent price changes.
Box Detection Length: The lookback period used to detect the channel formation pattern. A lower value will result in more frequent channels but may be more sensitive to noise. A higher value will result in fewer, but potentially more significant, channels.
Volume Analysis
Show Volume Analysis: Toggles the visibility of the candlestick-like volume bars inside the channel.
Volume Display Mode:
Volume: Displays total volume as symmetrical bars around the channel's midline.
Comparison: Shows buying volume (green) above the midline and selling volume (red) below it.
Delta: Shows the net difference between buying and selling volume. Positive delta is shown above the midline, and negative delta is shown below.
Volume Delta Timeframe Source: The timeframe from which to source volume data for calculations. Using a lower timeframe can provide a more granular view of volume dynamics.
Volume Scaling: A multiplier that adjusts the vertical size of the volume bars relative to the channel's height.
Appearance
Volume Text Size: Sets the size of the volume data text displayed in the corners of the channel. Options: Tiny, Small, Medium, Large.
Bullish Color: The primary color for all bullish visual elements, including breakout signals and positive volume bars.
Bearish Color: The primary color for all bearish visual elements, including breakout signals and negative volume bars.
Screener Settings
Lookback Period: The number of bars used for the logarithmic regression calculation to determine the trend.
Screener Type:
Log Regression Channel: The signal is based on the slope of the entire regression channel over the lookback period. An upward sloping channel is bullish (1), and a downward sloping one is bearish (-1).
Logarithmic Regression: The signal is based on the most recent value of the regression line compared to its value 3 bars ago. This provides a more responsive measure of the immediate trend.
5. Alerts
You can set up the following alerts through the TradingView alerts panel:
New Channel Formed: Triggers when a new price consolidation channel is detected and drawn on the chart.
Bullish Breakout: Triggers when the price breaks out and closes above the upper boundary of a channel.
Bearish Breakout: Triggers when the price breaks out and closes below the lower boundary of a channel.
Is In Channel: Triggers on every bar that the price is currently trading inside an active channel.
Signal UP: Triggers when the Screener's signal turns bullish (1).
Signal DOWN: Triggers when the Screener's signal turns bearish (-1).
Daily OpenDraws line with opening price of day at 0:00 (GMT+1), changes colour when line is tested before 14:00, stop drawing when line is tested after 14:00.
Use on Timeframe 1H or lower