ta icon indicating copy to clipboard operation
ta copied to clipboard

MACD errors

Open sanbikinosaru opened this issue 2 years ago • 1 comments

Version 0.10.1 ta.trend.MACD(df.close, window_slow = 26, window_fast = 12, window_sign = 9) is outputing <ta.trend.MACD object at 0x000001C2823C7280>

ta.trend.macd(df.close, window_slow = 26, window_fast = 12, window_sign = 9) is outputing TypeError: macd() got an unexpected keyword argument 'window_sign'

ta.trend.macd(df.close, window_slow = 26, window_fast = 12) output ok

sanbikinosaru avatar Jun 23 '22 11:06 sanbikinosaru