This is a basic Guardian automation file for use on horse racing markets
The purpose of this bot is to monitor the runners in Betfair rows 1 to 3 starting 20mins before post time and back any runner at post time for £10 if its last traded price is within 10% of its highest traded price during the those final 20mins.
So, if during the those 20mins a horse traded as high as 4.4 the bot would trigger and place the bet at post time if its price is trading greater than 3.95 at post time or within 1 minute after post.
How it Works
The first three rules will store the initial lay prices of each runner 20mins before the off, with the name ‘high’.
The next three rules (named New High) are armed from 20mins to post time, each use’s a stored value condition to test if the last traded price is ‘greater than’ the current stored value named ‘high’, if it is it will trigger and re-store the new price with a stored value named ‘high’.
The final three rules (named Back) are armed from post time till 59 secs after post time, also each use a Stored Value condition to test the last traded price is greater than the stored value named ‘high’, adjusted by minus 10% - its this condition and adjustment which ensures the last traded price is within 10% of the highest stored price during the last 20mins, if it isn’t then no bet will be placed.
There is also an in-play condition to test the market is NOT in-play, just in case it does go in-play during the 59 seconds the rule is armed for after post time.
Once the back bet is placed nothing further will happen, its up to you how you want to proceed ie, leave it as a straight bet or add some offsetting, etc.
Shortly before this was uploaded the following tweet by Peter is a perfect example of what this bot would have caught
https://twitter.com/betangel/status/1213439481380048896
To use the file just click on the following Back if within 10% of Highest Traded Price at Post.baf and this will download it to your computer, then with guardian open on the "Automation" tab click "Import a Rules File" as shown in the image, once imported it will now appear in the drop-down box just above, you can now apply them to any markets you have added into guardian.
Once you have it imported into your Guardian the stake size along with any other aspects of this file can be edited very easily by clicking on "Edit Rules File".
With any automation bot always run in practice mode first to ensure everything is working fine, and repeat this each time you make any changes.
To see a video tutorial on how to download and import an automation file into your Bet Angel please see this link
https://www.youtube.com/watch?v=g7Im4pj683g
Back if Within 10% of Highest Traded Price at Post Time Guardian Automation Bot
TIP
To edit the percentage adjustment from 10% open the ‘Back Bet’ rule/s and on the stored value condition change the value as highlighted in the image below.
If you want the price to be closer to its highest traded price before the back bet can trigger then you would reduce this value, to allow it to be further away from its highest traded price then you would increase this value
To edit the percentage adjustment from 10% open the ‘Back Bet’ rule/s and on the stored value condition change the value as highlighted in the image below.
If you want the price to be closer to its highest traded price before the back bet can trigger then you would reduce this value, to allow it to be further away from its highest traded price then you would increase this value
You do not have the required permissions to view the files attached to this post.
Sorry for the delay in responding, 'Percent using price -1' just allows you to specify which price it uses to start its calculation from.
So if the price was 4.0 then 50% would be 2.0
When using Price -1 if the price was 4.0 then 50% would be 1.5 (4.0 - 1 = 3.0)
Its mainly used if your trading odds on prices, ie, using price -1, if the price was 1.80 then 50% would be 1.40 (as the 1 is removed and its half of 0.8)
-
- Posts: 26
- Joined: Wed Apr 01, 2020 7:58 pm
How do you define what rows 1 to 3 are? Because in certain markets the rows don't seem to be in order of the current traded price. Like row 1 which I presume is the first row in any given market is not always the favourite, and the 2nd row, the 2nd favourite, if you know what I mean? Sometimes they're all jumbled up particularly in low liquidity markets. So if this automation file is only monitoring rows 1-3 wouldn't it sometimes be monitoring the wrong horses? aka, not the front of the market? Apologies I'm just new to the automation side.
It was mainly set up for UK horse racing markets which by 20mins to post will be in there fav order and remain unchanged by Betfair (unless a withdrawal).bests3lleruk wrote: ↑Thu May 07, 2020 10:24 amHow do you define what rows 1 to 3 are? Because in certain markets the rows don't seem to be in order of the current traded price. Like row 1 which I presume is the first row in any given market is not always the favourite, and the 2nd row, the 2nd favourite, if you know what I mean? Sometimes they're all jumbled up particularly in low liquidity markets. So if this automation file is only monitoring rows 1-3 wouldn't it sometimes be monitoring the wrong horses? aka, not the front of the market? Apologies I'm just new to the automation side.
If you want to use it on other market types like Aus racing and Greyhound where the Betfair order is always sorted bu saddle/stall number then you can change each rule to be applied to 'Betfair order of Favourtism.
If you do this to ensure the orders dont change as the prices move (and mess up the rules) you'll just need to add a
Fix the Order of market selections rules and arm it to trigger once a few seconds before the other rules start.
Another year has passed and no one has responded to my question which could mean there has been good success with this bot. As no one is having problems with it. If there is a thread where lots of people are responding with problems it would suggest no one is having success.
Has anyone tried laying at within 10% of its low?
Has anyone tried laying at within 10% of its low?
How can I use the Range % and Low from the Overview chart to trigger bets, as the "Range" in this bot is only taken from the last 20mins and not the actual high. I also want to use the low from this Overview chart as it is also correct and not just from the last 20mins.
The data in the range is from the time BF opened the market, you'll only be able to use data from the moment you add a market to guardian (and apply the .baf rules file)gstar1975 wrote: ↑Mon Oct 14, 2024 3:29 pmHow can I use the Range % and Low from the Overview chart to trigger bets, as the "Range" in this bot is only taken from the last 20mins and not the actual high. I also want to use the low from this Overview chart as it is also correct and not just from the last 20mins.
This one will trigger a bet using the range%
viewtopic.php?p=225722