Define one or more strategies used to buy/DCA coins.
For (X)_buy_strategy you can replace (X) for any letter of the alphabet to get define the next indicator group.
You can define From A-Z, AA-AZ, BA-BZ, CA-CZ as buy_strategy_letters.
Note: BT, BH cannot be used as they are reserved for other dynamic variables.
DEFAULT_A_buy_strategy = LOWBB
DEFAULT_A_buy_value = 10
DEFAULT_B_buy_strategy = RSI
DEFAULT_B_buy_value = 33
DEFAULT_DCA_A_buy_strategy = RSI
DEFAULT_DCA_A_buy_value = 20