I cannot work out why I am only laying one player, any help much appreciated. I have attached the trigger and a couple of screenshots.
The premise is to place a lay bet for at a fixed price if a LTP condition is met before inplay.
Thanks
Michael
Trying to lay both players in Tennis match
-
- Posts: 24
- Joined: Mon Oct 31, 2011 1:59 pm
In general tab increase the trigger times, It's set to trigger 1
You do not have the required permissions to view the files attached to this post.
-
- Posts: 24
- Joined: Mon Oct 31, 2011 1:59 pm
- jamesedwards
- Posts: 3920
- Joined: Wed Nov 21, 2018 6:16 pm
It's because you're only updating your SV "SP" once. Change this to unlimited triggers. Also there's a condition "not in-play" and I assume this is supposed to be checking prices when in-play?
Also better practise would be to swap the lines around so it checks the prices then triggers the bet when appropriate. Otherwise you'll have to wait until the next refresh cycle for the bet to trigger.
Even better practise would be to simply check the price as a direct condition of the bet trigger. There's no need to create a separate SV at all here.
eg:
Also better practise would be to swap the lines around so it checks the prices then triggers the bet when appropriate. Otherwise you'll have to wait until the next refresh cycle for the bet to trigger.
Even better practise would be to simply check the price as a direct condition of the bet trigger. There's no need to create a separate SV at all here.
eg:
You do not have the required permissions to view the files attached to this post.