Author Topic: Maximum Liability question  (Read 1818 times)

Tags:
  • All members
  • Posts: 15
Maximum Liability question
« on: 04 May 2015, 11:55 »
Hi guys

Just a quick one

I am trying to set a function that the maximum liability for one single bet will be £500
I have set this up using the betting options feature however it just cuts the bet off if the bet is over £500 and doesn't place anymore for example if I'm trying to lay 3 horses
£5 @ 5.0
£5 @ 10.0
£5 @ 150.00

At the moment the third bet will be over the £500 limit and MFP is not placing any bets even the ones under the £500 limit.

Is there anyway of setting a rule for MFP to place a bet upto the liability limit?
For example of the limit is £500 and the price of the horse is 1000 and my default stake is £2 for the system instead of placing a £2 trigger a £1 bet reaching the limit?

Hope this makes sense

I look forward to your reply :)

J

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Re: Maximum Liability question
« Reply #1 on: 19 May 2015, 14:08 »
Use the following formula for the bet's Amount:

IF(bet_size*(lay_price-1) > max_liab, max_liab/(lay_price-1), bet_size)

Where bet_size is the size of your normal bet, max_liab - the maximum liability and lay_price - the price of the selection you are laying at. You can replace lay_price with something else if you are laying at some different price.
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

 

Please note, BetFair is seems to be currently OFFLINE