fast-ta/Indicators
2026-07-09 00:48:42 +05:30
..
EMA.mqh feat: add O(1) EMA, SMMA, and LWMA indicators with reusable averaging algorithms 2026-07-07 20:49:35 +05:30
IndicatorBase.mqh inherit IndicatorBase from CObject for MQL5 container compatibility 2026-07-07 19:23:53 +05:30
LWMA.mqh feat: add O(1) EMA, SMMA, and LWMA indicators with reusable averaging algorithms 2026-07-07 20:49:35 +05:30
RSI.mqh feat: add streaming RSI and Stochastic indicators with rolling extrema and configurable signal smoothing 2026-07-09 00:48:42 +05:30
SMA.mqh inherit IndicatorBase from CObject for MQL5 container compatibility 2026-07-07 19:23:53 +05:30
SMMA.mqh feat: add O(1) EMA, SMMA, and LWMA indicators with reusable averaging algorithms 2026-07-07 20:49:35 +05:30
Stochastic.mqh feat: add streaming RSI and Stochastic indicators with rolling extrema and configurable signal smoothing 2026-07-09 00:48:42 +05:30