technical-indicators
technical-indicators copied to clipboard
Allow MACD to use arbitrary periods
Hello.
This pull request allows the periods
argument in the MACD call to be an array with a list of short, long and signal Periods. This allows users to plot MACD with arbitrary periods rather than the fixed [12, 26, 9]
. It automatically handles defaults.
Thanks.