Skip to content

why my ohlcv dataframe interval is 15min, but in ploting, the candle bar interval is 2h? #997

Answered by eervin123
peilinnnnnn asked this question in Q&A
Discussion options

You must be logged in to vote

It down samples the plot if they're over I think 10,000 candles. However, if you want to see the fall resolution then pass resample=False to your plotting function.

Bt.plot(resample=False) should work.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@peilinnnnnn
Comment options

Answer selected by peilinnnnnn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants