Pages:
Actions
  • #1 by bazzer on 16 May 2017
  • hi
    i want to load match odds and over/under 2.5 goals markets
    then i want to delete both the match odds and the over/under 2.5 goals markets for those games where the home fav in the match odds is over 2.0, 
    just leaving the match odds markets and associated over/under 2.5 goals markets where the home fav is odds on before kick off 
    could you help please
    cheers
  • #2 by bazzer on 19 May 2017
  • hi any news on this trigger request?
    thanks
  • #3 by Oxa (WellDoneSoft) on 22 May 2017
  • Hello!

    Please see your triggers attached. Use the max_fav_price constant to adjust the maximum price of the favourite.

    You can also use the attached Market Locator search template.
  • #4 by bazzer on 11 Dec 2018
  • hi i am having a look at this trigger again trying to understand it and wonder what the significance of the following line is:-

    selection's trigger expression football1_r_1_sel_id is equal to football1_s_1_sel_id

    what does this mean exactly?
    cheers
  • #5 by MarkV on 11 Dec 2018
  • Hi
    football1_ = match odds
    r_1_        = rank 1 (fav)
    sel_id       = selections unique ID in betfair's database
    s_1_        = selection index 1 (home team in MO markets)

    if you put them together, the condition is saying:
    in match odds market the favourite's ID is equal to home team ID
    this is your first stipulation for your trigger (home favourite)
    and this condition checks the home team is indeed the favourite

    the next condition in the trigger then determines the home favourite price is greater than 2.0 
  • #6 by Oxa (WellDoneSoft) on 14 Dec 2018
  • Brilliant explanation Mark!
Pages:
Actions