Laying below certain price

Advanced automation available in Guardian - Chat with others and share files here.
Post Reply
cyclops1000
Posts: 72
Joined: Mon May 06, 2019 10:01 am

Hi all
I'm starting to build a bot along these lines and am trialing it
Working on the premise that favorites can fade
The bot places a lay bet on the first runner to go below a set price in the bot - currently $2.02
Currently I've set the activation time to 1 second after the indicated start
Does that fine and it has fired on all 3 times I've run it
2 wins , 1 loss
My loss was due to the fact that the favorite was already at $1.85 before the race started
Is there any way to stop the bot firing in such a situation without going in and checking all the races?
Anbell
Posts: 2383
Joined: Fri Apr 05, 2019 2:31 am

cyclops1000 wrote:
Sat Aug 08, 2020 7:32 am
Hi all
I'm starting to build a bot along these lines and am trialing it
Working on the premise that favorites can fade
The bot places a lay bet on the first runner to go below a set price in the bot - currently $2.02
Currently I've set the activation time to 1 second after the indicated start
Does that fine and it has fired on all 3 times I've run it
2 wins , 1 loss
My loss was due to the fact that the favorite was already at $1.85 before the race started
Is there any way to stop the bot firing in such a situation without going in and checking all the races?
In your conditions you can have something like:
Back Price (must be) > price x or
Lay Price (must be) > price x
Anbell
Posts: 2383
Joined: Fri Apr 05, 2019 2:31 am

Anbell wrote:
Sat Aug 08, 2020 7:40 am
cyclops1000 wrote:
Sat Aug 08, 2020 7:32 am
Hi all
I'm starting to build a bot along these lines and am trialing it
Working on the premise that favorites can fade
The bot places a lay bet on the first runner to go below a set price in the bot - currently $2.02
Currently I've set the activation time to 1 second after the indicated start
Does that fine and it has fired on all 3 times I've run it
2 wins , 1 loss
My loss was due to the fact that the favorite was already at $1.85 before the race started
Is there any way to stop the bot firing in such a situation without going in and checking all the races?
In your conditions you can have something like:
Back Price (must be) > price x or
Lay Price (must be) > price x
Alternatively you could have a separate rule that sets a signal. The rule checks the price of the fave, and if it is below a certain price then you set the signal to = 1. And in your other rule you have a condition which says is the signal must = 0
Anbell
Posts: 2383
Joined: Fri Apr 05, 2019 2:31 am

Anbell wrote:
Sat Aug 08, 2020 7:59 am
Anbell wrote:
Sat Aug 08, 2020 7:40 am
cyclops1000 wrote:
Sat Aug 08, 2020 7:32 am
Hi all
I'm starting to build a bot along these lines and am trialing it
Working on the premise that favorites can fade
The bot places a lay bet on the first runner to go below a set price in the bot - currently $2.02
Currently I've set the activation time to 1 second after the indicated start
Does that fine and it has fired on all 3 times I've run it
2 wins , 1 loss
My loss was due to the fact that the favorite was already at $1.85 before the race started
Is there any way to stop the bot firing in such a situation without going in and checking all the races?
In your conditions you can have something like:
Back Price (must be) > price x or
Lay Price (must be) > price x
Alternatively you could have a separate rule that sets a signal. The rule checks the price of the fave, and if it is below a certain price then you set the signal to = 1. And in your other rule you have a Signal Set Condition which says the signal is not set
cyclops1000
Posts: 72
Joined: Mon May 06, 2019 10:01 am

Thanks
I'll go in and work on it
Post Reply

Return to “Bet Angel - Automation”