Hello All, In Elliott Wave Theory, 3rd wave is not the shortest one in the waves 1/3/5 and it's usually longest one. so if we can catch it then we may get good opportunities to trade. This script finds 3rd wave experimentally. it can be also the 3rd waves in the waves 1, 3, 5, A and C. the 3rd wave should have greater volume than other waves, the script can...
This is a diversified Binary Option or Scalping Alert indicator originally designed for lower Time Frame Trend or Swing trading. Although you will find it a useful tool for higher time frames as well. The Alerts are generated by the changing direction of the ColouredMA (HullMA by default), you then have the choice of selecting the Directional filtering on these...
Hello All, First all of Thanks to Pine Team for adding Arrays to Pine! In this script I tried to make example for 1. Finding S/R lines using highest/lowest function 2. Using 1D array as 2D (we keep S/R levels and age) 3. "Age" usage for S/R levels, getting older on each candle and changing colors by their age (maximum age is 127 then it disappears) You can use...
Hello Traders, In the book "Secrets of a Pivot Boss: Revealing Proven Methods for Profiting in the Market" by Franklin Ochoa, Four different types of reversal systems were introduced and candlestick patterns are used to find reversals. I will not write a lot about the book, you should get/read it for yourself. There are many great ideas in the book, Candlesetick...
Hello Traders, Another original idea is here with you. Actualy I can say that it's a breakout strategy that uses multiple Pivot Point's averages. How it works? - it finds the Pivot Points, you can set the length as you want - it gets averages of Pivot Highs and Pivot Lows, you can set the number of Pivot Points to be included - it compares the current closing...
@version=2 This indicator is designed to give early entry signals as well as to follow trend moves, according to different settings. The indicator shows a histogram of the RSI ro MFI in relation to an ema of the RSI or MFI. The histogram is then smoothed to give early reversal/entry signals. The actual RSI/MFI line with oversold/overbought indication can be...
Hello All, This script shows Indicator panel in a Table. Table.new() is a new feature and released today! Thanks a lot to Pine Team to add this new great feature! This new feature is a game changer! The script shows indicator values for each symbol and changes background color of each cell by using current and last values of the indicators for each symbol....
What is it? An indicator that depicts the trend of up to 5 higher timeframes on the same chart without needing to context-switch between charts. Features - Supports up to 5 timeframes - Trends indicated by 5 colored buttons: one for each timeframe - Varying shades of green: uptrend - Varying shades of red: downtrend - White/silver:...
The range expansion index was developed by Thomas DeMark and published in his 1994 book, The New Science of Technical Analysis.
The Donchian values are basically from Ed Sekoytas original statistical run, that gave the values 30 & 120 (aren't as relevant today, but still packs a punch). The idea of this code is just to take that 30, add a very simple inset of it, with ATR, and color code the bar Green or Red to indicate the direction of the trend. When a new break of the 120 line, (thick...
This is a great tool to find confluences between Fibonacci Pivot point on various time frames. Fib Pivots used 23.6% 38.2% 50% 61.8% 76.4% 100% 127.2% 141.4% 161.8% 200% If price is between two levels on the update the lines shift Yearly Pivots shown on 1m - Daily timeframes PIvots recalculate on every day Monthly pivots show on 1m - 60m timeframes Pivots...
This is a Study mirroring the Breakout Trend Follower Strategy I made. I use this one during live trading and the other for backtesting. It will also give alerts when buy and sell signals are hit.
Hello Traders! As most of you know that Moving Averages with the lengths 50, 100, 150 and 200 are very important. We should use these this moving averages to figure out S/R levels, the possible reversals points, trend direction etc. we should check these moving averages on Higher Time Frames as well. for example if you look at the chart with 5mins time frame,...
Hello All, High-Low Index is a breadth indicator based on Record High Percent (RHP). RHP is based on new 52-week highs and new 52-week lows. RHP => 100 * (new highs) / (new highs + new lows). High-Low Index is a 10-day Simple Moving Average of the RHP, which makes it a smoothed version of RHP. You can find many articles about High-Low Index on the...
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.
This strategy takes the ADX Indicator I wrote and applies it to a strategy for back testing purposes. I've also applied a date filter so you can back test specific date ranges and a moving average filter so you can choose whether to filter your longs/shorts based on a moving average.
This study interprets SuperTrend with Ichimoku Cloud, one of the popular technical analysis indicator, and interprets Directional Movement (DMI), which is another quite valuable technical analysis indicator. Then combines the interpreted SuperTrend with interpreted Directional Movement (DMI) and Volume Based Colored Bars indicator created by Kıvaç ÖZBİLGİÇ...
Originates from: I was reading some Impulse Trading literature by A. Elder.. In it, someone named Kerry Lovvorn proposed "An End of Day Trend Following System" for someone lazy. Originally it is just price closing above an 8 ema (low) for long. Exit when price closes below an 8 ema (low). The opposite for a short position. Conditions: Buy when price closed below...