Hi, I am trying to create a rule that fires two bets relating to the Over 1.5g market. I already have a bot with 2 rules that is working; it waits until the 20th minute and if the odds are bigger than 1.5 it fires in a back bet for £30. The second part of the rule waits until the 35th min, and if the odds are bigger or equal to 1.70, it fires another back bet of £30.
What I am trying to do now is have a rule separate to the one above, where the first back bet is placed if the odds are bigger than 1.65. That bit I can do. But then I want a second back bet to fire 15 mins after whatever time the first bet is placed. I tried using a STORED VALUE but got nowhere. Anyone have an idea??
Help with automation rule
- jamesedwards
- Posts: 4315
- Joined: Wed Nov 21, 2018 6:16 pm
Set a stored value at the same time as the bet trigger.WelshMage wrote: ↑Sat Aug 30, 2025 6:38 pmHi, I am trying to create a rule that fires two bets relating to the Over 1.5g market. I already have a bot with 2 rules that is working; it waits until the 20th minute and if the odds are bigger than 1.5 it fires in a back bet for £30. The second part of the rule waits until the 35th min, and if the odds are bigger or equal to 1.70, it fires another back bet of £30.
What I am trying to do now is have a rule separate to the one above, where the first back bet is placed if the odds are bigger than 1.65. That bit I can do. But then I want a second back bet to fire 15 mins after whatever time the first bet is placed. I tried using a STORED VALUE but got nowhere. Anyone have an idea??
Then use a 'stored value changed condition' that tests if your stored value has changed between 900 and 1000 seconds ago.