Is it possible to calculate the size of the next order in the grid not only linearly, but also geometrically in the strategy settings?

: Strategy settings

Yes, this can be handled by the OrderSizeKind parameter and here we can select the way the grid of orders is calculated (Linear – linear calculation or Exponential – geometrical progression calculation). That is, if Exponential is specified, each following order will be OrderSizeStep percent larger (for instance, if OrderSizeStep = 200 the next order will be 2 times larger). If Linear, the next order will be OrderSizeStep percent larger.