chartingshow / documentation

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

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

Open summercms opened 7 months ago

summercms commented 7 months ago

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 commented 7 months ago

Four Modules (to code):

summercms commented 7 months ago

Warning Signals:

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

summercms commented 7 months ago

Tests complete: Coding can start now!