I'm having a bit of trouble with some automation. I have a servant set up to place a bet when I click on a box in the One-click screen.
Now I want to add a condition that no bet is placed id a Stored Value = 0 (if its = 1 go ahead and place the bet)
This Stored Value origionates from a csv file (created outside of Bet Angel by a Python program). At some point the value in the csv file will change from 0 to 1.
I have Bet Angel set up to monitor this program with a rule I have set up (Set Stored Values using a file)
Rule Trigger Times 10secs after event goes in-play until 10mins after event goes in play. Unlimited triggers with a 1 sec rearm are set for ANY selection. The file path has correctly been set up under the Paramiters tab.
Now the rule attached to the servant: Place a Lay Bet contains the following condition;
Stored Value condition, A Stored Value named "enter_ok" for the Market is equal to an entered amount = 1
What I'm experiencing with this is no bets are fired when the Stored Value is 1, here is a part of my log extract. You will see a bet has been placed but this was from an additional rule within the servant but without the Stored value condition.
18/08/2025 12:02:23: [G_Auto 4] : Store Value for market : exit_now = 0
18/08/2025 12:02:23: [G_Auto 4] : Store Value for market : enter_ok = 1
18/08/2025 12:02:23: [AS 71] : Store Value for 7. Boot Legging: selvol = 13878.69 + 1 = 13880
18/08/2025 12:02:24: [AS 71] : Store Value for 7. Boot Legging: selvol = 13878.69 + 1 = 13880
18/08/2025 12:02:24: [AS 71] : Store Value for 7. Boot Legging: selvol = 13878.69 + 1 = 13880
18/08/2025 12:02:24: [AS 71] : £ 6.98 Lay bet placed on 7. Boot Legging at 2.72. Fully matched at 2.62. Ref: 10002
Can't figure out what I'm missing here, all the elements seem to work individually but not collectively. Any pointers would be greatfully accepted.
Bet Condition a little short somewhere.
OK I think I've got it. In my csv file which is being referenced, I had set the Stored Value type as "M" for Market.
However with two different bits of automation accessing this Stored Value it looks like I should have created a Shared Market value.
So I have changed the Stored Value type "M" to "SM" in my csv file and it's all working hunky dory.
However with two different bits of automation accessing this Stored Value it looks like I should have created a Shared Market value.
So I have changed the Stored Value type "M" to "SM" in my csv file and it's all working hunky dory.