For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
How does Backtrader manage order execution ?
-
Hi, when an order is initiated in the backtest, does backtrader use the next data lines OHLCV to know if the order could have passed ? How does it know ?
-
Check out Order Management and Execution chapter in the docs.