Mariner Backtesting - Simple Orders in the order object

Order Object (order) Simple Order Methods - to aid the quick development of trading algorithms

CQ Lite and Elite Simple Order Methods

CQ Elite Additional Simple Order Methods

Cancel and Replace Simple Order Methods

Full Order Methods

If you are taking a model live, you will need to take more direct control over the order types sent and respond to Fills, Cancellations, Rejects, Partial Fills etc. In order to manage these scenarios you would use the full order handling Methods listed below.

CQ Lite and Elite Methods:

CQ Elite Methods

  • twap() - Initiate a Time-Weighted Average Pricing (TWAP) order schedule to buy or sell over a specified period. This will generate multiple sub-orders.
  • twap_cancel() - Cancel an existing TWAP order schedule.
  • vwap() - Initiate a Volume-Weighted Average Pricing (VWAP) order schedule to buy or sell over a specified period. This will generate multiple sub-orders in a statistically drive method to meet the volume curve for the period of time and symbol specified.
  • vwap_cancel() - Cancel an existing VWAP order schedule