hosseinmoein / DataFrame

C++ DataFrame for statistical, Financial, and ML analysis -- in modern C++ using native types and contiguous memory storage
https://hosseinmoein.github.io/DataFrame/
BSD 3-Clause "New" or "Revised" License
2.53k stars 314 forks source link

MACD calculation #340

Closed anthai0908 closed 2 hours ago

anthai0908 commented 6 days ago

Hi, I'm really interested in using DataFrame. I'm wondering is there MACD calculation function?

hosseinmoein commented 6 days ago

Yes. Look at documentation under Financial Visitors and Oscillators.