You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been facing weird issue when trying to calculate CCI (ta.cci).
Each time I run the exact same code, on the same data, and same arguments, I get different values for the feature.
I've been facing weird issue when trying to calculate CCI (
ta.cci
).Each time I run the exact same code, on the same data, and same arguments, I get different values for the feature.
the code:
I've attached a screen recording of the issue as it's the most simple way to display it.
Recording.2024-07-22.130315.mp4
where
raw_data
is a lazyframe with simple structure of row per day per ticker, nothing special.The raw data is sorted.
I tried with and without filtering the lazyframe to only one ticker, sorting by date asc and desc, but nothing helped.
The text was updated successfully, but these errors were encountered: