Author Topic: Help me with this trigger  (Read 1622 times)

  • All members
  • Posts: 87
Help me with this trigger
« on: 17 Dec 2020, 12:22 »
Hi, could you modify my trigger so that it reduces the stake by x amount after a win but only for a certain number of bets (let's call this y)? After y amount of times, if we still don't hit another win, I want the new stake to be original stake multiplied by w for the rest of the bets until we hit a win. After a win, the cycle continues again. Could you also, ensure that the trigger will continue it's cycle onto the next day's betting as I have auto loading of markets set up?

variables are:
original stake
x, the amount the original stake is to be reduced by after a win
y, amount of times to use reduced stake after a win
w, amount to multiply original stake by if there are no wins after y bets

I don't want to reveal the strategy which places the bets so for the purposes of this exercise, could you make the trigger place back bet on favourite 5 minutes before the off?

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Re: Help me with this trigger
« Reply #1 on: 24 Dec 2020, 19:57 »
Hello!

Please see your triggers attached.

Make the necessary changes to the backing trigger.

Use the constants to adjust your trigger settings.

Merry Christmas!
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

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

  • All members
  • Posts: 87
Re: Help me with this trigger
« Reply #2 on: 31 Dec 2020, 13:50 »
is there a way to have the trigger restart after a maximum loss of £500?
Anything I can do in the settings?

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Re: Help me with this trigger
« Reply #3 on: 17 Jan 2021, 17:10 »
is there a way to have the trigger restart after a maximum loss of £500? Anything I can do in the settings?

You will need to add a new trigger variable, e.g. current_lss, and deduct market_pl from it after each market is settled. Then add this condition to the trigger called "at the end of the cycle":

or Selection's Trigger Expression current_lss is greater than 500
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