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** | [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`