For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Newbie question.
-
I'd like to build a crypto trading bot.
All it needs to do is Execute Trades with Buy Limit, Sell Limit( for Take Profit) and Sell Limit ( for Stop Loss). and floating stop/loss.
Can Backtrader do this? -
Yes,
bt
can do this for sure. -
Pointers to the sections of the documents that (by quickly looking at the title on the side bar) deal with orders:
But the most important part in any case is that the Broker instance connecting to the Cryptocurrency exchange supports the translation from the internals to the expected exchange values.
The thread you probably want to follow: https://community.backtrader.com/topic/623/anyone-use-backtrader-to-do-live-trading-on-bitcoin-exchange/