If I am laying a horse at 2.00 for a liability of $30 is there a way to resubmit a partial bet if not fully matched for my automation?
For example as stated above I am laying at 2 but only $10.5 of the $30 is matched and the price has drifted how can I re submit a bet for $19.5 at the new price?
TIA
Is There A Way......
- ShaunWhite
- Posts: 10576
- Joined: Sat Sep 03, 2016 3:42 am
I'm just guessing andy but if BA lets you store your current liability for the selection in an SV. Then you could set another SV to (30 - SV) / (currPrice -1) somehow....and use that to stake you next bet...or the same logic for all the bets actually. ie selection liability staking rather than per bet liability. ?
...there's probably an easier way or maybe it can't do that, but it might give you a lead.
...there's probably an easier way or maybe it can't do that, but it might give you a lead.
Here's a rule that I've used (for a back bet) to calculate how much of "Max_Stake" is left to get on. If you change net stake of a selection for the profit or loss of a selection and multiply by -1, that will give you your liability. Take it away from $30 and you've got your liability remaining. You can then place a lay bet by liability.andy28 wrote: ↑Mon May 02, 2022 3:27 amIf I am laying a horse at 2.00 for a liability of $30 is there a way to resubmit a partial bet if not fully matched for my automation?
For example as stated above I am laying at 2 but only $10.5 of the $30 is matched and the price has drifted how can I re submit a bet for $19.5 at the new price?
TIA
Stored Values are one of the most powerful features of BA automation so it's well worth getting to grips with it. I'm sure it will become second nature eventually.

https://www.betangel.com/user-guide/sto ... A0&mw=MzIw
You do not have the required permissions to view the files attached to this post.
- ShaunWhite
- Posts: 10576
- Joined: Sat Sep 03, 2016 3:42 am
SVs are just Post-it notes that have a name. Wanna store something? Grab a Post-it, give it a name, and write something on it. Want to retrieve something? Ask for what's written on one these named Post-Its. You'll get the hang of it and when the penny drops you'll be golden. The other way to think about them is as them being like cells in excel that you give a name to. In most coding and software a Stored Value is called a Variable.
If you are wanting to lay up to a max liability it's quite a tricky task for new comers to SV's to set up, but there's some ready-made rules here that will do it for you (you'll just need the one that 'Lay all remaining liability')andy28 wrote: ↑Mon May 02, 2022 3:27 amIf I am laying a horse at 2.00 for a liability of $30 is there a way to resubmit a partial bet if not fully matched for my automation?
For example as stated above I am laying at 2 but only $10.5 of the $30 is matched and the price has drifted how can I re submit a bet for $19.5 at the new price?
TIA
viewtopic.php?f=69&t=23981
If you are wanting to lay up to a fixed amount ie, £30 then that can be done much easier as shown in Dereks image
Have set this up so will give it a try this arvo, agree I need to get on top of SVDerek27 wrote: ↑Mon May 02, 2022 12:14 pmHere's a rule that I've used (for a back bet) to calculate how much of "Max_Stake" is left to get on. If you change net stake of a selection for the profit or loss of a selection and multiply by -1, that will give you your liability. Take it away from $30 and you've got your liability remaining. You can then place a lay bet by liability.andy28 wrote: ↑Mon May 02, 2022 3:27 amIf I am laying a horse at 2.00 for a liability of $30 is there a way to resubmit a partial bet if not fully matched for my automation?
For example as stated above I am laying at 2 but only $10.5 of the $30 is matched and the price has drifted how can I re submit a bet for $19.5 at the new price?
TIA
Stored Values are one of the most powerful features of BA automation so it's well worth getting to grips with it. I'm sure it will become second nature eventually.![]()
https://www.betangel.com/user-guide/sto ... A0&mw=MzIw
Capture.GIF
Appreciate the help guys