fast-ta/Algorithms
2026-07-09 00:48:42 +05:30
..
ExponentialAverage.mqh feat: add O(1) EMA, SMMA, and LWMA indicators with reusable averaging algorithms 2026-07-07 20:49:35 +05:30
LinearWeightedAverage.mqh feat: add O(1) EMA, SMMA, and LWMA indicators with reusable averaging algorithms 2026-07-07 20:49:35 +05:30
RollingMax.mqh feat: add streaming RSI and Stochastic indicators with rolling extrema and configurable signal smoothing 2026-07-09 00:48:42 +05:30
RollingMin.mqh feat: add streaming RSI and Stochastic indicators with rolling extrema and configurable signal smoothing 2026-07-09 00:48:42 +05:30
RollingSum.mqh Add initial fast-ta implementation and tests 2026-07-05 00:11:14 +05:30
SmoothedAverage.mqh feat: add O(1) EMA, SMMA, and LWMA indicators with reusable averaging algorithms 2026-07-07 20:49:35 +05:30