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....
The "𝙏𝙍𝙀𝙉𝘿 𝙁𝙄𝙉𝘿𝙀𝙍" indicator is a powerful tool designed to detect trends and identify potential reversal points in asset prices. It operates as both a trend-following and mean reversion indicator, offering insights into market movements. Trend Identification: Trend Detection: This indicator primarily identifies trends in asset prices. When the "𝙏𝙍𝙀𝙉𝘿...
This is an indicator for the Candle By Candle (CBC) Flip strategy as created by @MapleStax It’s useful to traders because it’s a simple approach to gauge if bulls or bears are in control for any particular candle. The logic is as follows: If the most recent candle close is above the previous candle high, then bulls are in control. If the most recent candle close...
This is a strategy script that combines trend-based price action analysis with the Relative Strength Index (RSI) and Exponential Moving Averages (EMA) as trend filters. Here's a summary of the key components and logic: Price Action Candlestick Patterns: Bullish patterns: Engulfing candle and Morning Star. Bearish patterns: Engulfing candle and Evening Star. ...
Idea Behind: Buying the short-term trend that shows a pin-bar candlestick pattern. Meant to be traded on a daily chart / higher timeframe. To determine the short-term trend we use short EMA such as 8-16-30 and check the slope of each one, and definitely, the shorter one must be above the longer one for an uptrend. Vice versa for a downtrend. To determine a...
The indicator is designed to signal the presence of a trend bar with reduced profit-taking the following day. Below, I explain the logic that I have defined for this first version. The guidelines I provided are as follows: We identify a trend bar, if it sets a market change, between opening and closing, equal to or greater than 50 pips . This first guideline is...
This indicator is designed to highlight the night session, from 20:00 to 07:00 in the morning . The purpose is to study the congestion ranges. This is a useful condition to anticipate the volatility break out that occurs in the morning, driven by the European markets. Below is the logic I have applied: First of all, I defined a directive to activate the...
A trader once told me that top wicks equals sell interest and bottom wicks equals buy interest. If that's true then this indicator tries to organize and visualize this idea. It uses transparent boxes to give the impression of a heat map. Due to limitations of my own skill and possibly pinescript it is not possible to render it in a useful manner using different...
Alert on Candle Close is a simple indicator allowing you to set alerts when a candlestick closes. Instructions for use From the chart window, click on "Indicators" and search for "Alert on Candle Close". Click on "Alert on Candle Close" to add the indicator to your chart. Click on the star icon to add it to your favourites to easily access later. Set your...
The "BarChangeDelta" indicator, facilitates the calculation of price delta or percent changes between user-defined start and end points within the current or between preceding and current bars. It offers several customizable options to fit various trading strategies. // ================================================== INFO...
This indicator presents a comprehensive view of the historical candle data within user-defined body percentage ranges. Each column represents a specific body size percentage threshold, starting from as low as 0.01% and extending up to 20%. The rows categorize candles by their closing and opening price differences, effectively sorting them into green (bullish)...
This script allows you to have multiple vertical lines on your chart (for seeing how price action performs around certain times of interest to you. You can adjust the code to add new lines or colours as you wish (or comment out any that are there if they don't suit you. There is also a shaded area, so you can use that for delineating an amount of time. The...
Highlight bars in the past. I use this to show the start of moving average calculations - very helpful to anticipate the change in slope of moving averages. You can change color as well as how far back in time to highlight. The defaults are 20, 50 and 200. I learned of the idea from Brian Shannon - thanks!
This script identifies bullish and bearish engulfing candlestick patterns based on user-defined criteria. It highlights the engulfing patterns on the chart for easy visualization. The script allows for customization of certain parameters to fine-tune the engulfing pattern detection according to the user's preferences. Features: Wick Ratio: Define a ratio to...
The “Liquidity Pools” indicator is a tool for market analysts that stands out for its ability to clearly project the intricate zones of manipulation present in financial markets. These crucial territories emerge when supply or demand takes over, resulting in long shadows (wicks) on the chart candles. Imagine these regions as "magnets" for prices, as they represent...
█ OVERVIEW The indicator tracks and reports the percentage of occurrence of daily tops and bottoms by the time of the day. █ CONCEPTS At certain times during the trading day, the market reverses and marks the high or low of the day. Tops and bottoms are vital when entering a trade, as they will decide if you are catching the train or being straight offside....
The Extended Hour Candle shows extended hour candle formations on the Daily chart. This indicator can be useful for those who want to analyse price movements during extended trading sessions without switching to intraday charts with "Extended trading hours" enabled. How to Use: Add the Extended Hour Candle indicator to a TradingView chart. Adjust the color...
This indicator tries to identify the points where the price exceeds or falls below a rectangle based on the opening and closing prices of the previous period, the creation of the boxes occurs when a doji is detected therefore it will calculate the coordinates of the rectangle that will be drawn around it, therefore the indicator offers buy or sell signals based on...