Can you tell me how the PriceDown functionality will behave if the PriceDownDelay parameter is set to 0?

: Strategy settings

In the MoonBot terminal, on the Sell orders tab, you can set the parameters for automatic reduction of Sell orders. After the time that is set in the PriceDownTimer parameter, the first decrease in the Sell order occurs, and then the auto-decrease occurs with a “zero subsequent delay step”, since PriceDownDelay = 0 (in fact, with a subsequent minimum delay step of 0.33seconds due to the terminal’s internal limitation on the minimum delay in reshuffling the Sell order). That is, after the first permutation, the Sell order will then quickly move down to the opposite order book until it reaches the drop limit level, which is set in the PriceDownAllowedDrop parameter, or until the Sell order finds the edge of the opposite order book and closes in it.