Replies: 1 comment 3 replies
-
From the looks of it, you should be able to do something like: ...
data = Iq.get_realtime_candles(...)
df = pd.DataFrame(data).T
fplt.candlestick_ochl(df[['open','close','max','min']])
fplt.show() |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can anyone answer me if finplot is compatible with this? And how to use it, thank you
https://github.com/iqoptionapi/iqoptionapi
https://iqoptionapi.github.io/iqoptionapi/en/candle/candle/
Beta Was this translation helpful? Give feedback.
All reactions