Reader small image

You're reading from  Python Algorithmic Trading Cookbook

Product typeBook
Published inAug 2020
Reading LevelIntermediate
PublisherPackt
ISBN-139781838989354
Edition1st Edition
Languages
Right arrow
Author (1)
Pushpak Dagade
Pushpak Dagade
author image
Pushpak Dagade

Pushpak Dagade is working in the area of algorithmic trading with Python for more than 3 years. He is a co-founder and CEO of AlgoBulls, an algorithmic trading platform.
Read more about Pushpak Dagade

Right arrow

EMA-Regular-Order strategy – fetching a paper trading report – order history

After submitting a paper trading job on the AlgoBulls platform, the AlgoBulls paper trading engine starts executing the strategy. During the execution, along with the logs, the P&L table, and statistics table, the AlgoBulls paper trading engine also generates an order history log in real time. This log contains state transitions of every order, along with the timestamps and additional information (if any) for each order state. The order history log is crucial in understanding how long it has taken for a trade to go from 'OPEN' to 'COMPLETE' or to the 'CANCELLED' state. For example, the MARKET orders would immediately go from an 'OPEN' to 'COMPLETE' state but the LIMIT orders may take a while, based on the market conditions, to go from an 'OPEN' to 'COMPLETE' state, or they may even get to 'CANCELLED'. All this information...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Python Algorithmic Trading Cookbook
Published in: Aug 2020Publisher: PacktISBN-13: 9781838989354

Author (1)

author image
Pushpak Dagade

Pushpak Dagade is working in the area of algorithmic trading with Python for more than 3 years. He is a co-founder and CEO of AlgoBulls, an algorithmic trading platform.
Read more about Pushpak Dagade