█ OVERVIEW I changed the design of the classic indicator "Donchian Channels", for easy reading. █ CONCEPTS Donchian Channels is an indicator made up of upper and lower bands around a mid-band or Basis. The upper band marks the highest price of a security for N periods, while the lower band marks the lowest price of a security for N periods. The area between the...
A minimal breakout trend following indicator (Turtle trading). Entry is on the break of a Donchian channel and exit is on the reversal at a shorter-term Donchian channel (trailing stop). Entry levels are hidden in an active trend, and only the active exit level is shown. Levels and entry/exit markers can be shown or hidden independently.
This indicator displays the H/L (high/low) of the last two sessions on the current day. It is ideal for use on intraday timeframes, to monitoring price action around these levels. I needed such an indicator but couldn't find one and with the help of ChatGPT, I managed to code something here. I attempted to implement a way to hide past days' information, but I...
This indicator displays the high and low (H/L) prices of the last two sessions on the current day, making it ideal for use on intraday timeframes to monitor price action reactions at these levels. I needed such an indicator but couldn't find one. With the help of ChatGPT, I managed to code something here. I attempted to implement a way to hide past day's...
The OBV-MACD indicator is a momentum-based technical analysis tool that helps traders identify trend reversals and trend strength. This Pine script is an implementation of the OBV-MACD indicator that uses the On-Balance Volume (OBV) and Moving Average Convergence Divergence (MACD) indicators to provide a momentum data of OBV. The OBV-MACD indicator uses the OBV...
Hi , in this script i tried to find reversal points on big trends. For this purpose i have used Supertrend and Donchian channels. I combined both in a single indicator for finding reversal points. I am suggesting for using higher time frames like 4 hours or 1 day. It will be work in lower time frames too. But the signals will be less reliable than higher...
In this script you can choose tri non-standard charts and select multiple moving average and timeframe: EMA , SMA , WMA , VWMA , SWMA , SMMA , DEMA , RMA , HMA , TEMA , THMA, EHMA, DONCHAIN, TMA, LSMA , MCGINLEY , COVWMA, FRAMA , VIDYA and KAMA . It will continually be updated with new moving averages
Ride Bull Trends Via Stochastic with Special Rules for Heavy Bullish Bias TLDR: Long Only Trend Indicator Where you are always entered Long if the stochastic is over the lower band line and the price is above the Donchian Chanel high. Exit when Stochastic RSI is below the lower band. Indicators: Filter = Trend/Bullish indicator is Donchian of ema(high) this is...
🎲 Concept Zigzag is built based on the price and number of offset bars. But, in this experiment, we build zigzag based on different bands such as Bollinger Band, Keltner Channel and Donchian Channel. The process is simple: 🎯 Derive bands based on input parameters 🎯 High of a bar is considered as pivot high only if the high price is above or equal to upper...
How does it work? - The indicator detects the highest and lowest price level in the last x periods every time prices advance by x periods. - From these values, retracement (0.618, 0.786) and expansion levels (1.272, 1.618, 2, 2.618, 3.14, 3.618, 4.236) are obtained. - Since the symmetrical counterpart of the retracement levels is used, there are two of each of the...
Swing Trading Strategy Features: 1. Point out candles where days low price matched 20 day low price (Blue Triangle with Yellow Bar) 2. Hollow Body candles depict days when days close is within the threshold of 20 day high (defaulted to 5%). An indication to start GTT buy orders. 3. Point out candles when GTT buy order was triggered (Light Green...
// This is a strategy that draws a trend line in the form of a slope whenever the high point and low point are updated. // The upper slope serves as a resistance line, and the lower slope serves as a support line. // Buy when the of the candle crosses the slope
Simple indicador with Donchian channels multitimeframe but you can see a cloud similar to ichimoku with the middle of the donchain channels between the actual timeframe and the upper one.
Advanced Donchian Channels displays future donchian channel values based on the current information on the chart. It displays a normal donchian channel at the specified user length with the future values extending from the current bar. Depending on the direction of price movement, these values do not repaint. It is known when it does and does not repaint, and the...
What is the Trend Breakout high/low #1? This script uses the high/low of each fixed time period as a conditional judgment, and when the high/low is broken as a buy/sell signal, trying to capture a trend. How to use this script? Start date and Stop date: You can choose the date of the test. Trading cycle: Selected time period is used as the basis for determining...
Standard Donchian Channels, this includes a Trend EMA which can be configured and the channels will use to give buy and sell signals. The channels are also colored in such a way to indicate a trend reversals. My favorite part that sets this apart from others is, if using the bClose option (which I recommend you do) the trend will not reverse until there is a close...
Standard Donchian Channels, this includes a Trend EMA which can be configured and the channels will use to give buy and sell signals. The channels are also colored in such a way to indicate a trend reversal. My favorite part that sets this apart from others is, if using the bClose option (which I recommend you do) the trend will not reverse until there is a close...
Data Table for Update GTT Orders in Stocks.... Updated GTT Order details for SST , also added Relative Strength of Stock compared with NIFTY Index for 55 Days (3 Months) period. RS line plotted on chart… taken reference of close price of day candle… just a bigger picture of actual RS indicator plotted on chart itself... RS line in red color means below zero line...