For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Limit and Stop Loss orders trigger only on even lots
-
SEC rules (link below) require that brokers trigger stop-loss and limit orders based on even lots. Can BT recognize even lots in the trade stream and only trigger stop-loss or limit orders when an even lot trade is seen? When searching the BT docs for "even lot" I got zero results. Thanks Amer
link to SEC rules
https://www.sec.gov/rules/sro/nyse/34-49536.pdf -
AFAIK there is no such logic implemented in the simulated broker (bbroker) in Backtrader.
-
@vladisld thanks so much. We got our marching orders.