Will the MoonBot terminal cancel the grid of Buy orders step by step every 10 seconds with AutoCancelBuy=0 and CancelBuyStep=10?

: Strategy settings

If AutoCancelBuy = 0 is set in the MoonBot terminal on the Buy conditions strategy settings tab, and CancelBuyStep = 10 is set on the Multiple Orders tab, then there will be no step-by-step cancellation of the Buy order grid every 10 seconds. In this case, the main setting is AutoCancelBuy = 0, which means that this is not a “zero delay in canceling orders”, but the parameter is disabled and “there will be no cancellations at all” and, accordingly, there will be no further step-by-step cancellation of orders, starting with the first parameter setting CancelBuyStep = 10. In order for this algorithm to work, you need to specify in the AutoCancelBuy parameter not a zero, but a minimum delay in canceling orders, for example, AutoCancelBuy = 0.1 seconds, then after 0.1 seconds the first Buy order in the grid will be canceled and then the CancelBuyStep=10 parameter will start working, canceling subsequent orders with a delay of 10 seconds.