For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
IBBroker Issue
-
Does IBBroker has a get_open_orders method? If not, do you have to implement something yourself to do this for live trading?
Thank you!
-
Not that I can see from the source:
Also see this
https://community.backtrader.com/topic/176/oanda-test/21@Backtrader notes that it is not implemented in any broker.
I think there are two options:
1 - Track the open orders yourself
2 - Create a variant of the store & ibbroker then implement the method. Assuming the IB API has a call to return open orders.