Mariner Backtesting - Market Orders Logic

Check Logic

The order is always accepted.

Fill Logic

The order is filled at the bid (if selling) or ask (if buying) The number of shares filled is the symbol's bid_size * lot_size (for selling) or ask_size * lot_size (for buying).

Cancel Logic

The order can be cancelled at any time.