If you think you are going to do this in just over 3 hours by following along that is not going to happen. Plan for 3 days. Just a great video. So much information. Thank you.
This video is the reason I got my first internship ever and I'll forever be grateful for it, thank you for this amazing content.
2:23:44 if you have problem guys, replace the data = df.Close.to_frame() line to data = df[["Close"]].copy() and it will be working
I came here from the code camp course. You are so much more easy to understand. Though with a lot of struggle I had managed to cope with the instructions of Codecamp course, turns out a lot of functions mentioned in the course are outdated. I was confronted with many decoding errors. So I luckily found your course, which is super beginner friendly and more importantly everything works!! Thank you very much for this course!
I am just halfway down the line and I can say that it's the best video to date on Algo Trading!
Exactly what I was looking for, both the curriculum and finance subject. Glad I found your channel, subscribed immediately and will explore your other videos later. Thank you for all your time and effort to spread knowledge!
i don't have much but i want to say thank you much for your hard work and teaching. it helps me a lot.๐
24:07. You may come accross an error when trying to use seaborn as explained in the video. This is due to an update in Python since 3.6(i think). My work around was: " %matplotlib inline import matplotlib.pyplot as plt import seaborn as sns sns.set_theme() plt.style.use("seaborn") " Just an extra step but it works.
This is the absolute best algo trading tutorial I have ever seen on YouTube because it is the only one completed. From now I only want to follow your channel. thank you for your excellent teaching.
Excellent video! I'm looking forward to watching the rest of your content. You explain concepts very well, and I particularly enjoyed your Python teaching skills. Watching a real person code and troubleshoot is incredibly valuable. This is an excellent and honest video that provides valuable content.
One of the finest video on the topic, heavily underrated.. thanks for this..
15 MINS INTO THIS TUTORIAL I am already hoooook. I pray it goes well because I have been searching for aa step by step way to learn algo trading and none has been so helpful but this. Thanks so much. I am coding along and pausing the video to take note and I can tell your simplicity in explaining complex python syntax is epic i have not encountered any issues yet. Thanks
37:00 to obtain the percentage change, you should divide the difference by the previous close. And multiply by 100.
What a video!! Just a simple and very good explanation so far on youtube. Tried learning from many, but this is the bestโค
Just got through with the full tutorial ! Thanks a lot for putting online such a great video !
Unbelievable ... The algorithm recommended that video but I did not see it in the list when I looked once. I am at minute 6 and learned already some useful shortcuts for jupyter. Very good content thank you very much I will enjoy that video I see it helps to learn to code in a very practice-related way, that is how I like to learn!
56 finally learning more than to just turn on the computer AI I am going to learn how to code managers ! thank you ! for all you do to help the space
Thanks!
Loved the way you explained normalisation ๐
@quantprogram