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_sell_strategy = RSI
DEFAULT_D_sell_strategy_offset = 5
DEFAULT_D_sell_value = 20
DEFAULT_D_DCA_sell_strategy = RSI
DEFAULT_D_DCA_sell_strategy_offset = 5
DEFAULT_D_DCA_sell_value = 20
Does not work with CROSSOVER/CROSSUNDER strategy. Use offset in indicators config instead