chartingshow / documentation

Documentation for Charting Show
GNU General Public License v3.0
0 stars 0 forks source link

Add Feature: Fast and Slow Bands Algorithm #152

Open summercms opened 5 months ago

summercms commented 5 months ago

Enhancement idea

Description

The Fast and Slow Bands algorithm is momentum based to determine price trends and sideways consolidation periods.

This is a trend following algorithm that uses a fast band to capture near-term and short-term price swings and a slow band to capture pullback areas and reversal signals for short-term and medium-term price action.

The Fast and Slow Bands algorithm is connected to the "Moving Average and Custom Filter" algorithm, where traders can setup many different conditions to tailor better price action signals.

This algorithm is not intended to replace the Trend Analysis Model 1 and 2 algorithms. But instead to work side by side and extend the visual trend results by filling in the gaps left by Trend Analysis Models to better help traders determine the stages of the trend. For example, highlighting pullback areas, confirming reversals, failed low/high swing points, range support and resistances and many more useful features.

Links

https://www.investopedia.com/terms/m/movingaverage.asp

summercms commented 5 months ago

Update crypto market algo and Core algo codes as well.