Pages:
Actions
  • #1 by fumusic on 16 Sep 2020
  • Hi,
    I would like to add condition/block so after a loss, the trigger will treble the next stake.
    I've tried using a new block with "previous event's settled P/L is less than 0" and adjusting the stake to 3*bet_size, but it doesn't seem to work.
    Any advice?
  • #2 by MarkV on 16 Sep 2020
  • Hi
    Try this in test mode if you are backing:
    back
    amount: IF(losses=0, default_backa, hist_1_backa*3)

    default_backa is the default back amount in the settings, you can replace that with your bet_size 
  • #3 by fumusic on 17 Sep 2020
  • Thanks Mark,
    This works well.
    Just as an additional question, what if I wanted the trigger to do this over next two bets?
  • #4 by MarkV on 17 Sep 2020
  • what if I wanted the trigger to do this over next two bets?
    Hi
    If you are wanting to recover the loss of bet 1 over bets 2 and 3 this trigger might be what you need, and another example here. If not, please could you give an example.
  • #5 by fumusic on 17 Sep 2020
  • i meant instead of doing the treble stake bet once, what if i wanted to do it twice or three times?
    Not as a loss recovery but more of a repetitive trigger.
  • #6 by MarkV on 18 Sep 2020
  • Hi, sorry it is still not clear what you are wanting to do. Are you wanting to repeat treble initial stake for next three markets only? Or are you repeating same selection in same market three times? Please could you give an example of what you are asking. Cheers
  • #7 by fumusic on 18 Sep 2020
  • hi sorry for the confusion.
    i just wanted to repeat the trigger twice so that in total, the trigger would have recovered 6 times the stake.
    So simply, I just wanted to know how to repeat the same trigger once again.
  • #8 by MarkV on 19 Sep 2020
  • Hi
    To repeat an individual trigger set the trigger's Execute field to: specific number of times, or, no more often than
    To repeat a block of triggers follow the process in this article.

    Please test repeating triggers carefully before using them live. 
Pages:
Actions