Back the Steamer Guardian Automation Bot for Horse Racing

User avatar
jimibt
Posts: 3641
Joined: Mon Nov 30, 2015 6:42 pm
Location: Narnia

here's a small edit to the previous file to demonstrate a typical simple strategy that monitors the runners as before but then becomes opinionated on how and when to place the lay bet:

1. a signal monitors and flags all runners that started > 7 odds
2. a 2nd signal monitors the above flagged runners and sets a 2nd signal on any from that subset that go below 3 odds. this signal also adds a flag (actually an incremented counter) to the market (subSetRunnerMarketReady) to highlight that one of the sub set runners has created a market condition that we can globally use in certain strategic ways.
3. arbitarilly the lay bet now fires on any runner that contains both signals but is now trading between 6 and 8 odds (i.e. may have drifted out of contention)

Step 3 could be changed to reflect a host of scenarios -i.e. that the runner possessed only the 1st signal and not the second signal and that the market signal (subSetRunnerMarketReady) has been set, thus allowing you to create a lay on another runner that was in the original subset etc...
Sportlife - lay below x odds v1.1.baf
You do not have the required permissions to view the files attached to this post.
User avatar
Niko
Posts: 282
Joined: Thu Dec 01, 2016 9:36 am

Every days a learning day, thanks for that jimibt!
sportlife
Posts: 4
Joined: Tue Dec 19, 2017 8:48 am

Thank you so much for your assistance. You really came through, proving a whole lot of important info's and tweaks which actually worked even more than my initial expectation. The extra effort you put in was really appreciated. You are awesome!
User avatar
LaMaquinaVerde
Posts: 11
Joined: Wed May 30, 2018 4:36 pm

Hi Dallas,
I've been having a play around with this bot for a few days,thanks for sharing.You say the bot will monitor all runners below 20.0 but this one regularly fires in bets on runners at all odds. Can you please tell me how I can programme this bot to only use selections below a certain odds level. Thanks in advance Dallas.
User avatar
wearthefoxhat
Posts: 3205
Joined: Sun Feb 18, 2018 9:55 am

LaMaquinaVerde wrote:
Mon Sep 17, 2018 4:39 pm
Hi Dallas,
I've been having a play around with this bot for a few days,thanks for sharing.You say the bot will monitor all runners below 20.0 but this one regularly fires in bets on runners at all odds. Can you please tell me how I can programme this bot to only use selections below a certain odds level. Thanks in advance Dallas.
Set it to trigger once. It will only trade 1 runner. Also under Green All, alter Selection (conditions only) to ANY SELECTION.

Last 3 races @ Kempton to £5 stakes; +1.08, -0.20, +0.88

Easy enough to scale up when ready.
User avatar
LaMaquinaVerde
Posts: 11
Joined: Wed May 30, 2018 4:36 pm

Thanks Wearthefoxhat. I managed to change the odds parameters to under 20.0 I found that the file I downloaded was triggering on any odds. Been playing around with this bot for a few days and,although early days,I can see a lot of potential in it. Considering putting in a trailing stop also.
User avatar
smitdog
Posts: 34
Joined: Wed Jun 08, 2016 2:36 pm

Hello Dallas , Wondering if you can help please as i am not familiar with setting up signals ?
With this file for example how do you add and link to the BAF a pre bet signal to meet a specified price criteria .

Just for example sake - how do you add a signal that only places a steamer bet only if the below signal criteria is meet .
1st Fav is between $2.00 to $3.00 and the 2nd Fav is between 2.50 to 3.50

Any help would greatly appreciated

Attached is file

Thanks David.
You do not have the required permissions to view the files attached to this post.
User avatar
Dallas
Posts: 22671
Joined: Sun Aug 09, 2015 10:57 pm
Location: Working From Home

smitdog wrote:
Tue Nov 20, 2018 6:38 am
Hello Dallas , Wondering if you can help please as i am not familiar with setting up signals ?
With this file for example how do you add and link to the BAF a pre bet signal to meet a specified price criteria .

Just for example sake - how do you add a signal that only places a steamer bet only if the below signal criteria is meet .
1st Fav is between $2.00 to $3.00 and the 2nd Fav is between 2.50 to 3.50

