Great video, as I understand, the visualisations are very dynamic, and there are many categories of indicators, would appreciate a series or a second video if possible
0:00: ⚙ Introduction to financial analysis using Python, with a disclaimer on financial advice. 4:04: 📈 Python libraries for stock data analysis 8:27: 📈 Visualizing stock data with moving averages and indicators in Python. 12:32: 📈 Visualization of stock price and relative strength index in Python for technical analysis. 16:47: 📈 Plotting MACD and Signal Lines with Histogram in Python 21:03: 📈 Using candlestick patterns for stock analysis and plotting with mplfinance library. 25:44: 📈 Understanding Candlestick Chart Patterns Recap by Tammy AI
Highly valueable video for developers and algo traders. Thanks a lot for great stuff, altogether in just one video. A learned person he is...... Great work
Awesome video! If you don't mind, I have a quick question. Is there a way to use python to identify a candle that is engulfing the previous candle on both ends (buy side and sell side)?? More specifically, where the high of the current candle is higher than the previous and the low of the current candle is lower than the previous.
help, i install the files and stuff. oduleNotFoundError Traceback (most recent call last) Cell In[1], line 2 1 import datetime as dt ----> 2 import talib as ta 3 import numpy as np 4 import matplotlib.pyplot as plt ModuleNotFoundError: No module named 'talib'
About the data, the Close values are more than the high values. Isn't that wrong? I mean if closing price is more than the highest value seen during the given time, then the closing value should be set as the high value if I a right...!
Great vid. Can you do a vid showing how to draw horizontal price lines that touch the most support or resistance prices on the daily? I use these prices as targets and I'm finding it very difficult to code. I don't believe something like this is a function option in ta-lib.
It seems the install doesn't work for Python 3.11.x, which I am using right now, is there an updated way of install? What's the difference between TA-Lib and ta-lib (or ta-lib-bin)? Do we install it with conda (with certain channel) or pip? Thanks again.
Why would someone learn Python to analyse stock data? Don't brockerage firms like T.D. Ameritrade have prepackaged software that you can use to study price activity on their charts. Seems like all their inhouse software is all integrated into their charting and data information to make it easy to manipulate the data as you want. I could possibly see using a Python program to buy or sell positions more quickly rather than typing in all the necessary information for a buy or sell order.
you analyze on your own, then you use ml to analyze by ml, then through ml you predict the result and then apply for yourself without paying anyone and get your money in the well if at any point you are wrong
Wow, never realized what an expert programmer can accomplish with these Python libraries. Thanks!
Great video, as I understand, the visualisations are very dynamic, and there are many categories of indicators, would appreciate a series or a second video if possible
0:00: ⚙ Introduction to financial analysis using Python, with a disclaimer on financial advice.
4:04: 📈 Python libraries for stock data analysis
8:27: 📈 Visualizing stock data with moving averages and indicators in Python.
12:32: 📈 Visualization of stock price and relative strength index in Python for technical analysis.
16:47: 📈 Plotting MACD and Signal Lines with Histogram in Python
21:03: 📈 Using candlestick patterns for stock analysis and plotting with mplfinance library.
25:44: 📈 Understanding Candlestick Chart Patterns
Recap by Tammy AI
Highly valueable video for developers and algo traders. Thanks a lot for great stuff, altogether in just one video. A learned person he is...... Great work
thanks for making our life simpler
data = web.DataReader("AAPL","yahoo") //generate a typeError
How to fix that?
You can use yfinance Library instead
My favorite type of videos 🔥🔥 thank for you this bro
DataReader library is broken. It doesn't work.
I think you mean the web link is not working, not the library is malfunctioning
Thanks for making these informative videos.
data = web.DataReader("AAPL", "yahoo") comes up with error "string indicies must be integers." Can anyone help with this?
@John Falkner Thanks so much mate, is there a reason as to why I could not just do the 'data = web.DataReader' ?
Awesome video! If you don't mind, I have a quick question. Is there a way to use python to identify a candle that is engulfing the previous candle on both ends (buy side and sell side)?? More specifically, where the high of the current candle is higher than the previous and the low of the current candle is lower than the previous.
Don't know why but im getting error as 'Exception: inputs are all NaN' at 23:18.
This is a really good video. Thank you!
help, i install the files and stuff. oduleNotFoundError Traceback (most recent call last)
Cell In[1], line 2
1 import datetime as dt
----> 2 import talib as ta
3 import numpy as np
4 import matplotlib.pyplot as plt
ModuleNotFoundError: No module named 'talib'
About the data, the Close values are more than the high values. Isn't that wrong? I mean if closing price is more than the highest value seen during the given time, then the closing value should be set as the high value if I a right...!
TA-Lib was removed?
Email address not found, on the website, and will not open from other links 2/5/23, please reply, Thank You
Excellent video indeed. Thank you!
thank you very much I am very happy to find out you.
Great vid. Can you do a vid showing how to draw horizontal price lines that touch the most support or resistance prices on the daily? I use these prices as targets and I'm finding it very difficult to code. I don't believe something like this is a function option in ta-lib.
bro i want to download ta-lib in python 12 version
Great work
you are amazing sir
Love from india
Amazing video, thank you!
can you please teach us to build arbitrage bot in python using two exchanges ?
Excellent
very nice, thanks!
It seems the install doesn't work for Python 3.11.x, which I am using right now, is there an updated way of install? What's the difference between TA-Lib and ta-lib (or ta-lib-bin)? Do we install it with conda (with certain channel) or pip? Thanks again.
I downgraded my Python to 3.10.12 and now I can install ta-lib.
Thx.
Great content brother! Are you albanian by any chance?
Links are no longer valid
Why would someone learn Python to analyse stock data? Don't brockerage firms like T.D. Ameritrade have prepackaged software that you can use to study price activity on their charts. Seems like all their inhouse software is all integrated into their charting and data information to make it easy to manipulate the data as you want. I could possibly see using a Python program to buy or sell positions more quickly rather than typing in all the necessary information for a buy or sell order.
you analyze on your own, then you use ml to analyze by ml, then through ml you predict the result and then apply for yourself without paying anyone and get your money in the well if at any point you are wrong