Set to true to make the bot calculate ALL indicators using heikin ashi candles instead of OHLC candles.
# Both RSI and CHANGEPERCENTAGE will use heikin ashi candles for their calculations
DEFAULT_A_buy_strategy = CURRENTRSI
DEFAULT_A_buy_strategy = RSI
DEFAULT_A_buy_value = 10
DEFAULT_A_buy_value_limit = 5
DEFAULT_B_buy_strategy = HACHANGEPERCENTAGE
DEFAULT_B_buy_strategy = CHANGEPERCENTAGE
DEFAULT_B_buy_value = 0.01
HEIKIN_ASHI_CANDLES = true
CURRENTRSI_candle_period = 300
CURRENTRSI_length = 14
HACHANGEPERCENTAGE_candle_period = 3600
HACHANGEPERCENTAGE_length = 10