Author Topic: How do you stop progression?  (Read 2075 times)

Tags:
  • All members
  • Posts: 2
How do you stop progression?
« on: 15 Jul 2010, 09:41 »

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)


  • Administrator
  • Posts: 8826
  • Gender: Female
*
Re: How do you stop progression?
« Reply #1 on: 15 Jul 2010, 22:25 »
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?
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

  • All members
  • Posts: 2
Re: How do you stop progression?
« Reply #2 on: 17 Jul 2010, 10:57 »
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.

  • Administrator
  • Posts: 8826
  • Gender: Female
*
Re: How do you stop progression?
« Reply #3 on: 21 Jul 2010, 13:59 »
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.
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

 

Please note, BetFair is seems to be currently OFFLINE