Scale Orders

Scale Orders allow you set multiple limit orders within a range. They allow traders to quickly break their entry or exit of a token into multiple orders at various price levels. This strategy averages the price, reduces slippage, and minimizes market impact.

In this example, the user is setting 5 limit orders between the price range of $16 and $20 dollars.

Scale Distribution Types

  • Flat: the amount of SOL per order will be constant per order

  • Up: the amount of SOL per order will be weighted towards the higher price

    • In the example, the orders could look like [{$16: 1 SOL, $17: 1.5 SOL, $18: 2 SOL, $19: 2.5 SOL, $20: 3 SOL]}

  • Down: the amount of SOL per order will be weighted towards the lower price

  • Random: ChainPro will randomize the amounts per order

Last updated