Created by @imjesstwoone and @mickey1984, this trade model attempts to capture the expansion from the 10:00-14:00 EST 4h candle using just 3 simple steps. All of the information presented in this description has been outlined by its creators, all I did was translate it to Pine Script. All core settings of the trade model may be edited so that users can test...
This indicator presents an alternative approach to identify Market Structure. The logic used is derived from learning material created by @DaveTeaches When quantifying Market Structure, it is common to use fractal highs and lows to identify "significant" swing pivots. When price closes through these pivots, we may identify a Market Structure Shift (MSS) for...
The Market Structure (Breakers) indicator aims to detect "Breaker Market Structures", an original concept inspired by breaker blocks, and extend on the original concept of market structures by extending existing MS levels, providing supports/resistances as a result. Various graphical elements are included that highlight the interactions between price and Breaker...
🎲 Introducing the RSI-Divergence Goggle 🎯 Revolutionizing Divergence Analysis in Trading While the concept of divergence plays a crucial role in technical analysis, existing indicators in the community library have faced limitations, particularly in simultaneously displaying divergence lines on both price and oscillator graphs. This challenge stems from the...
Plotting a configurable higher timeframe on current chart's timeframe helps visualize price movement without changing timeframes. It also plots FVG and Volume Imbalance on the higher timeframe for easier visualization. With ICT concepts, we usually wait for HTF break of structure and then find an entry on a lower timeframe. With this indicator, we can set it to...
ICT HTF MSS & Liquidity provides higher timeframe view of where the liquidity may reside and when higher timeframe market structure shift has occurred. In his 2022 mentorship, ICT has advocated used the 15m chart to watch for liquidity and looking for lower timeframes for entry (5m,4m,3m,2m,1m). Liquidity will reside above pivot points and ICT pivot points are...
This indicator displays Opening Range Gaps with an adjustable time window. Its intention is to capture the discrepancy between the close price of previous and new Real Trading Hours (RTH) sessions, i.e. yesterday's close compared to today's open. A gap will be drawn from this area with a solid line denoting its midpoint, and dashed lines denoting the upper and...
This script would find the 8 famous "Japanese Candle Stick Patterns" in your chart. Please be aware it find patterns in "Potential price zones" only, which help you to avoid none-important patterns during a price trend. I used RSI and ATR in my codes to find best candle forms and price conditions. *** This indicator shared before but without source code....
🎲 New Divergence Indicator by Trendoscope Our latest Divergence Indicator revolutionizes the way traders identify market trends and potential reversals. Built upon the robust foundation of the Zigzag Trend Divergence Detector and inline with our recent implementation of the Divergence Goggles indicator, this tool is designed to be intuitive yet powerful,...
This indicator provides an enhanced version of the popular Parallel Channel tool by allowing channel boundaries to be extended above and below the primary channel. It can also serve as a general tool for drawing parallel lines and grid lines to aid technical analysis. 🟠 Application There are two primary ways extended channels can provide valuable insights: 🔵 ...
The "ICT Silver Bullet with signals" indicator (inspired from the lectures of "The Inner Circle Trader" (ICT)), goes a step further than the ICT Silver Bullet publication, which I made for LuxAlgo : • uses HTF candles • instant drawing of Support & Resistance (S/R) lines when price retraces into FVG • NWOG - NDOG S/R lines • signals The Silver Bullet (SB)...
Overview: This Pine Script™ is a specialized tool for traders, designed to automatically plot Fibonacci retracement levels over a user-defined date range in trading charts. It also indicates the extent of price retracement within these levels. Key Features: Date Range Customization: Users can specify the start and end dates to focus the analysis on a...
What is a swing high or swing low? Swing highs and lows are price extremes. For example say we set our swing length to 5. A candle that is a swing high with a swing length of 5 will have 5 bars to the left that are lower and 5 bars to the right that are lower. A candle that is a swing low with a swing length of 5 will have 5 bars to the left that are higher and 5...
Provides a holistic view of key support and resistance levels across multiple timeframes. This versatile indicator allows traders to customize and configure timeframes, empowering them to make more informed decisions based on dynamic market conditions. Configurable Timeframes: Tailor your analysis to specific market scenarios by configuring the timeframes that...
The Liquidity Hunter helps traders identify areas in the market where reversals may occur by analyzing candle formations and structures. █ Wick-to-Body Analysis: The Liquidity Hunter analyses each candlestick to identify those with distinctive wick-to-body ratios. By focusing on candles with significant wick imbalances, it can reveal potential...
The purpose of this indicator is to provide a simple approach to Market Structure. When price is closing over swing highs, we may categorize that as bullish structure; and when price is closing below swing lows, we may categorize that as bearish structure. We can easily find swing highs and lows via the following built-in Pine Script functions: ...
This script tries to detect a market maker pattern. A market maker pattern is usually made up of a high volume push down followed by a w pattern. The script finds a market maker low with unusual volume and then looks for a push high (also with high volume) and usually through the ema 50. The first push is normally a test but can be a good place to go long. There...
This indicator is designed to visually represent percentage lines from the open of the day. The % amount is determined by X amount of the last days to create an average...or Average Daily Range (ADR). 1. ADR Percentage Lines: The core function of the script is to apply lines to the chart that represent specific percentage changes from the daily open. It first...