Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

image As the screenshot shows, my ohlcv dataframe interval is 15min, but in ploting, the candle bar interval is 2h. Can I know why, and how to make the candle bar interval is same as ohlcv dataframe interval?
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

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.

You must be logged in to vote
1 reply
Comment options

I see, it works, thanks a lot!

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

AltStyle によって変換されたページ (->オリジナル) /