I want to set a bot up to do the following in horse racing-
If 2 or more horses go >30 (odds) pre-off AND the the FAV. is >5 then the bot will back the field apart from the 2+ horses that traded >30
Can this be done? thanks
Yes this can be done using signals, but you have to think a bit more about exactly what you want to accomplish. Do you want to exclude ANY horse that touches >30 and a fav that touches >5? or just horses that are currently 30 and fav > 5? To do the former you could do the following:bizmark222 wrote: ↑Thu Jul 11, 2019 11:02 pmHi
I want to set a bot up to do the following in horse racing-
If 2 or more horses go >30 (odds) pre-off AND the the FAV. is >5 then the bot will back the field apart from the 2+ horses that traded >30
Can this be done? thanks![]()
The way I do it is to set separate rules for each selection. ie back rule 1 applies to selection 1, back rule 2 selection2 etc. You'll set up a signal for each selection to trigger and set a value if >30 (ie longOddsSignal = 5). Then your back rule would contain a condition such as longOddsSignal not equal to 5, so it won't back that horse if a signal has been triggered.bizmark222 wrote: ↑Fri Jul 12, 2019 1:36 pmThank you for your response!
When you say "create a back rule for each selection" do you mean every runner in the race? and also how do I back all the runners without the ones >30 being backed. Is there a similar rules file already been shared? Sorry for my newbie questions![]()
i think the default value for signals is 1 so maybe try making it set to 2 and condition <2bizmark222 wrote: ↑Sat Jul 13, 2019 2:04 pmI have tried to set it up but not sure why it will not trigger. I tried moving the odds in to definitely get a match on criteria but nothing![]()
I have attached the file and would really appreciate if someone could take a look and point to me where I have gone wrong. thank you
I haven't put the rule into Guardian to check properly but viewing it in notepad looks like you've got dozens of rules?bizmark222 wrote: ↑Sat Jul 13, 2019 2:04 pmI have tried to set it up but not sure why it will not trigger. I tried moving the odds in to definitely get a match on criteria but nothing![]()
I have attached the file and would really appreciate if someone could take a look and point to me where I have gone wrong. thank you