ta-search icon indicating copy to clipboard operation
ta-search copied to clipboard

No signals generated on kucoin and bybit exchanges

Open traderjoe2022 opened this issue 1 year ago • 1 comments

I like your idea of finding extremes, my issue is, signals are getting generated on binance, but when configured with bybit and kucoin exchange it is not generating any signals. It generates only when startup_candle_count is set to above 600.

Also on Binance after few hours of running it is only generating long signal it rarely finds short signals.

-Joe

traderjoe2022 avatar May 01 '23 12:05 traderjoe2022

Hi Joe, glad you liked my approach! I've seen the same issue running strategies on bybit, but I didn't have time to debug the problem. Reading what's written, I guess startup_candle_count needs more than 600, to meet these checks.

  • https://github.com/ivanproskuryakov/ta-search/blob/master/user_data/strategies/TaSearchLevelJ15m.py#L54
  • https://github.com/ivanproskuryakov/ta-search/blob/master/user_data/strategies/TaSearchLevelJ15m.py#L62
  • https://github.com/ivanproskuryakov/ta-search/blob/master/user_data/strategies/TaSearchLevelJ15m.py#L82

ivanproskuryakov avatar May 02 '23 15:05 ivanproskuryakov