Introduction Lines are the most widely used figures in technical analysis, this is due to the linear trends that some securities posses (daily log SP500 for example), support and resistances are also responsible for the uses of lines, basically linear support and resistances are made with the assumption that the line connecting two local maximas or minimas will...
I found myself using multiple bollinger bands a lot so I decided to add them all to one script and add the ability to adjust them by 0.2. It has helped me by not taking up as much space in the upper left corner as well as improving my in's and outs of trend continuation trades. If you manage to find a double top at +2 or greater deviation, and with a bearish...
Fit a line at successive intervals, where the interval period is determined by a user-selected time frame, this allows the user to have an estimate of the intrinsic trend within various intervals. Settings Timeframe : Determine the period of the interval, if the timeframe is weekly then a new line will be fit at the start each weeks, by default "Daily" ...
Plots three Average True Range channels as described in Alexander Elder's "The New Trading for a Living". You can adjust the EMA and ATR days that are the basis of these channels. This is my first script – happy to get any feedback on this! Thanks :)
Return a linear regression channel with a window size within the range (min, max) such that the R-squared is maximized, this allows a better estimate of an underlying linear trend, a better detection of significant historical supports and resistance points, and avoid finding a good window size manually. Settings Min : Minimum window size value Max :...
This is my custom channel (Bear Channel!? :)) derived from BB/STARC. It uses both ATR/STDEV for plotting the bounds. I use COG (Center of Gravity) for deriving the baseline. This enables it to track the price action better than many other channels that make use of MAs or simply "close". Indicator also marks "squeezes" (stdev bands come inside ATR bands). Pay...
Wave Channel 3D Built by Ricardo idea from JR & Aloakdutt from indieTrades Jan. 2010 This indicator is very easy to build. We utilize Moving Averages with a set multiplier and an offset. Specially we try to use Fibonacci sequence series numbers (1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144...) as time space and multiplier (default 89, 8). Also included is Donchian...
Stoch CCI has a nicer divergence than Stoch RSI. Enjoy!
Updated and fixed version of DFC. - fixed bugs - added permanent setting for direction - added color change for terminal and breakout bars - added smart timings for line of 100% retracement
RSI Typical RSI indicators were plotted with candles and expressed wick to resemble a candle chart, and linear regression was added to predict changes in force intensity, which allowed us to confirm support and resistance within linear regression . In addition, divergence signal was marked as an additional basis for the price fluctuation point due to support...
I wrote this up as a potential replacement for my BB based strategies, and so far it's looking pretty nice. Description / Usage: Adjust length and multiplier much the same way you would expect with Bollinger Bands. Multiplier of 1 gives you a base channel consisting of one high, and one low sourced SMA (or EMA) The outer channels are increments of the base...
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...
Description: High and Low Envelope channel with median line and 'sigma' offsets to try and encapsulate price flow and quickly locate likely areas of support and resistance on the fly.
================================================================== October 21 2019 - Easy Fibonacci Channels - by RootDuk ================================================================== Easy adaptable fibonacci channels. By changing the levels you can adapt the lines as needed. There's also global params to use for horizontal and vertical scaling....
Introduction Channels indicators are widely used in technical analysis, they provide lot of information. In general, technical indicators giving upper/lower extremities are calculated by adding/subtracting a volatility component to a central tendency estimator. This is the case with Bollinger bands, using the rolling standard deviation as volatility estimator...
I decided to make this formerly invite only script public (you can find the invite only version here If you are part of the invite only you don't need to change scripts. I will push improvements first on the invite only script but in time it will come to this version as well. I would love to know your ideas and thoughts on how this indicator can be improved, so...