peerchemist

Results 30 comments of peerchemist

Unfortunately this indicator did not work for me in my tests, and I did not have time in a good while to play and hack on it.

Sorry for late response but I just could not make it before because work. I went over theory of this now and I really don't find this as something spectacular....

Hey, I will implement it after 1.0 is released. 1.0 is to be released once all the regtests are implemented.

Hi, no I did not make it possible to have a custom series name. Perhaps that is usable indeed. I'll get it done when I catch some spare time.

It should have default value, so if user does not provide any it prints out what it prints out now. > def SMA(self, ohlc, periods, column='close', name='SMA') then you can...

How would you override it in the code? With `if` block? Is not what I've proposed cleaner solution with less lines of code?

Ok that will work.

Any updates on this?

This would be very useful indeed.

Python 3.6 introduces `secrets` module which can be used for this: https://docs.python.org/3/library/secrets.html