Pages:
Actions
  • #1 by Oxa (WellDoneSoft) on 03 Nov 2013
  • Copied from a support request:

    Quote
    could you help me to set a condition in football: when it is in play I want to back the draw when the odds are 2. tried rank but the rank changes when the odds do
  • #2 by JohnW on 03 Nov 2013
  • The draw is always index 2 so you need a

    sel_index
  • #3 by MarkV on 03 Nov 2013
  • Hi
    Please try the attached trigger file in test mode.
  • #4 by tupp on 03 Nov 2013
  • Draw has index 3... :D
  • #5 by mcbee on 03 Nov 2013
  • hi
    sorry for my input.
    BUT, when have you ever been able to place a bet on a price exactly/equal to 2.00, never i guess, so the previous trigger will not work unless the odds are exactly 2.00.
    with this trigger you can set in the constants
    the bet amount
    the maximum back price
    no offence, but the triggers MUST be user freindly.


    please use test mode until you are happy with your settings

    mcbee

    download the trigger below

    EDITED - thanks mark, i have added the minimum price and chaged the condition to between.
  • #6 by MarkV on 03 Nov 2013
  • Hi mcbee
    Yes, initially I had the same condition, but changed it to the specified price of 2.00. If you watch Match Odds markets, even games with low volumes, there is always money offered at 2.00 as the price of The Draw steadily comes in. Of course you are correct on the condition, which is indeed more friendly, but I chose to put in precisely 2.00 for the reason given above.

    Also, with the condition being equal or less than, it is possible the bet will be matched at unrealistic low value, e.g. straight after an equaliser goal, and that also prompted me to use exactly 2.00.
    Perhaps a condition: selections back price is between lbp and mbp
    Thanks for checking the trigger. :)
Pages:
Actions