psemdel
psemdel
I tested with vectorbtpro and compared several prices with Talib. I confirm that they are all different. I am not familiar with pandas-ta and did not test with it. I...
I think, I found the difference https://github.com/twopirllc/pandas-ta/blob/main/pandas_ta/momentum/rsi.py Uses positive_avg = rma(positive, length=length) And RMA is """wildeR's Moving Average (RMA) The WildeR's Moving Average is simply an **Exponential** Moving Average (EMA)...
Hi, the target of this Standings is to be able to handle other classifications for "new" races. Without the class Standings, you would have to make a try/except everywhere, as...
Ok, it is your repo ;) Let's see how much adaption it requires without this one.
I removed the standings, but frankly you can see it yourself in the test: sometimes there is results_table, sometimes not. How to plan that... in combi.py I have also strange...
No problem, I am trying other solutions. But maybe I am not the only one.