New Breed of Technical Indicators — Blue

<p>This article discusses one of the indicators of a set called the Rainbow Indicators which are structured and unique combinations of price-derived techniques aimed to help the trader predict reversals or to confirm the on-going trend. The indicator discussed is called the Blue indicator, a contrarian method based on the concept of slopes.</p> <p>For a detailed and thorough collection of trend following trading strategies, you can check out my book. The book features a huge number of classic and modern techniques as it dwelves into the realm of technical analysis with different trading strategies. The book comes with its own GitHub.</p> <h2><a href="https://amzn.to/3mOqqZJ?source=post_page-----9c008f3ffe2d--------------------------------" rel="noopener ugc nofollow" target="_blank">Trend Following Strategies in Python: How to Use Indicators to Follow the Trend.</a></h2> <h3><a href="https://amzn.to/3mOqqZJ?source=post_page-----9c008f3ffe2d--------------------------------" rel="noopener ugc nofollow" target="_blank">Amazon.com: Trend Following Strategies in Python: How to Use Indicators to Follow the Trend.: 9798756939620: Kaabar&hellip;</a></h3> <p><a href="https://amzn.to/3mOqqZJ?source=post_page-----9c008f3ffe2d--------------------------------" rel="noopener ugc nofollow" target="_blank">amzn.to</a></p> <h1>Creating the Blue Indicator</h1> <p>The slope of a time series is the rate of change between the current values and previous values. A rising market will generally have a positive slope until it approaches zero and starts turning negative which coincides with a falling market.</p> <p>The Blue indicator calculates the slope of the market from a number of periods in the past (by default 14 or 21) and then applies the RSI (by default 14 or 21) on the slope to have a bounded calculation that aim to tell when the slope is losing momentum.</p> <p>The Blue indicator is used as follows:</p> <ul> <li><strong><em>A bullish signal is generated whenever the indicator surpasses 30 after having been below it.</em></strong></li> <li><strong><em>A bearish signal is generated whenever the indicator breaks 70 after having been above it.</em></strong></li> </ul> <p><a href="https://kaabar-sofien.medium.com/new-breed-of-technical-indicators-blue-9c008f3ffe2d"><strong>Click Here</strong></a></p>