I am struggling with this one so any help is greatly appreciated!
I want to create an automation rule that will manage my position in an inrunning racing market. I have a separate BOT outside of Bet angel that will either place Back bets or Lay bets depending on its criteria.
Is there a way for BA Automation to be able to manage the position? Below are some examples of what I want to be able to do.
BOT places £10 Back bet at ave price of 200 on a selection, I want BA to hedge at 2.02.
BOT places £100 Back bet on selection at 2.5 ave price, I want BA to Remove £100 liability at 1.3 and fully hedge at 1.02.
BOT places £50 Back bet on selection at 6.5 ave price, I want BA to remove liability at 2.02 and fully hedge at 1.51.
BOT places £500 lay on selection at 1.5, I want BA to remove liability and leave all profit on other runners at 6.6.
BOT places £100 Lay on selection at 3.5, I want BA to remove liability and leave all profit on other runners at 18.
I can't seem to get automation to recognise the current market position or average matched prices and amounts to enable me to write the actions.
Any ideas?
Cheers
Help with automation rule
-
- Posts: 60
- Joined: Thu Oct 24, 2019 8:26 pm
I would fiddle around with the greening rule with conditon for example
green if matched bets greater than 0 for current selection, second condition opnly if profit is above x etc..
green if matched bets greater than 0 for current selection, second condition opnly if profit is above x etc..
Have a look at the stored value "matched bet information", you could grab the most recent matched bet amount and price and use that. Though I'm not sure if Bet Angel grabs these from the API somehow or it records the matched bet info in case they need to be used.Balmus wrote: ↑Tue Jun 09, 2020 11:24 pmI am struggling with this one so any help is greatly appreciated!
I want to create an automation rule that will manage my position in an inrunning racing market. I have a separate BOT outside of Bet angel that will either place Back bets or Lay bets depending on its criteria.
Is there a way for BA Automation to be able to manage the position? Below are some examples of what I want to be able to do.
BOT places £10 Back bet at ave price of 200 on a selection, I want BA to hedge at 2.02.
BOT places £100 Back bet on selection at 2.5 ave price, I want BA to Remove £100 liability at 1.3 and fully hedge at 1.02.
BOT places £50 Back bet on selection at 6.5 ave price, I want BA to remove liability at 2.02 and fully hedge at 1.51.
BOT places £500 lay on selection at 1.5, I want BA to remove liability and leave all profit on other runners at 6.6.
BOT places £100 Lay on selection at 3.5, I want BA to remove liability and leave all profit on other runners at 18.
I can't seem to get automation to recognise the current market position or average matched prices and amounts to enable me to write the actions.
Any ideas?
Cheers