Hi all, hope you’re all well.
not sure how to do this one and hoping someone could help.
Okay so I want to lay a horse as it spiked out. However I want the price it was before it spike out.
I believe the way to do this would be to create a SV and monitor the best lay reverse price every second with unlimited triggers.
Then use that SV on the ‘place bet where page’ (forgot what it’s called) will that work ? Or is there more to it
Stored Value Price
- ShaunWhite
- Posts: 10356
- Joined: Sat Sep 03, 2016 3:42 am
1.53 = Back price
1.57 = Lay price
If you back at best price you're asking for 1.53
If you back at best reverse price you're asking for 1.57
If you lay at best price you're asking for 1.57
If you lay at best reverse price you're asking for 1.53
It's just the terminology, you wouldn't monitor the 'best lay reverse' price when it's easier to just say monitor the back price.
1.57 = Lay price
If you back at best price you're asking for 1.53
If you back at best reverse price you're asking for 1.57
If you lay at best price you're asking for 1.57
If you lay at best reverse price you're asking for 1.53
It's just the terminology, you wouldn't monitor the 'best lay reverse' price when it's easier to just say monitor the back price.
You do not have the required permissions to view the files attached to this post.
Cheers shaun, understood, Yeah so I'm always selecting best revere price, so I offer my price to the market rather than take someone elses.
But yeah I need to set up a SV Parameters page to place bet at a dynamic way 1 second after the current price.
But yeah I need to set up a SV Parameters page to place bet at a dynamic way 1 second after the current price.
Hello, apologies for hijacking the post as new to Bet Angel and the world of BOTS. However I am trying to set up an automation rule which I guess most of you will find quite simple.
here's what I need to do .
Back nominated selection 1 minute before the off for say £10
Once in running I need to lay to recover my stake (£10) once the original bet price is reduced by 50%
Then leave the remainder running until event has ended.
-------------------------------------------------------------------------
If anyone has a file it would be really appreciated
George
here's what I need to do .
Back nominated selection 1 minute before the off for say £10
Once in running I need to lay to recover my stake (£10) once the original bet price is reduced by 50%
Then leave the remainder running until event has ended.
-------------------------------------------------------------------------
If anyone has a file it would be really appreciated
George
I am certainly not a bot. I am new to the forum and was seeking some help. I am elderly and careing for my wife and havent got time to mauniually trade on Betfair and thought this was a solution. No problems, I will try to work out how to post a thread.
- ShaunWhite
- Posts: 10356
- Joined: Sat Sep 03, 2016 3:42 am
You could periodically store the LTP (maybe every second) and bet when the current price is a long way from it, or use a history list https://www.betangel.com/user-guide/his ... 3D&mw=MzIw
- jamesedwards
- Posts: 3933
- Joined: Wed Nov 21, 2018 6:16 pm
I don't mean to be rude, but if you can't figure out how to start a new thread on here then delving into the cutthroat world of in-play horse racing trading might not be for you.
However, here's how I would create such an automation. (Not tested. Make sure you test in Practise Mode before using.)
You do not have the required permissions to view the files attached to this post.
- ShaunWhite
- Posts: 10356
- Joined: Sat Sep 03, 2016 3:42 am
viewtopic.php?t=30807jamesedwards wrote: ↑Tue Jun 10, 2025 1:51 pmI don't mean to be rude, but if you can't figure out how to start a new thread on here then delving into the cutthroat world of in-play horse racing trading might not be for you.
However, here's how I would create such an automation. (Not tested. Make sure you test in Practise Mode before using.)
Dobbing.baf
Yeah Cheers shaun, I was thinking on the same lines. Its jut so I dont lay a price where it has bolted out to say odds of 50 and then comes flying in to win.. So a place a lay bet 1 second ago after an event has occurred seems fitShaunWhite wrote: ↑Tue Jun 10, 2025 1:51 pmYou could periodically store the LTP (maybe every second) and bet when the current price is a long way from it, or use a history list https://www.betangel.com/user-guide/his ... 3D&mw=MzIw
- ShaunWhite
- Posts: 10356
- Joined: Sat Sep 03, 2016 3:42 am
If the price spikes out then back it. Often its just people trying to stop a loss where something they've backed is drifting a bit so they lay it off and don't care what price they get, so it spikes. One fairly std approach is to perpetually offer well away from the current price so you pick up value on over reactions. It's old problem Inversion technique, you're not look for where you can win, your looking for where other people are losing and making sure they're losing to you.Emtaxx wrote: ↑Tue Jun 10, 2025 2:48 pmYeah Cheers shaun, I was thinking on the same lines. Its jut so I dont lay a price where it has bolted out to say odds of 50 and then comes flying in to win.. So a place a lay bet 1 second ago after an event has occurred seems fitShaunWhite wrote: ↑Tue Jun 10, 2025 1:51 pmYou could periodically store the LTP (maybe every second) and bet when the current price is a long way from it, or use a history list https://www.betangel.com/user-guide/his ... 3D&mw=MzIw
- ShaunWhite
- Posts: 10356
- Joined: Sat Sep 03, 2016 3:42 am
..... It overcomes the in-running delay too, you place your offers well outside the current range when there's no hurry, but can cancel them instantly when you think they're no longer enough value vs the prevailing average. You're not trying to hit prices, you're asking for all prices and just up sweeping the ones you don't want filled as you go along, it ensures a good PIQ too.