I want to run a strategy only if daily delta BTC is negative and the market is in a bearish trend (falling), using which parameters can I do it?

: Strategy settings

You can set these conditions on the Filters tab of the strategy settings, using the following parameters:
Delta_BTC_24_Min=-10 (Minimal change of BTC exchange rate in 24 hours (in %), below which the bot will not consider a coin)
Delta_BTC_24_Max=-0.1 (Maximum change of BTC exchange rate in 24 hours (as %) above which the bot will not consider a coin)
That is, if BTC delta for 24 hours will lie in range from -10% to -0.1%, it will influence all coins and the general market will fall, that corresponds to a “bearish” trend.