Open traderjoe2022 opened 1 year ago
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.
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