Combining Pivot High Low and Donchian Channel - both of which are useful indicators for trend following. Donchian Channel shows highest and lowest prices for X number of bars. Pivot High-Low identifies when price made new Highs and Lows Applying Donchian Channel on Pivot High-Low channel, we are plotting highest and lowest pivots formed in X bars. In this...
The Donchian Dip This strategy is designed to look for good "Buy the Dip" entries on stocks that are clearly in a strong 1-year upward trend. If you do not know how to identify those stocks on your own please do not use this system or continue your education until you do. The Donchian Dip strategy was designed on the daily time frame but works amazingly well on...
Abstract This script provides a set of Trendline Channels which can be tighter than Donchian Channels. This script computes the most suitable active upper and lower trendlines and updates them as soon as possible. We can use it for breakout signals earlier than Donchian Channels. Introduction Channels are tools which can mark area of values of ranging...
I gathered all the signals coming from the MACD & Donchian channels indicators and filtered them with EMA 200 or ADX > 25 indicators (which both of them show the trend), and put them on the chart to show me the buy and sell signals; the signals rules are as following: BUY: when we have an uptrend ( the price is above the EMA 200 or ADX > 25 ) & the macd line...
Yeah. You read it right. It's not a mistake. It is buy high and sell low strategy. Main entry condition is to buy when price hits 40 day Donchian channel top. This is combined with my other regular filters which are aligned moving average and new high/low filter and yearly high/low filter. Exit condition can be based on two things: Donchian channel : Set...
Release Note: Idea of this script is to ride on the trend. Multiple dynamic support and resistance are identified and those levels are used Step Lines: There are 3 different periods by default are used to define 3 different step lines. On any trend, either of these 3 steps shall play major role Color Strength: Change in Red & Green color and its...
this script is based on MACD strategy for MACD: when we have an uptrend ( the price is above the EMA 200) & the macd line cross up the signal line while they are both under the 0 level of histogram it generates buy signals. when we have a downtrend ( the price is below the EMA 200) & the macd line cross below the signal line while they are both above the 0 level...
Release Note: Keeping in mind of getting full potential of Donchian Channels, As part of this script, Linear Regression is used as primary source to identify trend and execute the trades. Hull Moving Average given as alternative option in place of Linear regression. Linear Regression: Linear regression used to identify trend, trade setup, and stop. Based on...
A very simple, almost naive strategy, in which you buy on the lowest of the two previous candles and sell at the highest of the two previous candles. You can configure these highest and lowest lenght, in some assets two is too small of a number to make profit. You can also configure to exit the position after X, and I found that 7 (which is a week of working days)...
Turtle Atom Duck shows potential buy and sell It consist of 3 indicators Turtle - Donchian Channel - bullish when price close above previous 1 bar high - bearish when price close below previous 1 bar low Atom - Bollinger Band - bullish when price close above upper band - bearish when price close below lower band Duck...
For Educational Purposes. Results can differ on different markets and can fail at any time. Profit is not guaranteed. This only works in a few markets and in certain situations. Changing the settings can give better or worse results for other markets. This is a longer term trend following strategy that uses Donchian Channels for trend following and uses the upper...
There does not seem to be an offset for most Donchian Channel scripts out there. Many trading books have an offset of 1 but most Donchian Channels out there do not for some reason. I included one in case there is a need for it.
This strategy is based on a lagged 24 periods Donchian Channel and a 200 periods EMA . The enter positions are calculated this way : Bull entry 1. we wait for the close of a candle below the channel and it must be below the 200 EMA 2. the following candle must be a green one and close in the lagged channel 3. we put a long order at the close of the...
Release Note: This indicator setup highly inspired by Donchian Channel and Hull Moving Average. Big thanks to both Richard Donchian and Alan Hull. Back test and live test it and come to conclusion of how to use this indicator for live trading. 200 HMA: 200 Hull Moving Average plays major role in deciding the right trades using Donchian Channel. As part of...
Hello guys, I would like to introduce you a script that combines two indicators: VPCI( volume price confirmation indicator) and donchian MAs VPCI: Fundamentally, the VPCI reveals the proportional imbalances between price trends and volume-adjusted price trends. An uptrend with increasing volume is a market characterized by greed supported by the fuel needed...
This is rather an educational script on how you can put multiple channels on the chart in a relatively non-confusing manner. Because it can be done doesn't mean you should do it (especially as a beginner). However, you might want to use maybe two. Normally, TradingView would put them all over each other causing chart to lose readability. By a few clever...
Hi! This is a very simple script that I couldn't find on TradingView yet. Look at this indicator how you want (band, cloud, ma's) and create your own settings, I did not test it. Normally, Donchian average calculates the average(middle) of the highest point of a given period and the lowest point of that same period. Here I use two separate periods, one for...
This script plots multiple EMA's also it shows you when a particular EMA crosses up or below another EMA. You can customize the EMA's based on your setups or preferences. This script basically will help you easily identify when a particular EMA has crossed over or crossed under another EMA at one glance. Particularly useful when there is a lot of entanglement...