Skip to Content
Python Algorithmic Trading Cookbook
book

Python Algorithmic Trading Cookbook

by Pushpak Dagade
August 2020
Beginner to intermediate content levelBeginner to intermediate
542 pages
10h 50m
English
Packt Publishing
Content preview from Python Algorithmic Trading Cookbook
Placing Bracket and Cover Orders on the Exchange

This chapter introduces various types of bracket and cover orders that can be placed on exchanges via the broker APIs. The recipes include code for placing 12 types of orders and querying their statuses, canceling open orders, and exiting completed orders. These recipes will be a fundamental part of your algorithmic trading strategies. Understanding all of the types of orders and knowing which one to place for the given requirement is crucial for building a successful trading strategy.

Each order has four attributes that together define the order completely:

  • Order transaction type
  • Order type
  • Order code
  • Order variety

For placing an order, all four attributes should be known precisely. To know ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Python for Algorithmic Trading Cookbook

Python for Algorithmic Trading Cookbook

Jason Strimpel
Python Cookbook, 3rd Edition

Python Cookbook, 3rd Edition

David Beazley, Brian K. Jones

Publisher Resources

ISBN: 9781838989354Supplemental Content