Scale Orders
Last updated
Last updated
Note: all commands operate on the currently viewed instrument only
scale <side> <size> into <count> from <price> to <price>
Place <count> number of orders of a given total <size> between the two prices (order of prices not important). Can also specify to reduce
(see example)
scale buy 10 into 10 from 31000 to 32000
scale sell 10000$ into 25 from 50000 to 48500 reduce
scale <side> <size> into <count> from <price> to <price>
price offset can be mimicked and mixed with other types of figures
scale buy 1000$ into 10 from -0.25% to -1%
scale sell 1 into 5 from +1% to 32000 reduce
scale <side> <size> into <count> from <price> to <price> cubic <skew>
As above, but specifying either cubic or icubic followed by a skew figure between 0.0 and 1.0 to specify how to distribute the orders
scale buy 20000 into 10 from 31250 to 32000 icubic 1.0
scale buy 10000$ into 30 from 20500 to 20750 cubic 0.25 reduce
cubic>1 distributes the orders to the high of the price range, conversely icubic>1 distributes the orders to the low of the price range.