I want my automation to remove my lay bet if it becomes the only bet on the ladder at that price . I use a £1 stake. I've attached a screenshot of the setup, but doesn't seem to be working. Is it the wrong way of using this condition? I assume this issue is that I'm getting mixed up with the price I should be using for lookup?
Can't get "money available to lay at a price'' to function correctly
- jamesedwards
- Posts: 4239
- Joined: Wed Nov 21, 2018 6:16 pm
You're looking up lay money available at a back price, which won't exist.
I thought say I'm trying to lay at 1.8 and that's the highest price anyone is trying to lay at .. this is therefore the best price available that you can back the horse at?jamesedwards wrote: ↑Sat Mar 01, 2025 9:26 pmYou're looking up lay money available at a back price, which won't exist.
I've always got this stuff confused
Edit: ohhh. I've figured it out now I understand! What a mind bender
- ShaunWhite
- Posts: 10530
- Joined: Sat Sep 03, 2016 3:42 am
<2?
Should be <2. 01 if the stake is 2?
Better still, =< your unmatched amount if that's an option.
Should be <2. 01 if the stake is 2?
Better still, =< your unmatched amount if that's an option.
Less than 2.01 would mean it cancels if someone else has a £1 stake on there + my £1 stake. What I want is it to cancel if there's £0.99 left on the ladder + my £1. I want there to be at least one full bet left on their from someone else so that parameter is fine as less than 2. Will probably play with this parameter a bit anyway might raise it to £3 so there's no way of manipulating my bet without someone exposing themselves too muchShaunWhite wrote: ↑Sun Mar 02, 2025 12:01 am<2?
Should be <2. 01 if the stake is 2?
Better still, =< your unmatched amount if that's an option.
- ShaunWhite
- Posts: 10530
- Joined: Sat Sep 03, 2016 3:42 am
Ok the spec's changed. I was reading this from the first post "if it becomes the only bet on the ladder at that price".... so I assumed you were betting in 2s.
Ah, yeah didn't communicate properly my bad!ShaunWhite wrote: ↑Sun Mar 02, 2025 12:47 pmOk the spec's changed. I was reading this from the first post "if it becomes the only bet on the ladder at that price".... so I assumed you were betting in 2s.