Horse racing automatic betting question?

Advanced automation available in Guardian - Chat with others and share files here.
Post Reply
arhaynes67
Posts: 1
Joined: Mon Nov 26, 2012 10:32 am

Does anyone know please, if it is possible to use Bet Angel to automatically place a bet on an event where the software has identified that x number of horses are priced at greater than x starting price?
User avatar
frankclake
Posts: 30
Joined: Sat Jul 31, 2010 8:59 am

In a nutshell yes using the Excel interface and either a comination of formulas or nested ones which I prefer. Basically:

Example to check number of runners is:
=IF(AND(C4>=H3,C4<=I3),TRUE,FALSE)
This checks that the number of runners which is displayed in C4 is between the min and max wanted in H3 and H4.
=COUNTIFS(G9,"<="&J4,G11"<="&J4, etc)
To check the odds of the runners are less or equal to the value specified in J4.

What I do on the BA Template is create a second sheet for all my variables and work from there.

Frank.
elcapitain
Posts: 45
Joined: Tue Feb 22, 2011 4:01 pm

beautiful.

any more pointers for setting up automation for example to automatically back the favourite or 2nd favourite between a certain price?

what about a back to lay even?

cheers
cap.
Post Reply

Return to “Bet Angel - Automation”