ValueRaider

Results 898 comments of ValueRaider

Ah you're right on trailingReturns, I must have got mixed up. Go ahead with Pandas.

Abandoned. Anyone want to take over and finish?

I'll pin this issue, maybe someone with relevant skills has time to implement an improvement.

@fredrik-corneliusson Does your recent work address this?

Are you able to fix this for project?

I agree that's wrong but this is what Yahoo has on their website so nothing we can do. Other than wait for Yahoo to fix, because I'm sure it was...

What I mean is, assuming that Yahoo was displaying correct candles until recently (which I think is true), that Yahoo has recently introduced a change or bug in their backend...

Probably Yahoo never resolved because the fix is simple: close = open tomorrow. Because market is 24 hours. ``` import numpy as np close = np.roll(df["Open"].to_numpy(), -1) close[-1] = df["Close"][-1]...

Correct financials are now available in pre-release version 0.2.0rc4.

The solution to not get blocked by spam detection is to stop spamming. `shares` changes once a year, why can't you cache it somewhere? `requests` session is a basic dumb...