Automated Stock Trading with Python – Trading Bot Included!
$79.99 $11.99Track price
This course is deprecated, please check my other course, Automated Trading Bot (Python hands–on bootcamp) , longer and updated.
Old notes:
This course will guide you through the steps that will enable you to have a trading bot operating automatically. With Python, a commission free broker and your laptop you will have a trading bot performing real time orders into the stock market. Learn your way towards an automated trading bot that will be able to place orders following your own strategy, implemented by you, under your control and understanding.
IMPORTANT DISCLAIMER: since 2022, Alpaca has updated their API to the V2 and deprecated the V1. This now requires us to pay for real–time data ($9/mo), which in NO WAY is sponsoring this course. There is no workaround that allows you to pull real–time market data in batch.
This course includes a trading bot already programmed in Python3.
The course aims to explain how does the code work and how can you implement your strategy
All the code is explained so you can learn how it works (or simply run it!)
The trading bot is included, you will learn how to use and modify it – plug and play!
With a very basic level of Python you will be able to understand all the code
Instructor Details
Courses : 1
Specification: Automated Stock Trading with Python – Trading Bot Included!
|
9 reviews for Automated Stock Trading with Python – Trading Bot Included!
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $11.99 |
---|---|
Provider | |
Duration | 3 hours |
Year | 2022 |
Level | Intermediate |
Language | English |
Certificate | Yes |
Quizzes | No |
$79.99 $11.99
Claire Gorrias –
Even though it is not the best course available, it provides a clear and precise explanation of the content and it includes the code to trade. The best thing is that you finish the course with your bot running, a tangible result that is difficult to find in other courses.
Pedro Juan Segura Cabrera –
I would recommend this course to anyone who is interested in the trading/tech field. It provides you with many actionable steps to get started right away. The instructor makes it easy to understand showing clean and tidy code, together with the price and indicators charts. Great course!
Shiv R Kumar –
11 minutes into the course and Andreu is already talking about trade algorithms and automation technology. He wastes no time getting into the core course content. I’m very excited to be learning from him.
Yuseung Han –
Lectures are quite short and straight forward. Attendees should study themselves about the PDF file which is offered by the lecturer and it was quite good for me because it is quite straightforward and I dont need to waste of my time watching too long videos. Nice thing is taht, the course ,at least, make you are able to have automated trading bot with alpaca. but the strategy should be updated by attendees. Bad thing is that someitmes it is hard to see the coding on screen when he shares his screen. Generally I satisfied with this lecture.
Andrew James Pastor –
very well laid out
Sandy Madanguit –
I haven’t started yet using it on my own, I’m amazed by how this program works. It’s worth the time to spend studying this and I hope I can make use of this soon.
Wonder Guy –
Great starting point, a bit confusing since the script is outdated from the one on Github. Also nothing talking about how the bot gets a lot of errors since there is a rate limit for the API requests. When it is exceeded, the API server returns error response with HTTP status code 429. The rate limit is 200 requests every minute per API key.
Jack Chu –
This course is definitely worth its price. The instructor Andreu is clearly talented. He has serious coding chops. I’m impressed by how he combined so many different technologies together for the trading bot. He also has a talent for simplifying and making things practical. The theory and explanations are clear. He focuses on the big picture concepts, which gave me a good grasp on what is going on. However, this is not a class on programming per se. It’s about being able to run and customize a pre built program. So to understand every detail of the Python code such as how the instructor combined different libraries or made all the functions, you’ll need to do in depth Python study and research on your own. One thing that can be very frustrating is getting the code to run due to having different versions of Python. I started with Python 3.9. But this course uses Python 3.8.1 to 3.8.5. You can save yourself the trouble by getting this version of Python from the get go. Once the hurdle of successfully running the code is passed, bot trading on Alpaca feels magical. If you get this course, I suggest trying to run the trading bot ASAP and then understanding the code. Personally, I feel the purpose of buying this course is to have a trading bot up and running. This course does a good job at nailing this goal.
SusnigdhArya –
well explained