@brooklyn_domino

Great video! Please keep uploading more videos.

@archimedesCNC

timely & right to the point of my need.  thanx for this effort.

@theexposer9483

To the point video, keep the good work. Request you to suggest how to read stocks data from a web socket and use in creating live chart from that live fed in Streamlit.

@salsabilafauziah3542

please dont delete this video i really need this:(

@hamdaniaulia7045

Cool mate, Learn Alot form this, thankyou

@CuriosityDataAnalytics

Very interesting thanks!

@radishark8449

awsome , thanks for sharing this code with us

@SirGeneral

Hi, how do I run this, it won't let me run the .py file due to an error, do I have to put it in a browser and if so how?
Very cool concept btw! It doesnt look messy at all for the amount of code there is!

@RealLexable

Would it be possible to get it executable with real trades on the same dashboard like a selfmade own little broker ? Or at least at a trustfull one through API inclusive your new vision indicator option 😊

@sushilgangavati7299

Great video. I'm Getting an error at data = add_technical_indicators(data) line 
Data must be 1-dimensional, got ndarray of shape (369, 1) instead. Can u please help solve this

@ZinTechPro

great video

@k_celebs__

Thanks for the video

@AstroKungfu

Great video! I get this error when running your code: 

unsupported format string passed to Series._format_
  File "C:\Users\jkeye\OneDrive\Documents\VSCode\testPy", line 142, in <module>
    st.sidebar.metric(f"{symbol}", f"{last_price:.2f} USD", delta=f"{change:.2f} {pct_change:.2f}")
TypeError: unsupported format string passed to Series._format_

Any idea how to resolve?

@StormWolf01

Great video, but a tiny bit short. I would have been fine if it was 20 min long video.

@clementndome9260

nice video

@uwaishkarni5030

Yfinance can only provide open,close,high,low and vol. What if we have to get all the data like order book, open interest and other.

Like for different - different indicators we need different elements.. any guess how we will be getting that information.

One more thing about - chart pattern like tradingview has script which will create the chart patterns live and provide the target and stop loss. Can we create anything like that too! 

I.tried but nothing working out!

@DanielDiggens-cf3fy

Nice demo! I am trying it out but can't figure out syntax error I get on

    # Display main metrics
    st.metric(label=f"{ticker} Last Price", value=f"{last_close:.2f} USD", delta f"{change:.2f} ({pct_change:.2f}%)")

Script execution error
File "/mnt/c/Users/data1/utm/markets/yf_dashboard.py", line 92
      st.metric(label=f"{ticker} Last Price", value=f"{last_close:.2f} USD", delta f"{change:.2f} ({pct_change:.2f}%)")
                                                                                                                      ^
SyntaxError: positional argument follows keyword argument

@sparta2940

how do i create this but instead of stock prices, it would output global oil price?

@AstroKungfu

what version of python should I use for this code?

@qmirasbobo1

What is the ta module?