ValueRaider

Results 898 comments of ValueRaider

> - Simple code that reproduces your problem Because error may only occur with your specific symbol.

Working for me. Posting the actual error message + traceback might help.

`data_stores` code has been removed

Does this still happen with latest version?

Timezone handling fixed in recent versions, can you confirm issue fixed

Best way is to submit a PR for review, easier to answer when can see the code.

Indeed this creates a lot of confusion. But an argument against change is it would break all users codes that isn't disabling dividend-adjustment.

@galashour Good point. So 2 stages: pre-warning message, then future implementation. Regarding returning both `close` and `adj close`: already possible if user disables adjustment: `auto_adjust=False`. Btw returning both is maybe...