In this video, we will code a Real-Time Candlestick Web Application in Python. We will connect to MetaTrader5 to get real-time data and use Plotly-Dash to create the Web App.
Chapters:
00:00 Intro
00:40 App Preview
01:45 Code Intro
02:45 Writing Functions
03:45 Create the App and set the Layout
06:25 Interval Update and generating OHLC Figure
09:12 Outro
Download Python Code:
###
Open a Trading Account with IC Markets (affiliate link):
###
Risk Disclaimer:
Trading the financial markets imposes a risk of financial loss. TraderPy is not responsible for any financial losses that viewers suffer. Content is educational only and does not serve as financial advice. Information or material is provided ‘as is’ without any warranty.
Past trading results do not indicate future performance. Strategies that worked in the past may not reflect the same results in the future.
###
Affiliate Disclaimer:
Links in the description may contain affiliate links. TraderPy may receive a commission from purchases from those links
Can you also expalin the way we put indicators on this chart
And put stop loss and take profit..
And also can we use renko chart except candlestick?
By the way thanks for the video bro…you derserve million sub..
Yes, sure. Im not sure whether renko charts are supported by default, otherwise, we will have to code renko ourselves. Ill prepare something on Indicators however.
Bro you videos are really educational can you please make a video implementing a machine learning strategy
ARIMA LSTM and more. pls
I will try to think of something on this topic as well.
great video my congratulations this is a new step! Can you ask what advice would you give if you need to run such a code 2 times so that 2 windows with charts appear, for example 15 minutes and 1 hour of one ticker? or several windows with different tickers? is it possible?
Yes, it is possible. You can just open a second window with different settings and they will work independently.
GREAT source of content! I’ve watched 6 of your videos already, and you’ve answered a ton of my questions. Thank you! I do have a suggestion for a video however. Can you post a video on how to make use of Sockets or WebSockets with MT5? I’m wondering if, in python, its possible to get up-to-the-millisecond results, similar to how your overall profit is calculated in MT5? Every 2 seconds is great also, but I would like to know if its possible to get live data, using sockets. Thanks in advance, and keep the GREAT content coming!
Thanks !!!!!!!!!
Nice bro , but how to plot indicator on This
and can we create This for local data which stored in the our PC in the Excel format
Very very amazing video! Could you make a video showing live chart data during backtesting? Something like a for loop going through a pandas library which would feed the historical but live chart.
I would love if you make a video to extract patterns like acending, decending triangles, cup and hundle; etc.