How to pass parameters into btalib indicators #289
-
Thank you so much for your great work! I am very grateful to you and for everyone's help. I don't know python that well yet, but I am starting to get the hang of things -> I just can't seem to figure out how to pass everything I need for optimization into Indicators from the btalib library using the self.I(...) call. I can get the indicators to work with the default parameters built into them like this, for example: Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok, I figured it out... self.stoch = self.I(btalib.stochastic, self.data.df, period=self.period, pfast=self.pfast, pslow=self.pslow) |
Beta Was this translation helpful? Give feedback.
Ok, I figured it out...
:)