Pages:
Actions
  • #1 by mikethebet on 18 Mar 2016
  • Hi
    I have been looking, but, is there a condition I can add to my back trigger to ensure a bet is not made if my liability on
    placed bets is equal to £100? Therefore limiting my liability to a maximum £100 at any one time.
    Many thanks in hope.
    Mike
  • #2 by MarkV on 19 Mar 2016
  • Hi
    Effectively limit your exposure:

    for account    : balance-total_funds
    for wallet       : uk_balance-uk_funds
    for test mode : test_balance-test_funds

    example condition:
    and selections trigger expression IF(test_mode=1,test_balance-test_funds,uk_balance-uk_funds) is equal or less than 100.00

    you can also set a limit in the betting settings, banking
Pages:
Actions