Skip to main content

Module macd_ext

Module macd_ext 

Source
Expand description

Native O(1) MACDEXT and MACDFIX — TA-Lib parity.

Structs§

MACDEXT
MACD with controllable MA types — matches talib_rs::momentum::macd_ext.
MACDFIX
MACD Fix (12/26 fixed) — matches talib_rs::momentum::macd_fix.