Merge branch 'dev'

This commit is contained in:
Miha Kralj
2026-03-13 13:47:10 -07:00
404 changed files with 2754 additions and 1763 deletions
+2 -4
View File
@@ -13,9 +13,7 @@
| **PineScript** | [adosc.pine](adosc.pine) |
- The Chaikin Oscillator (ADOSC) is an indicator of an indicator.
- Parameterized by `fastperiod` (default 3), `slowperiod` (default 10).
- Output range: Unbounded.
- Requires `slowPeriod` bars of warmup before first valid output (IsHot = true).
- **Similar:** [CMF](../cmf/Cmf.md), [OBV](../vwad/Vwad.md) | **Complementary:** MACD for price confirmation | **Trading note:** Accumulation/Distribution Oscillator; MACD of A/D Line. Divergence with price = potential reversal.
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
The Chaikin Oscillator (ADOSC) is an indicator of an indicator. It applies the MACD formula to the Accumulation/Distribution Line (ADL) instead of the price.
@@ -95,4 +93,4 @@ Validation is performed against **TA-Lib**, **Skender**, **Tulip**, and **Ooples
* **Volatility**: ADOSC is extremely volatile. It whipsaws frequently. It should never be used in isolation.
* **Trend Confirmation**: Use it to confirm a trend, not to predict it. If price is rising but ADOSC is falling (divergence), the rally is running on fumes.
* **Zero Line**: Crosses above zero indicate that short-term accumulation is overpowering long-term accumulation (Bullish). Crosses below zero indicate the opposite (Bearish).
* **Zero Line**: Crosses above zero indicate that short-term accumulation is overpowering long-term accumulation (Bullish). Crosses below zero indicate the opposite (Bearish).