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?
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 […]

