Hi
I want to make a automatation rule where I bet on under 0.5 goal pre match, then make another rule to close this bet after 15 minutes.. but IF lost I want to make another bet on over 2.5 goals.. Can someone help me with this?
Thank you in advance
Make a bet if lost?
It can only be done using shared stored values, the following example is close to the foundations you want
viewtopic.php?f=50&t=16232
On the stored value file running on the U0.5 arm it for 15mins after going in-play (ensuring its shared) and choose the 'an entered amount' option and give it a number of your choice ie, '99'
Also, add a green all profit condition to test your trade is in a loss
Then on your second file applied to the O2.5 market add a stored value condition to test if the stored value '99' (or whatever number you have used) is set
That should do it
viewtopic.php?f=50&t=16232
On the stored value file running on the U0.5 arm it for 15mins after going in-play (ensuring its shared) and choose the 'an entered amount' option and give it a number of your choice ie, '99'
Also, add a green all profit condition to test your trade is in a loss
Then on your second file applied to the O2.5 market add a stored value condition to test if the stored value '99' (or whatever number you have used) is set
That should do it