Indicator Description
ARBR (Popularity and Willingness Indicator) is a composite indicator consisting of AR (Popularity Indicator) and BR (Willingness Indicator), used to judge the power comparison between buyers and sellers in the market.
Function Information
- Function Name: ARBR
- Input Parameters: Open, High, Low, Close
- Parameter Settings: timeperiod (default: 26)
- Output: AR value, BR value
Calculation Principle
AR and BR are calculated using the following formula:
AR = SUM(High - Open, timeperiod) / SUM(Open - Low, timeperiod) * 100
BR = SUM(High - Close[-1], timeperiod) / SUM(Close[-1] - Low, timeperiod) * 100Where Close[-1] is the previous closing price.
Usage Scenarios
- Market sentiment judgment
- Overbought and oversold judgment
- Divergence analysis
- Trend confirmation