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** | [iii.pine](iii.pine) |
- The Intraday Intensity Index (III) measures buying and selling pressure by analyzing where the close price falls within the high-low range, weighte...
- Parameterized by `period` (default 14), `cumulative` (default false).
- Output range: Unbounded.
- Requires `period` bars of warmup before first valid output (IsHot = true).
- **Similar:** [CMF](../cmf/Cmf.md), [MFI](../mfi/Mfi.md) | **Complementary:** Volume | **Trading note:** Intraday Intensity Index; measures close position within H-L range relative to volume.
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
The Intraday Intensity Index (III) measures buying and selling pressure by analyzing where the close price falls within the high-low range, weighted by volume. Originally developed by David Bostian, this indicator quantifies whether money is flowing into or out of a security on an intraday basis. Values range from -1 (close at low, maximum selling pressure) to +1 (close at high, maximum buying pressure), multiplied by volume for magnitude.
@@ -148,4 +146,4 @@ Validation focuses on internal consistency (streaming vs batch vs span modes).
## References
- Bostian, D. "Intraday Intensity Index." *Technical Analysis of Stocks & Commodities*.
- Arms, R. W. (1989). "The Arms Index (TRIN)." *Dow Jones-Irwin*.
- Arms, R. W. (1989). "The Arms Index (TRIN)." *Dow Jones-Irwin*.