Any help would greatly appreciated

Attached is file

Thanks David.
Not had a chance to look at the file but to achieve the principal you can do it without signals by adding 4 X fixed odds conditions to the back bet rule, two to test the range of odds for the fav then another two to test the range of odds for the 2nd fav
viewtopic.php?f=47&t=17622


You could do it with signals if you wanted by adding a 'Set/Modify signal' rule type with those same 4 conditions so that a signal is set on the selection when they are met

Then on your back bet rule add a signal set condition so that the back bet triggers upon condition the signal from above is now set

The 2nd post of the following thread steps through that principal
viewtopic.php?f=37&t=17725
User avatar
smitdog
Posts: 34
Joined: Wed Jun 08, 2016 2:36 pm

Thanks Dallas , Thanks and had a try but i am still struggling in adding a pricing signal set up before i go to the next step of placing a back or lay bet .
So for example if i were to use the attached file and wanted to add a back bet or lay bet outside the 1st and 2nd favourite .
providing it meets the price range of the 1st and 2nd Fav in the market.
For example -
2 minutes Before race -
Critera for a bet back or lay bet must be -
1st Fav must be between 2.00 to 3.00 ,
2nd fav it must be between 2.50 to 3.00
If critera for the above prices doesn't match then no bet
One minute before race -
If the signal is ok and meets price criteria on 1st and 2nd Fav then proceed to back or lay as per steamer or drifter file attached

Hope this makes sense and appreciate your help with this
Cheers David..
You do not have the required permissions to view the files attached to this post.
User avatar
Dallas
Posts: 22671
Joined: Sun Aug 09, 2015 10:57 pm
Location: Working From Home

smitdog wrote:
Tue Nov 20, 2018 12:45 pm
Thanks Dallas , Thanks and had a try but i am still struggling in adding a pricing signal set up before i go to the next step of placing a back or lay bet .
So for example if i were to use the attached file and wanted to add a back bet or lay bet outside the 1st and 2nd favourite .
providing it meets the price range of the 1st and 2nd Fav in the market.
For example -
2 minutes Before race -
Critera for a bet back or lay bet must be -
1st Fav must be between 2.00 to 3.00 ,
2nd fav it must be between 2.50 to 3.00
If critera for the above prices doesn't match then no bet
One minute before race -
If the signal is ok and meets price criteria on 1st and 2nd Fav then proceed to back or lay as per steamer or drifter file attached

Hope this makes sense and appreciate your help with this
Cheers David..
Ill have a look in the morning when I next fire up BA, if I've not responded by dinner time give the thread a bump to remind me
User avatar
smitdog
Posts: 34
Joined: Wed Jun 08, 2016 2:36 pm

Thanks Dallas , No worries will do .
User avatar
Dallas
Posts: 22671
Joined: Sun Aug 09, 2015 10:57 pm
Location: Working From Home

Managed to have a quick look at this now and think I'ce done it as you have asked for (or it should be close enough for you to amend)

I've added a signal rule to check for the price criteria of fav and 2nd fav between 2 & 1 min before post
then on the back/lay rules added that signal being set as a condition

Any problems let me know - it might worth posting to a new thread if so to keep this one on topic of the rule that's in the OP
You do not have the required permissions to view the files attached to this post.
User avatar
smitdog
Posts: 34
Joined: Wed Jun 08, 2016 2:36 pm

Hello Dallas , Thanks for your help on this . And will let you know if any issues .

Much appreciated

Thanks David...
User avatar
Dallas
Posts: 22671
Joined: Sun Aug 09, 2015 10:57 pm
Location: Working From Home

smitdog wrote:
Wed Nov 21, 2018 12:03 pm
Hello Dallas , Thanks for your help on this . And will let you know if any issues .

Much appreciated

Thanks David...
I popped a reply on here for you earlier
viewtopic.php?f=37&t=17825
Trading96
Posts: 470
Joined: Thu Mar 16, 2017 4:47 pm

How do bots like this deal with non runners?

Does betangel retrospectively apply the reduction factor?
Post Reply

Return to “Bet Angel Automation - Horse racing - Pre off”