CQG SLSNIPEBERG is a Stop Limit Sniper with Exchange Icebergs.
Order types: LMT
Available only for instruments traded at Exchanges which support iceberg orders natively.
Method: Triggered when the ask (bid) is equal or better than trigger price, child orders are sent aggressively into market, optionally increased by a factor, priced at the stop limit price. Child orders are Exchange side Icebergs. A new order is not launched until it's predcessor reaches a terminal state. Optionally converts balance to a market order (when supported by Exchange) if the market moves away >= a nonzero IWontTicks.
Parameters:
Name |
Tag number |
Format |
Comment |
TargetStrategy |
847 |
Int |
1019 - CQG SLSNIPEBERG |
PriceType |
9510 |
Char |
Price Type • 2 - Last Trade Price – Deploy if a price level trades • 5 - Opposite - Deploy if market is bid (for sells) or offered (for buys) • 6 - Same – Deploy if market is bid (for buy orders) or offered (for sell orders) |
IWontTicks |
8818 |
Int |
If set to a negative number, the unfilled balance of this order will go to market if, after a partial fill, the market moves against by the specified number of ticks. If this number is a positive number, the algo performs as if it were a market-if-touched. If zero, go to market functionality is turned off. Default – 0. |
PauseBetweenOrdersMs |
8053 |
Int |
Pause between order slices in milliseconds. |
TickOffset |
8402 |
Int |
Initial placement of child orders relative to best level. 0 means join best, -1 means one tick through the market. Default – 0. |
SizeFactor |
8404 |
Float |
When greater than zero size launched upon trigger will be of quantity (SizeFactor * opposite inside size) but not greater than algo’s quantity yet to be sent. Default – 0.0. |
PayupModel |
9105 |
Char |
See CQG PAYUP algo. |
ModelSensitivity |
9111 |
Float |
See CQG PAYUP algo. |
OppositeSizeRatio |
9120 |
Float |
See CQG PAYUP algo. |
OppositeSizeRaw |
9130 |
Int |
See CQG PAYUP algo. |
OnMiss |
9106 |
Char |
See CQG PAYUP algo. |
MaxChaseTicks |
8202 |
Int |
See CQG PAYUP algo. |
MaxShowQuantity |
210 |
Int |
Show quantity of exchange-side iceberg order. Default - not set. |