For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Commission
-
Hi @backtrader ! Just wanna check whether it is possible to add two commission scheme for two different datasets. Let say commission scheme one has multiplier of 1 for self.data0 and commission scheme two has multiplier of 2 for self.data1 and we are trading using these two datasets simulataneously.
Thanks!!
-
You can add commission schemes for different names
-
@backtrader do you mean the name of the data or the name of the commission? Thanks :)
-
It's in the docs, hence the link. The commissions have no names.
Read the reference for
setcommission
andaddcommissioninfo