Book Image

Building Trading Algorithms with Python [Video]

By : BignumWorks Software LLP
Book Image

Building Trading Algorithms with Python [Video]

By: BignumWorks Software LLP

Overview of this book

This course is a great opportunity to get started with trading, reap the rewards, and take the markets by storm. Programmers who have a basic knowledge of trading in traditional assets and wish to develop their own trading bots will find that this course addresses their core concerns and shows how to go about designing and developing a trading bot. The course will enable you to get started with creating a traditional asset trading bot. It will arm you with all the necessary programming tools and techniques to develop a full-fledged trading bot that numerous investors/traders can utilize. It covers general features such as using a financial calculator to do conversions, simply by interacting with a bot. Your customers, using your trading, bot can look up recent trends to make informed predictions and see what others have been trading, and how much. All the code and supporting files for this course are available at https://github.com/PacktPublishing/Building-Trading-Bots
Table of Contents (4 chapters)
Chapter 2
Building an Automated Stock Trader
Content Locked
Section 1
Implementing Stock Market Analysis in Python
A code solution demonstrating analysis of stock market data. - Set up the demo - Write live code for the code demo - Explain the code as we go