The indicator calculates the difference between the closing price and the average as a percentage and after that it calculates the average linear regression and then draws it in the form of a channel. Preferably use it on 30 min or 15 min or 1 Hour or 2H time frames . Exiting outside the upper or lower channel limits represents high price inflation, and...
Update to the zigzag, now it ignores the second top/bottom untill it finds a inversed top/bottom. TBTBTBTBTBTBTB instead of TBBTTBTBBTBTTB. Updated to V8, link bellow in the related ideas.
Took the orginal Murrey's Math Lines Channel and added Multi Timeframe functionality. Question though, how do I get 4H available in the drop down list when setting the desired timeframe ? Thanks
These 2 indicators are derivative work from Jim Hurst's book - "The Magic of Stock Transaction Timing". The bands are % bands around a median that gets calculated according to Hurst's formula. The outer bands (called ExtremeBands) signify extreme overbought/oversold conditions. Inner bands signify potential pullback points. As you can see, they also act as...
VMA Bands are ATR bands with VMA as its centre. For a description of options, refer to my VMA post: I have moved VMA calculation in to a separate function. Feel free to use calc_vma() in your scripts. For more MA calculation function (KAMA, VIDYA and others), refer to my complete list of indicators below. Wish you all a very prosperous New year. Hope these...
Added parameters for source of highest and lowest line. It's usefull for ultra volatile markets like cryptocurrencies and penny stocks. Using close price as source helps to filter out false breakout signals in turtle trading strategy.
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...
Hey guys, this little script is an addition to another one I will release right after this. This is the Price Action Channel. The bands are calculated using a smoothed moving average of the highs/lows. I have taken the smoothed moving average script from the public library in order to create this, so all props to whoever created that one. I am fairly new to...
About: I developed the original as an experiment to potentially replace or augment my BB and RSI based strategies. After some back-testing I could see some really interesting results but it wasn't quite where I wanted it, so after some tweaking and further back-testing, and adding in more MA options, here we are. Mostly tested on 1h and greater time-frames using...
The Acceleration Band System was published in "Big Trends in Trading" by Price Headley in 2002. The system designed to catch stocks as they start to trend but before they go parabolic. The system is simple but supposed to be very effective. This system makes use of %R and ADX a lot to determine the entries/exits. Refer to the documents listed below for the...
All these indicators are by Mel Widner. Projection Bands : ------------------------------------------------------- These project market data along the trend with the maxima and minima of the projections defining the band. The method provides a way to signal potential direction changes relative to the trend. Usage is like any other trading band. Projection...
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.
Still in test mode **UPDATE to include colour background BUY / SELL SIGNAL *** - Double channel with double conformation of pivot / trend reversal I have a similar concept to this running on MT4 which works quite well together. Both channels can be customised by changing minutes, D , W , M I haven't been able to test this out so feel free to do so...
Murrey's math lines based on latest high high and low low.
This study is an experimental regression curve built around fractal and ATR calculations. First, Williams Fractals are calculated, and used as anchoring points. Next, high anchor points are connected to negative sloping lines, and low anchor points to positive sloping lines. The slope is a specified percentage of the current ATR over the sampling period. The...
Plots the Highest and Lowest source price for N bars back. Similar to Donchian Channels except any price source can be used (best results: close ). Can be set to any interval independent of the chart interval. Repainting will occur if the chart interval is less than the indicator interval.
CHK FOLLOW THE STAIRS.... The stairs are nothing but HIGH LOW CHANNEL at HTF or LTF I observed 10 Period Moving Average an optimum length for the Staircase you can change it to 8 or 13, one will generate noise, other will generate lag Tinker with the Staircase Time Frame to get an optimum fit The script also shows Strength of the Trend. If there is a gap...
This study is an experiment in adaptive filtering. The process in this study was inspired by KAMA and ZLEMA filtering techniques. First, data is given an optional modification for lag reduction. Then, an adaptive filter of your choice is calculated. There are 6 different adaptive filters to choose from in this study: -Commodity Channel Index Adaptive Moving...