Hi All,b
Im stuck again. I have a trigger that places lay bets in futures Markets and I want to control the liability.
Once a certain liability has been reached do not place a lay bet on that outcome.
So ive set up what I think is correct, but not working properly, any help appreciated.
Screen shots and trigger attached.
Thanks
Michael
Liability Condition
-
- Posts: 1605
- Joined: Fri Nov 20, 2015 9:38 am
It might be that your liability is a +ve number... (it should be negative & your check is that MaxLiability for the market is less than the Liability for the selection)1856 wrote: ↑Thu Mar 27, 2025 5:47 amHi All,b
Im stuck again. I have a trigger that places lay bets in futures Markets and I want to control the liability.
Once a certain liability has been reached do not place a lay bet on that outcome.
So ive set up what I think is correct, but not working properly, any help appreciated.
Screen shots and trigger attached.
Thanks
Michael
I don't know what's your goal with that .baf only if you don't wish to add and increase liability to already existing of given selection/s.1856 wrote: ↑Thu Mar 27, 2025 5:47 amHi All,b
Im stuck again. I have a trigger that places lay bets in futures Markets and I want to control the liability.
Once a certain liability has been reached do not place a lay bet on that outcome.
So ive set up what I think is correct, but not working properly, any help appreciated.
Screen shots and trigger attached.
Thanks
Michael
I haven't looked at your file,but in that conditions ( if you've stored SV as liability applied to every selection) 'Lay bet' rule couldn't start to trigger at all,cause liability of all selections is = 0 before any bet matched on a market and you wish in conditions liability >=1.
And if however you have any bets matched on that market before loading your .baf file and have one or more selection with liability >= 1 rule should be triggered only on them.Did you understand what I mean?
I wrote all of that in condition if you stored liability as a positive number, otherwise it make sense what sionascaig told you.,cause liability could stored as 'Profit&Loss of a selection' and it should be a negative.