nardew / talipp

talipp - incremental technical analysis library for python
https://nardew.github.io/talipp
MIT License
388 stars 60 forks source link

Inconsitent naming mult or multiplier #106

Closed femtotrader closed 10 months ago

femtotrader commented 10 months ago

https://github.com/nardew/talipp/blob/77782fb464c8cef62047da8de477147b84ed1c39/talipp/indicators/TTM.py#L33

https://github.com/nardew/talipp/blob/0ec35c850c91530f1256fc1f8fe851a02e19c63f/talipp/indicators/BB.py#L28

I noticed that because I'm using keywords arguments for indicators in my implementation

(feel free to close if you don't want to fix that)

nardew commented 10 months ago

Thanks @femtotrader , fixed in https://github.com/nardew/talipp/pull/96.