Skip to content

Instantly share code, notes, and snippets.

@davidzhaodz
Created December 17, 2020 21:00
Show Gist options
  • Save davidzhaodz/84ef4492d1ee51c7bb2ec81ab1c30fc6 to your computer and use it in GitHub Desktop.
Save davidzhaodz/84ef4492d1ee51c7bb2ec81ab1c30fc6 to your computer and use it in GitHub Desktop.
fig = go.Figure(data=[go.Candlestick(x=df.timestamp,
open=df.open, high=df.high,
low=df.low, close=df.close)])
fig.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment