Hello everyone, We are proud to present you our "Straight Trend" Strategy. Strategy is use a specified timeline's opening price as reference and draw a line between the current price and trend line. Trend line is smoothed with last X times of highest and lowest values ( Donchian Methodology) in order to create less noise and fake alerts , therefore creates a...
Support and Resistance using donchian channels to validate tops/bottoms (note: while donchians follow price closely within look back window, this will only update new top/bottom when making new extremes in the donchian channel) combo with other systems:
Hello Traders, I think you all know Donchian Channels. so I am not going to write about it. With this indicator I tried to create Donchian Trend Ribbon by using Donchian Channels. How it works ? - it calculates main trend direction by using the length that is user-defined. so you can change it as you wish - then it calculates trend direction for each 9 lower...
My first attempt in Pine. It is a Donchian Channel, but in stead of the median line I added the four Fibonacci lines and colored three of the five ensuing zones in suggestive colors. The blue zone is up trend zone The gray zone is ranging zone The orange zone is down trend zone. The white zones are 'in betweens' For the fibs to function properly it needs to be a...
The following indicator returns a line bouncing of the extremities of a Donchian channel, with the aim of replicating a "zig-zag" indicator. The indicator can both be lagging or lagging depending on the settings user uses. Various extended lines are displayed in order to see if the peaks and troughs made by the Donchian zig-zag can act as potential...
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...
Created by Request: This is a trend trading strategy that uses Price Divergence detection signals that are confirmed by the "Murrey's Math Oscillator" (Donchanin Channel based). Strategy Code Based on: Price Divergence Detector V2 by RicardoSantos UCS_Murrey's Math Oscillator by Ucsgears Strategy Risk Management Based on: Strategy Code Example by...
This strategy buys when the Donchian Channel is broken to the upside and uses the lower Donchian Channel line as a trailing stop. You can also choose to use a moving average as a filter to keep you out of trades that are counter trend. You can also configure which dates you want to backtest, so you can see how this behaves over specific time frames and market cycles.
DONCHIAN FIBONACCI TRADING TOOL This indicator is based on a Donchian Channel with Fibonacci zones I published before. Features are added which enable trading decisions, it suggests when to open either a long or a short position, it provides suggestions for a stop loss level and suggests a take profit level, the calculation of the take profit suggestion can be...
This is a simple Day Trade indicator, but can be used for swing and long term trades. It is based on Donchian Channels to detect trend and point out resistance or support breakouts using arrows. The bars ared colored when a breakout occurs. When a resistance breakout occurs the current and the next bars are colored green (default) and when a support breakout...
According to TradingView the Detrended Price Oscillator is an oscillator that removes trend from price in order to more clearly show an instrument's cyclical highs and lows so that an investor or trader may more easily time when to buy or sell the underlying instrument. Accordingly, it is not meant to be used as a way of gauging momentum, however, I find it...
Hello All, I think all of you knows Donchian Channels . so I am not going to write about it. With this indicator I tried to create Trend Lines by using Donchian Channel upper/lower bands. I tried add possible entry levels as well. How it works ? - it calculates main trend direction by using the length that is user-defined. so you can change it as you...
Donchian Channels help identify ranges as they emerge on charts. Unlike Bollinger Bands, which use volatility, Donchian Channels simply track the highest high over the preceding N periods. (In green above.) The lowest low over the period is also plotted (in red), along with their midpoint. Donchian Channels can highlight ranges occurring over various time...
Track consecutive new highs/lows outside the Donchian range. Fans of the oldschool Turtle Strategy should enjoy the visualization. Same logic as my "Walking the Bands" script, just with Donchian breaks instead of Bollinger tags.
Based on the donchian bollinger that made before , then we can build signal by the channel with alerts , take profit and stop loss
This study is based on the Donchain Channel Bar indicator but this adds security as a parameter. This allows several instances of this indicator to be used in the same page to create a heat map to take look at a glance at several securities, just like the example where this was implemented. The only two parameters it requires are the security symbol and the...
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...
This script uses the last hlc3 value of 1H, 4H, D and/or W and rotates it 360º up/down with four increments of 90º to find out potential support and resistance areas. Can be used as a dynamic support & resistance tool or just to gauge how overbought/oversold the market is. Special thanks to @Nv56 for his assistance in writing this script.