- Python Algorithmic Trading Cookbook
- Pushpak Dagade
- 157字
- 2021-06-11 18:29:22
Stock Markets - Primer on Trading
When building algorithmic trading systems, it is essential to have an account open with a modern broker that provides APIs for placing and querying trades programmatically. This allows us to control the broking account, which is conventionally operated manually using the broker's website, using our Python script, which would be part of our larger algorithmic trading system. This chapter demonstrates various essential recipes that introduce the essential broker API calls needed for developing a complete algorithmic trading system.
This chapter covers the following recipes:
- Setting up Python connectivity with the broker
- Querying a list of instruments
- Fetching an instrument
- Querying a list of exchanges
- Querying a list of segments
- Knowing other attributes supported by the broker
- Placing a simple REGULAR order
- Placing a simple BRACKET order
- Placing a simple DELIVERY order
- Placing a simple INTRADAY order
- Querying margins and funds
- Calculating the brokerage charged
- Calculating the government taxes charged
Let's get started!
推薦閱讀
- Microsoft Dynamics CRM Customization Essentials
- 繪制進程圖:可視化D++語言(第1冊)
- Introduction to DevOps with Kubernetes
- 計算機圖形學
- Machine Learning for Cybersecurity Cookbook
- 會聲會影X5視頻剪輯高手速成
- Java開發技術全程指南
- Hands-On Linux for Architects
- iClone 4.31 3D Animation Beginner's Guide
- AWS Certified SysOps Administrator:Associate Guide
- Ceph:Designing and Implementing Scalable Storage Systems
- 工業控制系統測試與評價技術
- TensorFlow Reinforcement Learning Quick Start Guide
- 基于敏捷開發的數據結構研究
- C#求職寶典