mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-24 05:28:05 +00:00
Merge branch 'dev'
This commit is contained in:
@@ -13,9 +13,7 @@
|
||||
| **PineScript** | [vama.pine](vama.pine) |
|
||||
|
||||
- Most moving averages use a fixed lookback period.
|
||||
- Parameterized by `baselength` (default 20), `shortatrperiod` (default 10), `longatrperiod` (default 50), `minlength` (default 5), `maxlength` (default 100).
|
||||
- Output range: Tracks input.
|
||||
- Requires 1 bar of warmup before first valid output (IsHot = true).
|
||||
- **Similar:** [VIDYA](../vidya/vidya.md), [KAMA](../kama/kama.md) | **Complementary:** Volatility analysis | **Trading note:** Volatility-Adjusted MA; scales smoothing by relative volatility.
|
||||
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
|
||||
|
||||
## The Core Insight
|
||||
@@ -287,4 +285,4 @@ VAMA's ATR-based approach specifically responds to range expansion/contraction,
|
||||
## References
|
||||
|
||||
- Wilder, J.W. (1978). "New Concepts in Technical Trading Systems" - ATR and RMA foundations
|
||||
- PineScript reference implementation: `vama.pine`
|
||||
- PineScript reference implementation: `vama.pine`
|
||||
Reference in New Issue
Block a user