Pages:
Actions
  • #1 by layfavin on 16 Dec 2017
  • Hi all, any idea how I could create a staking plan to increase previous loss stake by 50% for the next bet and reset after a winner  for example first bet 50 is a loser so next bet is 75 if winner then next bet is 50. I would also like to carry over staking to the next day.

    Thank you
  • #2 by MarkV on 17 Dec 2017
  • Hi
    To carry over you need to set a user variable / constant to remember last value, could be a trigger request, but try this for the amount in test mode and see if it does what you looking for without the carry-over:
    IF(losses=0, default_backa, hist_1_backa*1.5)
Pages:
Actions