You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason the strategy doesn't sell in bar 12 is duplicate of issue #328. We check for enough cash (as if opening a brand new trade) even though we could just reduce one of the current trades.
Strange "closed at 1 day before the end of the simulation" is duplicate of bug #343.
Uh oh!
There was an error while loading. Please reload this page.
Expected Behavior
The dummy stratey should sell every long position (only has long positions) at day
12
.Breakdown:
(data does not matter as long as it has more days than 15, so the dummy strategy can be tested)
Actual Behavior
There are only 2 trades (BUYs) at step 10 and 11, which are closed at 1 day before the end of the simulation (This is also strange).
Steps to Reproduce
Try out this dummy strategy with any data which has more days than 15.
Additional info
Backtesting==0.3.1
The text was updated successfully, but these errors were encountered: