For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
buy at close and sell at open
-
hi, I'm new in backtrader.
I have a question about a strategy :
buy at close price and sell at open price(next day)I've searched about cheat-on-close, cheat-on-open, DaySplitter, but I cannot find a enough information.
So, my question is that is it possible to test buy at close, and sell at open??
If it is possible, which code should I use?