psemdel

Results 21 comments of 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.

Hi, I had also a second look in the source code of the page (I thought only the "gc" one was displayed in the first place) and you are right,...

Ok, I will try it on my side today evening. Sorry for the inconvenience.

I confirm that there are some issues there. I will work on it.

So I added a try: if len(StockStatus.objects.all())==0: create_ss_sub() except: pass To handle the problem. In addition, I added a try/except to handle the fact that keras may not be installed....