For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Bitstamp as broker
-
Any chance to port bitstamp broker from pyalgotrade to backtrader
-
There are no similarities between
pyalgotrader
andbacktrader
beyond the usage of Python. The source code ofpyalgotrade
wasn't even looked at/into to get a reference. Not that there was the need for a clean room implementation, simply because fresh ideas sometimes come from not looking at the ideas from other people.As such there would be no porting from the broker implementation
pyalgotrade
has. It would have to be an implementation from scratch and at the moment it isn't planned.