bartosh / backtrader

Python Backtesting library for trading strategies
http://www.backtrader.com
GNU General Public License v3.0
158 stars 55 forks source link

Store development #9

Closed Dave-Vallance closed 6 years ago

Dave-Vallance commented 6 years ago

The main update in this branch is to parse an order once it is submitted via create_order.

Using create order would return the response from the exchange. The update passes the order ID though the fetch_order method so that it returns a unified order object.

bartosh commented 6 years ago

the same is true for all your PRs.

Dave-Vallance commented 6 years ago

Sorry about that... let me look into it and try again!