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?