Back the first selection over odds 10

Advanced automation available in Guardian - Chat with others and share files here.
Post Reply
User avatar
eminbe
Posts: 191
Joined: Wed Jan 11, 2012 2:47 pm

Hi

How would I set the automation bot to back the first and only selection with odds between 10 to 20 odds (10.5-20) in ascending order?

Example Market with 10 selection, 3 of them has back odds 10, 10.5, 15, it should back the 10.5 selection
10, 13, 10,5, it should back the 10.5 selection
09, 15, 11, it should back the 11 selection

Hope you got the drift and thanks in advance.
Anbell
Posts: 2055
Joined: Fri Apr 05, 2019 2:31 am

eminbe wrote:
Tue Sep 15, 2020 12:47 am
Hi

How would I set the automation bot to back the first and only selection with odds between 10 to 20 odds (10.5-20) in ascending order?

Example Market with 10 selection, 3 of them has back odds 10, 10.5, 15, it should back the 10.5 selection
10, 13, 10,5, it should back the 10.5 selection
09, 15, 11, it should back the 11 selection

Hope you got the drift and thanks in advance.
One way to do it:
1. SV(mkt): "bet placed"=0

2. Back 1st fave
Conditions:
1. Price 10<>20
2. SV(mkt): "bet placed"=0

SV(mkt): "bet placed"=1

3. Back 2nd fave
Conditions:
1. Price 10<>20
2. SV: "bet placed"=0

SV(mkt): "bet placed"=1

4. Back 3rd fave
Conditions:
1. Price 10<>20
2. SV: "bet placed"=0

SV(mkt): "bet placed"=1

etc


That is, you're trying to back each horse in increasing price, and when it happens, it sets the SV so that it stops looking for other opportunities to place a bet.
User avatar
eminbe
Posts: 191
Joined: Wed Jan 11, 2012 2:47 pm

Anbell wrote:
Tue Sep 15, 2020 4:28 am
eminbe wrote:
Tue Sep 15, 2020 12:47 am
Hi

How would I set the automation bot to back the first and only selection with odds between 10 to 20 odds (10.5-20) in ascending order?

Example Market with 10 selection, 3 of them has back odds 10, 10.5, 15, it should back the 10.5 selection
10, 13, 10,5, it should back the 10.5 selection
09, 15, 11, it should back the 11 selection

Hope you got the drift and thanks in advance.
One way to do it:
1. SV(mkt): "bet placed"=0

2. Back 1st fave
Conditions:
1. Price 10<>20
2. SV(mkt): "bet placed"=0

SV(mkt): "bet placed"=1

3. Back 2nd fave
Conditions:
1. Price 10<>20
2. SV: "bet placed"=0

SV(mkt): "bet placed"=1

4. Back 3rd fave
Conditions:
1. Price 10<>20
2. SV: "bet placed"=0

SV(mkt): "bet placed"=1

etc


That is, you're trying to back each horse in increasing price, and when it happens, it sets the SV so that it stops looking for other opportunities to place a bet.
Thanks I will try it out. What is 'SV(mkt)'?
Anbell
Posts: 2055
Joined: Fri Apr 05, 2019 2:31 am

eminbe wrote:
Tue Sep 15, 2020 12:37 pm
Anbell wrote:
Tue Sep 15, 2020 4:28 am
eminbe wrote:
Tue Sep 15, 2020 12:47 am
Hi

How would I set the automation bot to back the first and only selection with odds between 10 to 20 odds (10.5-20) in ascending order?

Example Market with 10 selection, 3 of them has back odds 10, 10.5, 15, it should back the 10.5 selection
10, 13, 10,5, it should back the 10.5 selection
09, 15, 11, it should back the 11 selection

Hope you got the drift and thanks in advance.
One way to do it:
1. SV(mkt): "bet placed"=0

2. Back 1st fave
Conditions:
1. Price 10<>20
2. SV(mkt): "bet placed"=0

SV(mkt): "bet placed"=1

3. Back 2nd fave
Conditions:
1. Price 10<>20
2. SV: "bet placed"=0

SV(mkt): "bet placed"=1

4. Back 3rd fave
Conditions:
1. Price 10<>20
2. SV: "bet placed"=0

SV(mkt): "bet placed"=1

etc


That is, you're trying to back each horse in increasing price, and when it happens, it sets the SV so that it stops looking for other opportunities to place a bet.
Thanks I will try it out. What is 'SV(mkt)'?
Stored Value for the market
Post Reply

Return to “Bet Angel - Automation”