Look at previous candle X instead of the current candle to calculate the value.
We can use this offset instead of the one in indicators and avoid duplication of indicators config.
DEFAULT_D_buy_strategy = RSI
DEFAULT_D_buy_strategy_offset = 5
DEFAULT_D_buy_value = 20
DEFAULT_D_DCA_buy_strategy = RSI
DEFAULT_D_DCA_buy_strategy_offset = 5
DEFAULT_D_DCA_buy_value = 20
Does not work with CROSSOVER/CROSSUNDER strategy. Use offset in indicators config instead