Page 1 of 1

Why id my bot hedging on 0-1

Posted: Sun Oct 09, 2022 11:54 am
by AndyBarker
This is the only hedge condition I have set but the bot is hedging on 0-1.

Any ideas?

Thanks
Andy

Re: Why id my bot hedging on 0-1

Posted: Sun Oct 09, 2022 12:05 pm
by BfBotManager
Hi Andy,

Some of other hedge rules is probably satisfied and allowing hedge to execute e.g. you probably selected to use "OR" logic at hedge first tab.

Re: Why id my bot hedging on 0-1

Posted: Sun Oct 09, 2022 12:41 pm
by AndyBarker
Yes Or is selected, but there is no other condition set, I have double and tripe checked this.

Thanks
Andy

Re: Why id my bot hedging on 0-1

Posted: Sun Oct 09, 2022 12:45 pm
by BfBotManager
You also selected score 0-2, so maybe there was a disallowed goal or something like that.

You should change logical operation to "AND". You can also add "Hedge->Market conditions->Market status change delay" rule and set it to wait for ~180 seconds after market changes its status. It will ensure that offer on market is good after goal is scored and in case of VAR it will give enough time for score to be updated etc.

Re: Why id my bot hedging on 0-1

Posted: Sun Oct 09, 2022 12:49 pm
by AndyBarker
Thank you Rade, will try that.

Andy