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