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: Bull-Bear Power (BBP) algorithm #130

Open
1 of 9 tasks
summercms opened this issue Mar 14, 2024 · 3 comments
Open
1 of 9 tasks

Add Feature: Bull-Bear Power (BBP) algorithm #130

summercms opened this issue Mar 14, 2024 · 3 comments
Labels
Code Update 🔔 Code Update enhancement 👍 New feature or request In-progress In-progress Priority: Medium Priority: Medium

Comments

@summercms
Copy link
Contributor

summercms commented Mar 14, 2024

Enhancement idea

Description

The Bull Bear Power (BBP) algorithm, otherwise known as the Elder-Ray Index, estimates the relationship between the strength of bulls (buyers) and bears (sellers) on an instrument. When the algorithm's value is nonzero, it supposedly suggests that either bulls or bears have more power in the market. The greater the distance is from zero, the greater the apparent dominance of bulls or bears. Positive values indicate higher bull power and negative values indicate higher bear power.

Links

n/a

@summercms summercms added enhancement 👍 New feature or request Code Update 🔔 Code Update In-progress In-progress Priority: Medium Priority: Medium labels Mar 14, 2024
@summercms
Copy link
Contributor Author

Four Modules (to code):

  • Bull Power
  • Bear Power
  • Bull-Bear Power (Histogram)
  • Bull-Bear Trend (Net - Trendline)

@summercms
Copy link
Contributor Author

Warning Signals:

Crossing +2 or -2 (out of sideways range).

@summercms
Copy link
Contributor Author

Tests complete: Coding can start now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Update 🔔 Code Update enhancement 👍 New feature or request In-progress In-progress Priority: Medium Priority: Medium
Projects
None yet
Development

No branches or pull requests

1 participant