I want to run strategies in the MoonBot terminal only if the daily BTC price delta is negative and the market is in a bearish trend (falling). 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=-10 (Minimum change in the BTC rate over 24 hours (in %), below which the terminal does not consider the coin).
Delta_BTC_24_Max=-0.1 (Maximum change in the BTC rate over 24 hours (in %), above which the terminal does not consider the coin).

That is, if the BTC delta over 24 hours is in the range from -10% to -0.1%, this will affect all coins and the overall market will fall, which corresponds to a “bearish” trend.

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.