Pages:
Actions
  • #1 by trader21 on 19 Dec 2015
  • For in-play Horse Racing.
    I have a trigger for placing a bet in the place market. If certain conditions are true e.g. if that horses' odds drift or whatever then I want to place a bet on the same horse in the WinMarket.

    I know I can access the other market via the winplace_ reference but how do I access the actual horse that I have backed. There is a back_matched expression but that is for the amount which has been backed.

    Thnaks
  • #2 by mcbee on 20 Dec 2015
  • hi
    in your win market betting trigger add the condition.
    and selections trigger expression winplace_back_matched is greater than 0


    mcbee
  • #3 by trader21 on 20 Dec 2015
  • Hello mcbee

    Thanks for reply.
    But isn't that condition just saying that I have backed an amount in the Place market ?

    In the win market, how can I ensure that the horse I select to bet on is the same horse I backed in the place market ?
  • #4 by MarkV on 20 Dec 2015
  • Hi
    I'm sure mcbee's condition will work fine, but if you want a failsafe you could try adding this after mcbee's condition in the Win market trigger:
    and selections trigger expression winplace_sel_id is equal to sel_id
    could also do the same with winplace_sel_name.  
  • #5 by trader21 on 20 Dec 2015
  • ok ...thanks to both for your help.
Pages:
Actions