mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-19 19:18:05 +00:00
Merge branch 'dev'
This commit is contained in:
@@ -13,9 +13,7 @@
|
||||
| **PineScript** | [brar.pine](brar.pine) |
|
||||
|
||||
- BRAR is a dual-output sentiment oscillator from the Japanese technical analysis tradition that decomposes market pressure into two independent rati...
|
||||
- Parameterized by `period` (default 26).
|
||||
- Output range: Varies (see docs).
|
||||
- Requires `period` bars of warmup before first valid output (IsHot = true).
|
||||
- **Similar:** [ERI](../eri/Eri.md), [FI](../fi/Fi.md) | **Complementary:** Volume | **Trading note:** BRAR (Buying/Selling Power); AR measures opening vs H/L, BR measures close vs H/L. Popular in Asian markets.
|
||||
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
|
||||
|
||||
BRAR is a dual-output sentiment oscillator from the Japanese technical analysis tradition that decomposes market pressure into two independent ratios: BR (Buying Ratio), which measures upside thrust relative to the previous close, and AR (Atmosphere Ratio), which measures intraday range asymmetry relative to the open. Both outputs oscillate around an equilibrium of 100, where values above 100 signal dominance of the measured pressure and values below 100 signal weakness. The default lookback of 26 bars (one Japanese trading month) produces stable readings with 4 additions per bar in streaming mode.
|
||||
@@ -190,4 +188,4 @@ Validation strategy: generate synthetic OHLC data via GBM, compute BRAR through
|
||||
- Nison, Steve. (1991). *Japanese Candlestick Charting Techniques*. New York Institute of Finance.
|
||||
- Nison, Steve. (1994). *Beyond Candlesticks: New Japanese Charting Techniques Revealed*. John Wiley and Sons.
|
||||
- Morris, Gregory L. (2006). *Candlestick Charting Explained*. 3rd Edition. McGraw-Hill.
|
||||
- Taiwan Stock Exchange Technical Analysis Committee. (2003). *Technical Analysis Reference Manual* (技術分析參考手冊). TWSE Publications.
|
||||
- Taiwan Stock Exchange Technical Analysis Committee. (2003). *Technical Analysis Reference Manual* (技術分析參考手冊). TWSE Publications.
|
||||
Reference in New Issue
Block a user