mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-22 04:28:04 +00:00
Merge branch 'dev'
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user