Pages:
Actions
  • #1 by misticmerlin on 20 Sep 2015
  • Hi All,

    Hope someone can help me please, I am trying to load football match odd markets where 'Favourite' or 'The Draw' is at certain odds, is this possible?

    Thanks
  • #2 by MarkV on 20 Sep 2015
  • Hi
    If your preferred odds range is distinctive you could try something with one of these:
    any selection's last traded price is between x and y
    any selection's last traded price is in list (or file)
    and filter with trigger conditions
    OR
    pull in all Match Odds markets and use a trigger to delete unsuitable ones, example:
    TRIGGER
    Action: delete market
    Conditions:
    selections index is equal to 3
    and selections back price is outside x and y
  • #3 by misticmerlin on 21 Sep 2015
  • Mark,

    Thank you for the ideas and options below, I like the look of the Delete Marker trigger below.

    Many thanks again
Pages:
Actions