mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-24 13:38:05 +00:00
v0.8.6: update indicator docs, ndepend tooling, ALMA refactor, gitignore cleanup
This commit is contained in:
@@ -13,9 +13,7 @@
|
||||
| **PineScript** | [efi.pine](efi.pine) |
|
||||
|
||||
- Elder's Force Index (EFI) quantifies the buying and selling pressure behind price movements by multiplying price change by volume.
|
||||
- Parameterized by `period` (default 13).
|
||||
- Output range: Unbounded.
|
||||
- Requires `> period` bars of warmup before first valid output (IsHot = true).
|
||||
- **Similar:** [FI](../../oscillators/fi/Fi.md), [MFI](../mfi/Mfi.md) | **Complementary:** EMA for smoothing | **Trading note:** Elder Force Index; price change × volume. Smoothed version identifies trend changes.
|
||||
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
|
||||
|
||||
Elder's Force Index (EFI) quantifies the buying and selling pressure behind price movements by multiplying price change by volume. Large positive values indicate strong buying pressure (bulls in control), while large negative values reveal strong selling pressure (bears dominant).
|
||||
@@ -168,4 +166,4 @@ Note: Most libraries use standard EMA without bias correction, causing warmup di
|
||||
- Elder, A. (1993). "Trading for a Living." John Wiley & Sons.
|
||||
- Elder, A. (2002). "Come Into My Trading Room." John Wiley & Sons.
|
||||
- StockCharts. "Force Index." [Technical Indicators](https://school.stockcharts.com/doku.php?id=technical_indicators:force_index)
|
||||
- Investopedia. "Force Index Definition." [Technical Analysis](https://www.investopedia.com/terms/f/force-index.asp)
|
||||
- Investopedia. "Force Index Definition." [Technical Analysis](https://www.investopedia.com/terms/f/force-index.asp)
|
||||
Reference in New Issue
Block a user