iterativv / NostalgiaForInfinity

Trading strategy for the Freqtrade crypto bot
GNU General Public License v3.0
1.97k stars 487 forks source link

Tried to merge a faster timeframe to a slower timeframe #374

Closed aloksaurabh closed 8 months ago

aloksaurabh commented 8 months ago

Happens with both X3 and X4 On latest freqtrade

File "C:\Users\eye\freqtrade\freqtrade\strategy\interface.py", line 1410, in advise_indicators
    return self.populate_indicators(dataframe, metadata)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\eye\freqtrade\user_data\strategies\NostalgiaForInfinityX3.py", line 8437, in populate_indicators
    dataframe = merge_informative_pair(dataframe, btc_informative, self.timeframe, btc_info_timeframe, ffill=True)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\eye\freqtrade\freqtrade\strategy\strategy_helper.py", line 62, in merge_informative_pair
    raise ValueError("Tried to merge a faster timeframe to a slower timeframe."
ValueError: Tried to merge a faster timeframe to a slower timeframe.This would create new rows, and can throw off your regular indicators.
hosseinadib-hub commented 6 months ago

Hi, I have same issue! any solution?