Pages:
Actions
  • #1 by demon on 09 Jun 2013
  • Hi, can anyone help me with the formula for a trigger expression please?

    I want to put a condition in one of my triggers to NOT fire if there are 5 or more selections between odds of 5.2 and 14.

    Thanks
  • #2 by mcbee on 09 Jun 2013
  • hi
    and selections back_price is between 5.2 and 14.00
    and trigger expression matching_number is less than 5

    the 2 conditions above must be put in a condition block of there own or be the first 2 conditions


    mcbee
  • #3 by demon on 09 Jun 2013
  • Thankyou Mcbee, I'll put them in for tomorrow...
  • #4 by demon on 09 Jun 2013
  • Hi Mcbee, what if I want to apply this condition to another trigger outside of the odds range specified?

    In other words, I want another trigger to fire outside of the specified odds but only if there are less than 5 selections between 5.20 and 14?

    So the first condition "and selections back_price is between 5.2 and 14.00" would not be true.

    Hope you understand what I mean?
  • #5 by mcbee on 09 Jun 2013
  • hi
    and not selections back_price is between 5.2 and 14.00
    and trigger expression matching_number is less than 5

    this should do it but i have not tested the idea.


    mcbee
  • #6 by demon on 09 Jun 2013
  • hmmm, would it not apply the 2nd condition to all the other selections except those between 5.20 and 14? but if you think that's right I'll try it tomorrow...

    thanks once again...
  • #7 by mcbee on 09 Jun 2013
  • hi
    with it starting with       and not
    then any selection that is not between 5.2 and 14.00 would count
    so if there are 5 or less with the odds of less than 5.2 and more than 14.00 then place the bet.


    mcbee
  • #8 by demon on 09 Jun 2013
  • Hi Mcbee,

    What I want this 2nd trigger to do is place a dutch bet on any selections that are below 5.20, but only if there are less than 5 selections between 5.20 and 14.00...
  • #9 by mcbee on 09 Jun 2013
  • hi
    in that case you need your dutching trigger to have 2 condition blocks.
    the first condition block
    and selection's back_price is less than 5.2
    and trigger expression matching_number is between (the minimum selections that you want to bet on) and  (the maximum selections you want to bet on)

    second condition block
    and any other selection's back_price is between 5.2 and 14.00
    and selection's trigger expression matching_number is equal or less than 5


    mcbee
  • #10 by demon on 10 Jun 2013
  • Of course! that makes perfect sense  ::)

    Don't know why I couldn't work that out, thanks once again for your invaluable help mcbee.
  • #11 by demon on 10 Jun 2013
  • Hi Mcbee, I've just altered the 2 triggers, and can I confirm that one of my additional conditions for this trigger "and selections Trigger Expression match_b_book is equal or less than 81" should also be incorporated in this first condition block in the dutch trigger?  
  • #12 by mcbee on 10 Jun 2013
  • hi
    it can go in the second condition block, after the matching_number condition


    mcbee
  • #13 by demon on 10 Jun 2013
  • working perfectly Mcbee...  :)
Pages:
Actions