I'm using daily data but trade entries are duplicating with different exit times also #6
Unanswered
BlackArbsCEO
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the example machine learning script from here: original backtesting docs ml example
where I use
super().next()
to modify the originalnext
. However, using daily data, I get duplicate trades for the same entry timestamp, sometimes with different sizes and exit times.Some example code:
Again with daily data, the trades are duplicated:
Beta Was this translation helpful? Give feedback.
All reactions