Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Feature: Fast and Slow Bands Algorithm #152

Closed
14 tasks done
summercms opened this issue Mar 25, 2024 · 0 comments
Closed
14 tasks done

Add Feature: Fast and Slow Bands Algorithm #152

summercms opened this issue Mar 25, 2024 · 0 comments
Labels
Code Update 🔔 Code Update documentation 📄 Improvements or additions to documentation enhancement 👍 New feature or request FINSIHED FINSIHED Priority: Medium Priority: Medium Testing - Passed Testing - Passed

Comments

@summercms
Copy link
Contributor

summercms commented Mar 25, 2024

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 summercms added documentation 📄 Improvements or additions to documentation enhancement 👍 New feature or request Code Update 🔔 Code Update In-progress In-progress Priority: Medium Priority: Medium labels Mar 25, 2024
@summercms summercms changed the title Update Feature: Variable Median Area Algorithm Add Feature: Fast and Slow Bands Algorithm Mar 25, 2024
@summercms summercms added the Testing Testing label Mar 28, 2024
@summercms summercms added FINSIHED FINSIHED and removed In-progress In-progress labels Jun 8, 2024
@summercms summercms added Testing - Passed Testing - Passed and removed Testing Testing labels Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Update 🔔 Code Update documentation 📄 Improvements or additions to documentation enhancement 👍 New feature or request FINSIHED FINSIHED Priority: Medium Priority: Medium Testing - Passed Testing - Passed
Projects
None yet
Development

No branches or pull requests

1 participant