This buy/sell strategy is true when the STOCHRSIK value is less than the buy_value or is greater than or equal to the sell_value.
STOCHRSIK as a buy strategy is true if buy_value is lower than STOCHRSIK.
STOCHRSIK as a sell strategy is true if sell_value is higher than STOCHRSIK.
STOCHRSIK_candle_period
STOCHRSIK_rsi_length
STOCHRSIK_stoch_length
STOCHRSIK_K
# Buy when STOCHRSI value is below 20
DEFAULT_A_buy_strategy = STOCHRSIK
DEFAULT_A_buy_value = 20
# Buy when STOCHRSI value is above 30
DEFAULT_DCA_A_buy_strategy_direction = UP
DEFAULT_DCA_A_buy_strategy = STOCHRSIK
DEFAULT_DCA_A_buy_value = 30
STOCHRSIK_candle_period = 300
STOCHRSIK_rsi_length = 14
STOCHRSIK_stoch_length = 14
STOCHRSIK_K = 3
Use buy strategy direction or sell strategy direction to change the direction of this indicator