Bert Shuler

Results 3 issues of Bert Shuler

Simple example code does not function. I expected there to be no error. There is an error. 100% finta~=1.2 pandas~=1.1.4 python 3.8 import pandas as pd from finta import TA...

trend.py:643 I have revised this to: for i in range(len(self._trs)): try: dip[i] = 100 * (self._dip[i]/self._trs[i]) except FloatingPointError as e: dip[i] = 0 logger.error(e) but I am not sure this...

https://gist.github.com/bshuler/5ce4dd71c1a1beedbbba8a3c94a72f3c