To store a value of the both teams odds in a football match a minute before ko and if when deduted againt eachother if the value left is below one to store that value to use on another market?
For example if Team A was 2.5 and Team B was 3.2 when deducted 3.2 - 2.5 = 0.7 (below 1) id like to store then that this game would be acceptable for another to trigger into
Is it Possible Using Automation
You'd store the value of the home teams back price for the Eventferrypaul wrote: ↑Fri Sep 23, 2022 3:16 pmTo store a value of the both teams odds in a football match a minute before ko and if when deduted againt eachother if the value left is below one to store that value to use on another market?
For example if Team A was 2.5 and Team B was 3.2 when deducted 3.2 - 2.5 = 0.7 (below 1) id like to store then that this game would be acceptable for another to trigger into
Minus
The value of the aways teams back price for the Event
Then on whatever other rule you are using add a Stored Value condition and test if
Stored value named (whatever you called it above) is less than 1.0
Is it 2 store values for the home team and away team? Where do I put the minus?Dallas wrote: ↑Fri Sep 23, 2022 3:59 pmYou'd store the value of the home teams back price for the Eventferrypaul wrote: ↑Fri Sep 23, 2022 3:16 pmTo store a value of the both teams odds in a football match a minute before ko and if when deduted againt eachother if the value left is below one to store that value to use on another market?
For example if Team A was 2.5 and Team B was 3.2 when deducted 3.2 - 2.5 = 0.7 (below 1) id like to store then that this game would be acceptable for another to trigger into
Minus
The value of the aways teams back price for the Event
Then on whatever other rule you are using add a Stored Value condition and test if
Stored value named (whatever you called it above) is less than 1.0
You just need the one stored value, and with that you'll store the home team price minus the away team priceferrypaul wrote: ↑Fri Sep 23, 2022 6:16 pmIs it 2 store values for the home team and away team? Where do I put the minus?Dallas wrote: ↑Fri Sep 23, 2022 3:59 pmYou'd store the value of the home teams back price for the Eventferrypaul wrote: ↑Fri Sep 23, 2022 3:16 pmTo store a value of the both teams odds in a football match a minute before ko and if when deduted againt eachother if the value left is below one to store that value to use on another market?
For example if Team A was 2.5 and Team B was 3.2 when deducted 3.2 - 2.5 = 0.7 (below 1) id like to store then that this game would be acceptable for another to trigger into
Minus
The value of the aways teams back price for the Event
Then on whatever other rule you are using add a Stored Value condition and test if
Stored value named (whatever you called it above) is less than 1.0
The minus option is located in the 'Adjustments' pick list