Hii,
I am running live a Combo Bot as a test on Bitget (675954dd377a182e5fd63655) and it is “ON” and opening deals while its condition to be OFF is clearly met for a while.
It looks a lot like the bug I signaled the other day : when starting conditions was overriding bot controller. Maybe the correction you did was not pushed to Bitget beta ?
Even weirder now, I have another bot with two Supertrend Deal Starts conditions and the two should be “Up Trend” for a deal to start. One of them is down but the bot just strated a deal in front of my eyes.
Bot ID : 675955f1377a182e5fd662b7
Additionally, for the above bug, I made a copy of the AAVE Bot on Bitget Paper Linear and the Bot is not starting deal. So it looks like the bug is on Live only.
What is the “bar back” horizon of the supertrend calculation taken into account by the bot ?
Although I think that this display behavior should be fixed as it is clearly misleading.
Monitoring again this morning, I confirm the Bot Controller doesn’t stop bot properly on Bitget Beta (Supertrend Condition). Bots are starting even if BOT OFF condition is met. Deals are open even when BOT should be Off. I am turning every thing off until this fixed.
Yes, Sorry, no problem, I thought that since the topic is about the beta test Bitget, I’ll write here so as not to create a new topic. I see you have a lot of answers in your topic (just kidding). I hope we’ll help make Gainium on Bitget better together, have a good weekend
The problem with supertrend indicator is thet its actualy cummulative, in internal values used previous values. So it depends when the indicator starts. Also when in started and there is no previous values it shown uptrend by default, this is also behaviour of TV indicator. So it might give false positive signals. I have added a small rounding update to internal values.
And I incresed data needed to start indicator, to cover this start period with false positive results.