Order details

Order Size — sets the size of each IN-order in coin units or USDT. Order Size


Max Order Size — limits the maximum size of an IN-order after applying the Order Size Ratio multiplier.

Order Size Ratio — a multiplier that increases the size of each successive IN-order by a fixed rate.

Max Order Size & Order Size Ratio


Example — How Order Size Ratio Works:

  • Order Size: 0.1 BTC

  • Order Size Ratio: 1.5

  • Max Order Size: 0.3 BTC

Order sequence per Grid Step:

  1. First order: 0.1 BTC

  2. Second order: 0.1 × 1.5 = 0.15 BTC

  3. Third order: 0.15 × 1.5 = 0.225 BTC

  4. Fourth order: 0.225 × 1.5 = 0.3375 → limited to 0.3 BTC (Max Order Size), so order = 0.3 BTC


Example — Closing Orders with P&L Trailing:

If the bot closes orders of 0.225 BTC and 0.3 BTC:

  • The next order will be 0.225 BTC (the last closed size).

  • After that, the next order will be 0.3 BTC, and all further orders will remain at Max Order Size.


When does the bot reset the Order Size Ratio sequence?

  • If all orders are closed, the ratio resets and the bot starts over from the initial Order Size.

  • If orders are partially closed, the next IN-order will match the size of the most recently closed order (but not exceed Max Order Size).


Additional Notes:

When using Order Size Ratio, orders will be opened in multiples of the system’s minimum allowed order size. If the calculated size isn’t a valid multiple, the bot will round to the nearest acceptable value.


Strategy-specific Behavior:

  • In the Auto Grid strategy, Order Size Ratio works sequentially and is shared across both directions.

  • In the Dynamic (Auto) strategy, the ratio is applied individually per direction (Long and Short separately).

Last updated