For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Live Data/Live Trading
-
Use the link below to go the original post
Click here to see the full blog post
-
When I tried to run this algo, It returned: AttributeError: 'IBBroker' object has no attribute 'fundmode'
What could it happened?
-
That was a regression bug introduced which affect the live brokers in version
1.9.57.122
(and probably1.9.56.122
)See this Community - Broker and fundmode for a solution with
stdstats=False
for cerebroOr update to the
1.9.58.122
(released today) which addresses the problem.