lets say system generates 20 parallel entries and also generates exits randomly - can backtrack handle 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/
D
Latest posts made by Dave78
-
RE: Parallel tardes
-
RE: Parallel tardes
thank you - I am just asking if this is possible as my strategy will generate lots of parallel trades - is there a limit to how many parallel trades back-trader can handle?
-
RE: Parallel tardes
hi
any idea if this is possible with backtrader??? -
Parallel tardes
Hello
I wonder if backtrader allows to back-test the parallel signals? I mean when the system generates at each of the few consecutive bars but the trades are no existed before the next signal occurs? Eg buy at days 1,2,3 - exit at days 7,8,9 (for entries at 1,2,3)