Pages:
Actions
  • #1 by fumusic on 17 Dec 2020
  • 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?
  • #2 by Oxa (WellDoneSoft) on 24 Dec 2020
  • Hello!

    Please see your triggers attached.

    Make the necessary changes to the backing trigger.

    Use the constants to adjust your trigger settings.

    Merry Christmas!
  • #3 by fumusic on 31 Dec 2020
  • is there a way to have the trigger restart after a maximum loss of £500?
    Anything I can do in the settings?
  • #4 by Oxa (WellDoneSoft) on 17 Jan 2021
  • 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
Pages:
Actions