Automate the stock & bitcoin trading with Python

Course Provided by:
Course Taken on: coursary
starstarstarstarstar_border 4

Description

What matters most in trading stocks or Bitcoin is to know when to buy or the perfect time of entry. It is frustrating and tedious to keep track of multiple stock charts every single day to capture an entry time to buy the stock. Nowadays, we can automate any kind of manual and repetitive job by programming simple computer codes. If we can automate the process of detecting the significant entry point for the stock trading, the quality of trading or the profit can be greatly improved while minimizing our attention to it. What we are going to achieve in this lecture is to learn how to write a Python code that will keep track of stock or Bitcoin chart for significant entry signal on daily basis, so that we can get an e-mail notification to buy a certain stock when the stock shows significant buy signal even if we stay away from chores of observing stock charts on daily basis. We're going to use a moving average indicator and MACD indicator to detect buy signal. Basics about those technical indicators will be explained at the beginning of the lecture, and an explanation on how to write a Python code to implement those the algorithm will be followed. In the last sector of this lecture, I'm going to cover writing a program to keep track of the Bitcoin chart and send a notification as a solution to investment in Bitcoin by using the same method.

Requrirements

Requirements No prior knowledge on programming is required because we'll start from the basics of Python Microsoft Excel needs to be installed as a prerequisite

Course Includes