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** | [agc.pine](agc.pine) |
- The Automatic Gain Control normalizes any oscillating signal to the \[-1, +1\] range through exponential peak tracking.
- Parameterized by `decay` (default 0.991).
- Output range: [-1, +1] (normalized amplitude).
- Requires `1` bar of warmup before first valid output (IsHot = true).
- **Similar:** [Kalman](../kalman/Kalman.md), [LMS](../lms/Lms.md) | **Complementary:** ATR for volatility context | **Trading note:** Automatic Gain Control; normalizes signal amplitude adaptively.
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
## Introduction
@@ -181,4 +179,4 @@ source.Add(new TValue(DateTime.UtcNow, close));
## References
- Ehlers, J. F. "The Universal Oscillator." *Technical Analysis of Stocks & Commodities*, January 2015.
- Ehlers, J. F. *Cycle Analytics for Traders*. Wiley, 2013.
- Ehlers, J. F. *Cycle Analytics for Traders*. Wiley, 2013.