Pages:
Actions
  • #1 by Philburt on 15 Jul 2010

  • What do I need to add to this formula to stop the progression after 6 steps and reset back to original bet size? Or do I need to tell it to do this in the conditions?


    IF(losses_1>0,back_size*2,InitialBet)

  • #2 by Oxa (WellDoneSoft) on 15 Jul 2010
  • I'm not sure I understand what exactly your formula means.

    The variable losses_1 actually returns the number of losses over the last 1 game, so probably you were trying to do something else, weren't you?
  • #3 by Philburt on 17 Jul 2010
  • Hi Oxa,

    Someone from your support team has put me straight with this:

    IF(AND(consec_losses<=5,losses_1>0),back_size*2,InitialBet)

    and it seems to be working fine.

    My next question is how to stop the trigger when it reaches a certain profit then reset the profit to zero at say midnight? So in a nutshell it makes a set profit each day and restarts at midnight.
  • #4 by Oxa (WellDoneSoft) on 21 Jul 2010
  • It would be better if you attached the trigger file, for I can't derive the rest of the conditions and circumstances of this trigger just from the formula.
Pages:
Actions