Hi all,
I've have a bot however I'm stuck on the last part and unsure how to format it, so it fires correctly to my desired intentions.
On this bot I've set a signal where if X scenario happens then set a signal called 'A'
'A' lasts for 3 seconds and in that time 'B' could trigger and then last for 3 seconds before being reset.
During these firing interval I want the bot to fire on (here's where I get stuck) any of the other horses where the signal is not live/fired on.
The way I've formatted it, is collected all the signals names together in a separate signal
So one or more must be true, A, B, C, D, E, F, G then create a signal called 'Y'
'Y' is the pull on the trigger for the back price to fire.
I want the back bet to fire on all of the horses where A, B, C, D, E, F, G is not active on but I'm not sure what the next step is as its currently not firing.
I've selected the selection to ANY but not sure if EVERY would also work on this?
Quite a technical one for me
- jamesedwards
- Posts: 3919
- Joined: Wed Nov 21, 2018 6:16 pm
ANY will search through all selections until criteria is met, when it will trigger then stop.Emtaxx wrote: ↑Wed Jun 11, 2025 3:03 pmHi all,
I've have a bot however I'm stuck on the last part and unsure how to format it, so it fires correctly to my desired intentions.
On this bot I've set a signal where if X scenario happens then set a signal called 'A'
'A' lasts for 3 seconds and in that time 'B' could trigger and then last for 3 seconds before being reset.
During these firing interval I want the bot to fire on (here's where I get stuck) any of the other horses where the signal is not live/fired on.
The way I've formatted it, is collected all the signals names together in a separate signal
So one or more must be true, A, B, C, D, E, F, G then create a signal called 'Y'
'Y' is the pull on the trigger for the back price to fire.
I want the back bet to fire on all of the horses where A, B, C, D, E, F, G is not active on but I'm not sure what the next step is as its currently not firing.
I've selected the selection to ANY but not sure if EVERY would also work on this?
EVERY will search through all selections and trigger on every selection where the criteria is met.
It sounds like you want to be using EVERY for this.
But there must be something else wrong because if you were using ANY then it still would have triggered on the first qualifying selection that it reached.
- jamesedwards
- Posts: 3919
- Joined: Wed Nov 21, 2018 6:16 pm
Sounds like you need to fire on EVERY selection with conditions that Y is created and A B C D E F G for that selection are not true.
-
- Posts: 1605
- Joined: Fri Nov 20, 2015 9:38 am
Write them to the log to see what is actually set?
- jamesedwards
- Posts: 3919
- Joined: Wed Nov 21, 2018 6:16 pm
Impossible to tell without being able to see the whole file. Post is on here and someone will take a look.
- ShaunWhite
- Posts: 10354
- Joined: Sat Sep 03, 2016 3:42 am
I'd take up James suggestion and post it. That screen shot would be a 'true' if any of those rules are NOT set. If those are 1 (or 2) conditions per runner there's probably easier ways do that. And doing it on each runner creates a maintenence nightmare.
If you're worried about giving away some great secret then change a parameter or two but the problem might not be where you think it is, so screenshots probably won't help people to spot the problem.
-
- Posts: 275
- Joined: Sun Feb 18, 2018 12:53 am
hi Emm,
just had a quick look, i am no expert, but one of your bet conditions needs a stored value to be set.......the one (or 2) ending with "X" ...........I cant see anywhere that you stored a value???
just had a quick look, i am no expert, but one of your bet conditions needs a stored value to be set.......the one (or 2) ending with "X" ...........I cant see anywhere that you stored a value???
-
- Posts: 275
- Joined: Sun Feb 18, 2018 12:53 am
whatever u r trying to do probably can be done using signals, but a back or lay wont fire if it needs a stored value to be set and you are not storing any sv's...........maybe on the conditions you meant to use " signal set" and not "store value set" ? ?
Also, I think I noticed a "clear signal" rule if >3 I dont think your signal will ever get to 3 because you are only ever setting a value of 1, did you mean to use "incriment value" ?
I have not used signals much so a bit unsure about them, ......hope my tiny bit of knowledge helps! I am sure those much wiser than me will soon guide you
Also, I think I noticed a "clear signal" rule if >3 I dont think your signal will ever get to 3 because you are only ever setting a value of 1, did you mean to use "incriment value" ?
I have not used signals much so a bit unsure about them, ......hope my tiny bit of knowledge helps! I am sure those much wiser than me will soon guide you
