Charts in phyton

Hello there:



 I was wondering, Is there a way to visualize the intraday real time chart with 5 minute candles from interactive brokers on phyton?? , what about 1 minute clandle  or 15 minute candle??



Is it possible to do that



 

Hi Ghery,



Yes, you can visualise the intraday data with the help of data visualisation libraries such as Matplotlib or Plotly.



Here is a page that will take you through steps for creating interactive candlestick charts in Python, using the Plotly library.



Similarly, you can refer to the video shared here. This video will help you learn how to visualise data, especially when it is being updated in real-time. 



I hope this helps you out!

Thanks a lot