I am conducting a research project involving the use of the MACD (Moving Average Convergence Divergence) signal indicator for analyzing multivariate time series data, possibly for trading purposes.

I've defined some initial parameters such as ema_short_period, ema_long_period, and signal_period. However, I'm interested in insights and best practices for parameter selection in such analyses.

I used these values to calculate and implement this indicator.

ema_short_period = 12

ema_long_period = 26

signal_period = 9

What parameters should I consider when dealing with multivariate data, and how can I optimize these parameters for my specific analysis goals?

Additionally, if anyone has experience with using the MACD in multivariate time series analysis, I'd appreciate any advice or insights you can provide.

I'm implementing this using python.

Thank you!

More Sachin Chandrasekara's questions See All
Similar questions and discussions