For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Total commission spend
-
How to get the total commission spend at the end?
-
You can
- Track it with the notifications of
notify_order
ornotify_trade
- https://www.backtrader.com/docu/strategy/ - Use the
TradeAnalyzer
which already includes this calculation - https://www.backtrader.com/docu/analyzers-reference/#tradeanalyzer - Write a custom analyzer which only tracks that value.
- Track it with the notifications of