Pages:
Actions
  • #1 by Rugbyworld02 on 04 May 2015
  • 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
  • #2 by Oxa (WellDoneSoft) on 19 May 2015
  • 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.
Pages:
Actions