Pages:
Actions
  • #1 by Nigolof on 25 Feb 2013
  • Hi!
    In a trigger I want to place a bet in-play on the Favourite if back price of rank 5 at the same time is greater than X.
    I can't figure out how to add the condition for rank 5  ???

    Can someone please help me with this or point out an already existing answer in the forum.

    Thanks in advance!

    Regards,
    Goran
  • #2 by MartinSteiner on 25 Feb 2013
  • Add this conditions to your back bet on favourite:

    r_5_back_price is greater than back_price*xfactor

    Do nt forget to define xfactor in the constants section of trigger.
  • #3 by mcbee on 25 Feb 2013
  • hi
    you have to use
    and selections trigger expression  r_5_back_price is greater than (your setting)

    if you want to use other ranks then change the 5 to whatever rank you want.
    prefix r is rank
    prefix s is index


    mcbee
  • #4 by Nigolof on 26 Feb 2013
  • Thanks!  :)
Pages:
Actions