For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
(Self) Analysis Help on Backtrader Internals
-
Hi,
I realize there are a lot of really nice and good working scripts and examples for different situation (thanks to @backtrader for this great work).
Presently I face the situation that I need to combine different scripts and therefore see some challenges.
My question is:
Is there a good place where I could set a breakpoint and look at all the parameters that decide on the internal behaviour of Backtrader?
I think of a common set of variables / parameters I should dump so that I can compare them throughout different scripts.
Thanks in advance!