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 1
Basics of a Universal Trading Bot
Content Locked
Section 3
How to Handle Data for Trading in Python
Learn the basics of how to get and handle historical trade data, which forms the basis of analyzing any stock data. Use Python and some modules to do the same. - Discuss the required software - Handle stocks data from the internet - Learn to load stocks data from the local machine