Damiano Porta

Results 8 comments of Damiano Porta

Hi, i can fork the repo and create a PR. we can add the `name` parameter with **None** value and then change each indicator like this: `name=name or '{0} period...

@peerchemist i think your series names are good, i do not think we need to change them, just let the user renames it if needed. For example at the moment...

``` def SMA(cls, ohlc, period=41, column='close', name=None): """ Simple moving average - rolling mean in pandas lingo. Also known as 'MA'. The simple moving average (SMA) is the most basic...

@ngallagher perfect, so we have to update the tutorial... thank you so much!

I have the same problem @Agnesina , any workaround?

thank you @Agnesina !

@Agnesina are you still using this library? Does it have a good accuracy instead of single tree?

Hello @apatrida ! I have the same question. Did you found a solution? Thanks.