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** | [reverseema.pine](reverseema.pine) |
- The Reverse EMA applies an 8-stage cascaded Z-transform inversion to a compensated EMA, progressively extracting and subtracting the accumulated la...
- Parameterized by `period`.
- Output range: Varies (see docs).
- Requires `period` bars of warmup before first valid output (IsHot = true).
- **Similar:** [EMA](../../trends_IIR/ema/ema.md), [Zlema](../../trends_IIR/zlema/zlema.md) | **Complementary:** StdDev | **Trading note:** Reverse-engineers price from EMA; finds the price that would produce a given EMA value. Useful for target levels.
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
## Introduction
@@ -186,4 +184,4 @@ Self-consistency validation: Streaming, Batch (TSeries), and Span Batch modes pr
- Ehlers, J. F. (2017). "Reverse EMA." Technical analysis signal processing concepts.
- Ehlers, J. F. (2004). *Cybernetic Analysis for Stocks and Futures*. Wiley.
- Ehlers, J. F. (2001). *Rocket Science for Traders*. Wiley.
- Ehlers, J. F. (2001). *Rocket Science for Traders*. Wiley.