macro_rules! native_cdl {
($name:ident, $talib_func:path) => { ... };
}Expand description
O(1) CDL streaming: bounded OHLC window + single talib batch per bar.
macro_rules! native_cdl {
($name:ident, $talib_func:path) => { ... };
}O(1) CDL streaming: bounded OHLC window + single talib batch per bar.