Current Dominance % of BTC as displayed on CoinGecko.
https://www.coingecko.com/en/global_charts
This buy strategy is true when current BTCDOMINANCE% is below the threshold you specify.
This sell strategy is true when current BTCDOMINANCE% is above the threshold you specify.
# Buy when BTCDOMINANCE is below 85
DEFAULT_D_buy_strategy = BTCDOMINANCE
DEFAULT_D_buy_value = 85
# Sell when BTCDOMINANCE is above 90
DEFAULT_D_sell_strategy = BTCDOMINANCE
DEFAULT_D_sell_value = 90
# Buy when BTCDOMINANCE is below 60
DEFAULT_DCA_D_buy_strategy = BTCDOMINANCE
DEFAULT_DCA_D_buy_value = 60
# Sell when BTCDOMINANCE is above 87
DEFAULT_DCA_D_sell_strategy = BTCDOMINANCE
DEFAULT_DCA_D_sell_value = 87
# Nothing to set here