Pages:
Actions
  • #1 by demon on 20 Oct 2012
  • Hi,

    how do I put in a condition to limit a maximum stake value when using a loss recovery? I have a variable to reset the stake after so many losing races but occasionaly the last recovery stake is going too high and exposing too much risk to my bank...

    Thanks
  • #2 by MarkV on 20 Oct 2012
  • Hi
    Use a user variable max_stake, and put in a condition when you update the recovery stake. There is an example here http://marketfeeder.co.uk/solutions/staking-plans/simple-staking-plan-back/
  • #3 by mcbee on 20 Oct 2012
  • hi
    IF( (your stake calculations)>(your limit),(your limit),(your stake calculations) )


    mcbee
  • #4 by demon on 22 Oct 2012
  • Thank you chaps, sorry for the late reply, I didn't get any notifications...
Pages:
Actions