Pages:
Actions
  • #1 by bonecrusher on 11 May 2013
  • Hi Guys,

    I have a remember starting_bank trigger. Which runs once only at the start of the session.

    I know how to set a trigger condition to make the trigger continue when the overall bank is greater than the starting_bank amount.

    But what is the best way to write a trigger to stop/close block if the bank is 100.00 dollars or more DOWN on the starting_bank remembered amount?

    Is it

    selections trigger expression  -starting_bank   is equal or greater then 100

    will the minus symbol in front of starting_bank do the trick??

    I have not been unable to test this condition but need it to work "first time" if i am ever down the 100.00 dollars.

    Your help would be appreciated, Thanks Bonecrusher  :)
  • #2 by mcbee on 11 May 2013
  • hi
    or selections trigger expression balance is equal or less than starting_bank-100
    or selections trigger expression balance is equal or greater than starting_bank+100


    mcbee
  • #3 by MarkV on 11 May 2013
  • Hi
    There is a setting you might be able to use:
    Settings > Betting Options > Banking > Stop automated betting if the total bank is less than x
  • #4 by bonecrusher on 11 May 2013
  • Yes that will do it. Thanks Guys  :)
Pages:
Actions