For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Implementation of broker interface
-
Hi All,
My existing broker have the API interface for getting historical/realtime data and order management. I am looking for implement real time trading system by combining Backtrader + My Broker APIs. I have gone through the BT documentation & I could see that I need to implement broker interface for the same. Do anyone have any idea, what all the interfaces/steps I need to implement to combine my broker with the BT for real time trading system.Thanks in advance
Sameer -
-
Hi,
What is your broker? I am looking to eventually add my broker too. So this post might be helpful.
Thanks