Author Topic: Add another bet if previously matched bet is 'not working'  (Read 2144 times)

Tags:
  • All members
  • Posts: 12
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

  • Élite
  • Posts: 3698
  • Gender: Male
*
hi
in your win market betting trigger add the condition.
and selections trigger expression winplace_back_matched is greater than 0


mcbee
Please read the following  disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 12
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 ?

  • Moderator
  • Posts: 3604
*
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.  
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 12
ok ...thanks to both for your help.

 

Please note, BetFair is seems to be currently OFFLINE