A feature to exit at the end of day. #529
wolfcuring
started this conversation in
Ideas
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.
-
As I am interested in intra-day trading, I need to exit at the last bar of day. I checked kernc's package, it does not seem to support this functionality. So I coded a func to added a column to the OHLC data, so that when it is the second last bar of a day, it gives a signal of 1.
It works, but seems quite clumsy. Maybe this can be added to the package in further version.
Beta Was this translation helpful? Give feedback.
All reactions