Pages:
Actions
  • #1 by mikethebet on 04 Dec 2018
  • Hi
    Looked around and all the staking triggers/plans seem complicated or use multiples.
    All I want to do is increase by a set amount after every loss say £1 after every loss.
    I am sure there is a simple way but my mind will not work.
    Cheers
    Mike
  • #2 by mcbee on 04 Dec 2018
  • hi
    type or copy and paste in to the amount box.
    to add only 1 after every loss
    IF(losses>0,(your bet amount)+1,(your bet amount))
    to add 1 for every loss
    IF(losses>0,(your bet amount)+(losses*1),(your bet amount))


    mcbee
  • #3 by mikethebet on 05 Dec 2018
  • Hi
    Thanks for that
    Mike
Pages:
Actions