Hi
Can you branch your fixed odd condtions ?
For example I want my bot to only trigger if:
-----------------------------------------------------------------------------------
** Back price greater then 5 but less than 10
OR
Back price is 3 or less **
-----------------------------------------------------------------------------------
Is this possible within guardian ?
Cheers
Branching Fixed odds conditions
Yes, but you'd need two rules in the file to do it
One with the range of prices you want
viewtopic.php?f=47&t=17622
Then another rule with just the one fixed odds condition to test the price is below 3
To prevent both rules from triggering during a race you can also add a
Number of place bet triggers condition is equal to 0
So once one of them have triggered the other won't be able to
One with the range of prices you want
viewtopic.php?f=47&t=17622
Then another rule with just the one fixed odds condition to test the price is below 3
To prevent both rules from triggering during a race you can also add a
Number of place bet triggers condition is equal to 0
So once one of them have triggered the other won't be able to
Dallas does the below grouping not work, for 1 rule to cover both price ranges?
or perhaps I am misunderstanding why OP must use 2 rules instead of 1 (just a quick example, prices should be different for OP)
You do not have the required permissions to view the files attached to this post.
Yes that would work also, I suggested the two rules just because that's the way I'd do it in that situation and easiest to explain without screenshots at the time