I have tried reading and have tried applying what I've learned but I am completely stumped.
I have a set of strategies that I have run private simulations on that are proven effective over the last 5+ years.
Ideally what I'd like is to place bets before soccer kick off.
One strategy works much the same as follows (odds are different here than my strategy):
For all Allsvenskan matches, Back the HOME win and Over 2.5 goals if the Home 'to win' odds are between 1-2 AND Over 1.5 odds are between 1-2
Is this possible?
I have similar strategies for leagues around the world. So getting this one right would be a decent step forward.
Automation with Leagues
Yes it is possible but it will take a lot of setting up as your checking conditions across three markets and want to do this for multiple leagues
First thing to you clarify is if all conditions have to be true before any of the bets can trigger, for example
Back Home Team
and
Back O2.5
if
Home odds <2.0
Over 2.5 odds <2.0
Over 1.5 odds <2.0
Or if only the home team or O2.5 odds meet your criteria then still trigger bets on the match odds market, for example
Back Home Team
if
Home odds <2.0
First thing to you clarify is if all conditions have to be true before any of the bets can trigger, for example
Back Home Team
and
Back O2.5
if
Home odds <2.0
Over 2.5 odds <2.0
Over 1.5 odds <2.0
Or if only the home team or O2.5 odds meet your criteria then still trigger bets on the match odds market, for example
Back Home Team
if
Home odds <2.0
So that's how I would setup the rules for the strategies. Then its a matter of assigning these rules to the markets concerned I'm assuming. Sorry to be asking basic things like this, I'm coming from a competing software where my license recently ran down. Using the free trial here to see if I will persist here or move back where I was.
So this block above is how I would code the rule if I want ALL conditions to be be met? (which for 90% of my strategies I do)Dallas wrote: ↑Thu Mar 03, 2022 11:59 amYes it is possible but it will take a lot of setting up as your checking conditions across three markets and want to do this for multiple leagues
First thing to you clarify is if all conditions have to be true before any of the bets can trigger, for example
Back Home Team
and
Back O2.5
if
Home odds <2.0
Over 2.5 odds <2.0
Over 1.5 odds <2.0