I want to run strategies in the MoonBot terminal only if the daily BTC price delta is positive and the market is in a bullish trend. 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.1 (Minimum change in BTC price over 24 hours (in %), below which the bot does not consider the coin)
Delta_BTC_24_Max=10 (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.1% to +10%, this will affect all coins and the overall market will grow, which corresponds to a “bullish” 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.