Hello,
I have a couple of good strategies that are not correlated and I would like to combine them using backtrader. I want to be able to see the trades made by both strategies. Is it possible to build a strategy, using the traditional backtrader way, to do this?
For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
M
Latest posts made by Mcruzg
-
How to combine several strategies using backtrader
-
RE: Creating a Long/Short/Exit Strategy?
@backtrader why is this theoretically not recommended?
-
RE: ZeroDivisionError not on RSI
@backtrader Hello! I'm very interested in including the code to handle these exceptions, particularly I think that adding a safediv parameter to the adx indicator might be very useful. Would it be possible to send you a pull request? How would that work?