Pages:
Actions
  • #1 by chancer on 02 Jun 2011
  • Hi All

    i have a trigger in testing at the moment with a 7 step staking plan

    if the 7 steps lose, then i have added a condition to reset back to default bet amount so the cycle can start again :

    so in my trigger that resets back to default i have the conditions as follows

           channels previous PL is greater than 0
    OR  channels consecutive losses is equal to 7

    Now, this works fine the first time it encounters a 7 step loss and it resets the default amount back to 2.00 as i needed, however, it only works the first time. the next time there is a 7 step loss it DOES NOT reset to default and keeps incrementing the back amount up and up past the point i want it to go.

    am i using the wrong condition or does it need changing slightly ?

    just to recap - EVERY time i encounter a 7 step loss then i want to reset the default back amount to its starting back size.

    any help appreciated

    cheers

    chancer  ;D
  • #2 by chancer on 03 Jun 2011
  • i've cracked this one now.

    i've added extra conditions for multiple losing runs and x feeder counts them consecutively so a run is not 7 then 7 again, it is 7 then 14 so my initial condition wasn't looking for the right total

    all working now !

    chancer

  • #3 by Tim (WellDoneSoft) on 03 Jun 2011
  • Trigger Expression consec_losses%7 is equal to 0
  • #4 by chancer on 06 Jun 2011
  • thanks Tim

    works a treat

    cheers

    chancer
  • #5 by dnglos on 14 Jun 2011
  • If it helps... an alternative would be to set up a condition where consecutive losses are greater than zero AND divisible by 7.
Pages:
Actions