Hi, I have created a couple of files to experiment with automation. It is a straight forward approach I am testing. Lay FH U0.5 if the Over 1.5 back price is between 1.1 and 1.19 and the FH U0.5 lay price is less than 5. I have the confirm bet off and both Over 1.5 and FH 0.5 markets in Guardian. I then load the Lay FH 0.5 in the automation box 1, in the same row as the FH 0.5 market and do the same for the odds signal file, in Automation 2 and in the same row as the O1.5 market.
I can't get it to work. Could anyone experienced have a look at the files and tell me what I am doing wrong please. Any constructive feedback on the files and my approach to automation would be welcome.
Many thanks,
Nick
Help with my automation
In your 'LayFH0.5-1.1BA' rule, the final condition you have is looking for a SV named FHU0.5 Lay Price
But that stored value name is not being set in any of the two files, so you either need to remove that condition, or set the stored value somewhere
Also its not effecting the rules in anyway but the second condition testing if the SV is set, is not actually needed as the next two conditions could only be satisfied if it were set, so that could be removed just so you have one less condition in your file
But that stored value name is not being set in any of the two files, so you either need to remove that condition, or set the stored value somewhere
Also its not effecting the rules in anyway but the second condition testing if the SV is set, is not actually needed as the next two conditions could only be satisfied if it were set, so that could be removed just so you have one less condition in your file
Thanks Dallas, that's very helpful. I understand. I have amended the file. Do you mind confirming that the amendments are correct. Thanks for your time, Nick.Dallas wrote: ↑Wed Nov 27, 2024 3:32 pmIn your 'LayFH0.5-1.1BA' rule, the final condition you have is looking for a SV named FHU0.5 Lay Price
But that stored value name is not being set in any of the two files, so you either need to remove that condition, or set the stored value somewhere
Also its not effecting the rules in anyway but the second condition testing if the SV is set, is not actually needed as the next two conditions could only be satisfied if it were set, so that could be removed just so you have one less condition in your file
Edit, didn't work unfortunately.
You do not have the required permissions to view the files attached to this post.
Nickse34 wrote: ↑Wed Nov 27, 2024 5:44 pmThanks Dallas, that's very helpful. I understand. I have amended the file. Do you mind confirming that the amendments are correct. Thanks for your time, Nick.Dallas wrote: ↑Wed Nov 27, 2024 3:32 pmIn your 'LayFH0.5-1.1BA' rule, the final condition you have is looking for a SV named FHU0.5 Lay Price
But that stored value name is not being set in any of the two files, so you either need to remove that condition, or set the stored value somewhere
Also its not effecting the rules in anyway but the second condition testing if the SV is set, is not actually needed as the next two conditions could only be satisfied if it were set, so that could be removed just so you have one less condition in your file
Edit, didn't work unfortunately.
In that file the last condition you have is a stored value being set by the same rule
ie, a chicken and egg, the SV can't be set because the rule can't trigger due to the SV condition, which can't be satisfied until the rule triggers.
That SV would need to be set by another rule within the file, but I don't think you even need to do that
If that price is from the market the rule is applied to you can just use a Stored Value Condition to test the lay price is less than an entered amount of 5
The other two SV conditions you have in that file I assume are being set by rules in a file on another market?
Thanks Dallas, got it to workDallas wrote: ↑Tue Dec 03, 2024 5:25 pmNickse34 wrote: ↑Wed Nov 27, 2024 5:44 pmThanks Dallas, that's very helpful. I understand. I have amended the file. Do you mind confirming that the amendments are correct. Thanks for your time, Nick.Dallas wrote: ↑Wed Nov 27, 2024 3:32 pmIn your 'LayFH0.5-1.1BA' rule, the final condition you have is looking for a SV named FHU0.5 Lay Price
But that stored value name is not being set in any of the two files, so you either need to remove that condition, or set the stored value somewhere
Also its not effecting the rules in anyway but the second condition testing if the SV is set, is not actually needed as the next two conditions could only be satisfied if it were set, so that could be removed just so you have one less condition in your file
Edit, didn't work unfortunately.
In that file the last condition you have is a stored value being set by the same rule
ie, a chicken and egg, the SV can't be set because the rule can't trigger due to the SV condition, which can't be satisfied until the rule triggers.
That SV would need to be set by another rule within the file, but I don't think you even need to do that
If that price is from the market the rule is applied to you can just use a Stored Value Condition to test the lay price is less than an entered amount of 5
The other two SV conditions you have in that file I assume are being set by rules in a file on another market?