Thanks James. If I want to store the entry price for each lay bet that gets placed, with the total stake matched and liability, the BSP of that runner and the LTP - last traded price of those selections, how can i get that infomation with the market info date time track distance grade and everything in a nice spreadsheet to look at and do some data analysis on it later. I can export the logs but putting that data into and organising it seems to be difficult to me and long winded.jamesedwards wrote: ↑Mon Aug 31, 2026 2:55 pmStore the difference between the two in another SV based on price now minus the price stored in 'flag'.gstar1975 wrote: ↑Mon Aug 31, 2026 2:48 pmApologies for sounding completely dumb but how do I "test" how far the stake is away from current price?jamesedwards wrote: ↑Sat Aug 29, 2026 3:54 pm
You have the high volume prices saved as an SV (in my baf as SV "flag").
Once you have this as an SV then the rest is easy. You can test that SV against how far they are from the current price. And you can stake at a price based on that SV (+1 tick, +2 ticks etc), because you can place a bet at a price = to a stored value.
z320.jpg
Alert to unmatched Big Bet £10k+
Hi Jamesjamesedwards wrote: ↑Mon Aug 31, 2026 2:55 pmStore the difference between the two in another SV based on price now minus the price stored in 'flag'.gstar1975 wrote: ↑Mon Aug 31, 2026 2:48 pmApologies for sounding completely dumb but how do I "test" how far the stake is away from current price?jamesedwards wrote: ↑Sat Aug 29, 2026 3:54 pm
You have the high volume prices saved as an SV (in my baf as SV "flag").
Once you have this as an SV then the rest is easy. You can test that SV against how far they are from the current price. And you can stake at a price based on that SV (+1 tick, +2 ticks etc), because you can place a bet at a price = to a stored value.
z320.jpg
I am trying to write the place bet rules but have gotten stuck on what conditions I need to add to make it trigger the bet. I have added another stored value to store the flag price +1 tick so it places the bet above the large stake but it still doesnt trigger.
- jamesedwards
- Posts: 6157
- Joined: Wed Nov 21, 2018 6:16 pm
You can extract data automatically to excel but it's not something I have done myself. The Bet Angel AI tool is great for questions like this... https://www.betangel.com/support/ai-support-center/gstar1975 wrote: ↑Tue Sep 01, 2026 12:54 pmThanks James. If I want to store the entry price for each lay bet that gets placed, with the total stake matched and liability, the BSP of that runner and the LTP - last traded price of those selections, how can i get that infomation with the market info date time track distance grade and everything in a nice spreadsheet to look at and do some data analysis on it later. I can export the logs but putting that data into and organising it seems to be difficult to me and long winded.jamesedwards wrote: ↑Mon Aug 31, 2026 2:55 pmStore the difference between the two in another SV based on price now minus the price stored in 'flag'.
z320.jpg
- jamesedwards
- Posts: 6157
- Joined: Wed Nov 21, 2018 6:16 pm
To save you time, you don't need to list each selection trigger under a separate line. You can have one line applied to EVERY selection. This will then trigger for every selection where conditions are met.
You need to calculate flag1 before you try and trigger using that SV as a price. You have it set to trigger first and then calculate the SV so it won't work. Move the "store flag +1" line above the bet trigger line.
Make sure you are in practise mode when you are testing in case you end up triggering bets at prices you weren't expecting.
Do I set the place bet to trigger for "ANY" or "EVERY" runner?jamesedwards wrote: ↑Tue Sep 01, 2026 3:34 pmTo save you time, you don't need to list each selection trigger under a separate line. You can have one line applied to EVERY selection. This will then trigger for every selection where conditions are met.
You need to calculate flag1 before you try and trigger using that SV as a price. You have it set to trigger first and then calculate the SV so it won't work. Move the "store flag +1" line above the bet trigger line.
Make sure you are in practise mode when you are testing in case you end up triggering bets at prices you weren't expecting.
I've moved the flag+1 above the place lay bet triggers but its still now triggering.jamesedwards wrote: ↑Tue Sep 01, 2026 3:34 pmTo save you time, you don't need to list each selection trigger under a separate line. You can have one line applied to EVERY selection. This will then trigger for every selection where conditions are met.
You need to calculate flag1 before you try and trigger using that SV as a price. You have it set to trigger first and then calculate the SV so it won't work. Move the "store flag +1" line above the bet trigger line.
Make sure you are in practise mode when you are testing in case you end up triggering bets at prices you weren't expecting.
You do not have the required permissions to view the files attached to this post.
- jamesedwards
- Posts: 6157
- Joined: Wed Nov 21, 2018 6:16 pm
Try this. I've not tested it so make sure you are using practice mode!gstar1975 wrote: ↑Tue Sep 01, 2026 5:48 pmI've moved the flag+1 above the place lay bet triggers but its still now triggering.jamesedwards wrote: ↑Tue Sep 01, 2026 3:34 pmTo save you time, you don't need to list each selection trigger under a separate line. You can have one line applied to EVERY selection. This will then trigger for every selection where conditions are met.
You need to calculate flag1 before you try and trigger using that SV as a price. You have it set to trigger first and then calculate the SV so it won't work. Move the "store flag +1" line above the bet trigger line.
Make sure you are in practise mode when you are testing in case you end up triggering bets at prices you weren't expecting.
Greyhounds large volume tracker.baf
You do not have the required permissions to view the files attached to this post.
Just tried it and it didnt fire. There were 4 runners that had at least £800 sitting at prices within 10 to 20 ticks of the current lay price and no bets were triggered. Here's the logs, and screenshot.jamesedwards wrote: ↑Tue Sep 01, 2026 6:15 pmTry this. I've not tested it so make sure you are using practice mode!gstar1975 wrote: ↑Tue Sep 01, 2026 5:48 pmI've moved the flag+1 above the place lay bet triggers but its still now triggering.jamesedwards wrote: ↑Tue Sep 01, 2026 3:34 pm
To save you time, you don't need to list each selection trigger under a separate line. You can have one line applied to EVERY selection. This will then trigger for every selection where conditions are met.
You need to calculate flag1 before you try and trigger using that SV as a price. You have it set to trigger first and then calculate the SV so it won't work. Move the "store flag +1" line above the bet trigger line.
Make sure you are in practise mode when you are testing in case you end up triggering bets at prices you weren't expecting.
Greyhounds large volume tracker.baf
Greyhounds large volume trackerv3.baf
You do not have the required permissions to view the files attached to this post.
