For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
"Fill or kill" orders
-
Hi guys, what is the best way to implement 'Fill or Kill' limit orders (only execute order if it can be filled 100%) ?
-
I don't think that
bt
backtest broker allows such types of orders. Just in case check Docs - Broker - Volume Filling - Fillers, maybe it will be helpful. Otherwise new implementation of the backtest broker need to be written.