I want to run strategies in the MoonBot terminal only if the daily BTC price delta is close to zero and the market is in a flat state. What parameters can I use to do this?

: Strategy settings

In the MoonBot terminal, you can set these conditions on the Filters / Delta tab of the strategy settings using the following parameters:

Delta_BTC_24_Min=-0.2 (Minimum change in BTC price over 24 hours (in %), below which the bot does not consider the coin)
Delta_BTC_24_Max=0.2 (Maximum change in BTC price over 24 hours (in %), above which the bot does not consider the coin)

That is, if the BTC delta for 24 hours is in the range from -0.2% to +0.2%, then it has low volatility, which corresponds to the “flat” mode.

To ensure that this parameter is checked by the strategy, set IgnoreFilters = NO on the general Filters tab, and set IgnoreDelta = NO on the Filters / Delta tab. A green vertical bar should be visible to the left of the Filters / Delta tab, indicating that this tab and the parameters in it are not being ignored.