mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-21 03:58:04 +00:00
Merge branch 'dev'
This commit is contained in:
@@ -13,9 +13,7 @@
|
||||
| **PineScript** | [evwma.pine](evwma.pine) |
|
||||
|
||||
- EVWMA (Elastic Volume Weighted Moving Average) is a volume-adaptive moving average that weights each bar's contribution to the average by its volum...
|
||||
- Parameterized by `period` (default 20).
|
||||
- Output range: Unbounded.
|
||||
- Requires `> period` bars of warmup before first valid output (IsHot = true).
|
||||
- **Similar:** [VWMA](../vwma/Vwma.md), [VWAP](../vwap/Vwap.md) | **Complementary:** OBV | **Trading note:** Elastic Volume-Weighted MA; adapts weighting dynamically based on volume flow.
|
||||
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
|
||||
|
||||
## Introduction
|
||||
@@ -169,4 +167,4 @@ Known-value tests verify manual calculations against the recursive formula.
|
||||
|
||||
- Fries, C. P. "Elastic Volume Weighted Moving Average." Technical analysis research notes.
|
||||
- Granville, J. "New Key to Stock Market Profits." Prentice-Hall, 1963. (Volume analysis foundations)
|
||||
- Ehlers, J. F. "Cybernetic Analysis for Stocks and Futures." Wiley, 2004. (Adaptive smoothing concepts)
|
||||
- Ehlers, J. F. "Cybernetic Analysis for Stocks and Futures." Wiley, 2004. (Adaptive smoothing concepts)
|
||||
Reference in New Issue
Block a user