timely & right to the point of my need. thanx for this effort.
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.
please dont delete this video i really need this:(
Cool mate, Learn Alot form this, thankyou
Very interesting thanks!
awsome , thanks for sharing this code with us
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!
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 😊
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
great video
Thanks for the video
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?
Great video, but a tiny bit short. I would have been fine if it was 20 min long video.
nice video
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!
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
how do i create this but instead of stock prices, it would output global oil price?
what version of python should I use for this code?
What is the ta module?
@brooklyn_domino