Execute Volume
The parameter that specifies the amount to be placed, denominated in the base token.
execute_volume [decimal | formula -> [decimal]]
execute_volume [decimal | formula -> [decimal]]Volume (amount) value for each order in grid, denominated in the base token. It accepts both integer and decimal inputs and allows the use of formulas as values.
It must be borne in mind that when the quantity in the volume parameter changes and in the absence of the sleep_after_seconds parameter, the grid will immediately re-place orders on the exchange, which leads to an increase in the load on the communication channel with the exchange. For correct operation, it is advisable to use the sleep_after_seconds parameter and the cached function.
It is mandatory to use the cached function or the sleep_after_seconds parameter when using the random function.
Always positive value. Can’t be zero.
Last updated