Use to send a notification to your bot (and to Discord and telegram if setup) when a certain buy formula is true.
buy_notification_formula
Any valid formula
buy_notification_delay
Amount of minutes between sending the notification again
DEFAULT_D_buy_strategy_label = MY5MRSI
DEFAULT_D_buy_strategy = RSI
DEFAULT_D_buy_value = 20
DEFAULT_E_buy_strategy_label = MY60MRSI
DEFAULT_E_buy_strategy = RSI
DEFAULT_E_buy_value = 20
DEFAULT_buy_notification_formula = D && E
DEFAULT_buy_notification_delay = 10
# Buy when RSI is between 20 and 30
DEFAULT_DCA_D_buy_strategy_label = MY5MRSI
DEFAULT_DCA_D_buy_strategy = RSI
DEFAULT_DCA_D_buy_value = 20
DEFAULT_DCA_D_buy_value_limit = 30
# Buy when RSI is lower than 20
DEFAULT_DCA_E_buy_strategy_label = MY60MRSI
DEFAULT_DCA_E_buy_strategy = RSI
DEFAULT_DCA_E_buy_value = 20
DEFAULT_DCA_buy_notification_formula = D && E
DEFAULT_DCA_buy_notification_delay = 10
# 5 minutes candle / timeframe
MY5MRSI_candle_period = 300
MY5MRSI_length = 14
MY60MRSI_candle_period = 3600
MY60MRSI_length = 14