Hi All,
I really need some with this please. My steps listed.
What I want to do is identify ( before the start ) Tennis matches where both players are evenly matched.
I do this by checking both Players prices before Inplay. EG: both player win prices are => than 1.95
So I store the values of the LTP (named SP ) of Every selection, Unlimited Triggers. I think I've done this correctly?
When conditions are met, place a lay bet on both players at the start of Inplay, hoping to get both matched and get a profit.
Lay bet conditions are: the market is In Play, SP for current selections >= $1.95
I have attached the trigger.
Thanks
Michael
Tennis Trigger Help
- jamesedwards
- Posts: 3916
- Joined: Wed Nov 21, 2018 6:16 pm
There's no point in waiting for the match to go in-play. Just trigger the lay bets as soon as you have both selections >=1.95 and set them to keep when it goes into play.
You do not have the required permissions to view the files attached to this post.
- jamesedwards
- Posts: 3916
- Joined: Wed Nov 21, 2018 6:16 pm
Line 1 sets SV "prices ok" to = 1 when the price of selection 1 and selection 2 are both >=1.95.
Line 2 triggers a lay bet on bother selections once "prices ok" is set with a value.
Line 3 sets all unmatched bets to keep once "prices ok" is set with a value.
As jamesedwards said - there's no point in waiting for the match to go in-play, just lay bet if both players >=1.95 preoff.
You do not have the required permissions to view the files attached to this post.
- jamesedwards
- Posts: 3916
- Joined: Wed Nov 21, 2018 6:16 pm