Random

random() -> decimal

returns random decimal value in range [0, 1]

Be careful using this function in execute_price or execute_volume. Usage without cached will lead to unstoppable recreate of the grid.

Last updated