Pages:
Actions
  • #1 by Roccobarocco on 19 Sep 2013
  • I need a trigger to fire 15 minutes after the underdog has scored in a soccer match.  Can someone point me in the right direction please?
  • #2 by MarkV on 19 Sep 2013
  • Hi
    Markets minutes since last suspension is equal or greater than 15.00
    and selections trigger expression market_score2 is greater than market_pscore2

    If Markets minutes since last suspension is equal or greater than 15.00 gives trouble (because refresh rate did not allow detection) use instead:
    and selections trigger expression (now_time-last_inplay)/mf_minute is greater than 15.00   
  • #3 by Roccobarocco on 19 Sep 2013
  • Hi MarkV - Thank You!

    I had forgotten about the market_pscore variables!

    In your example you are assuming the underdog is the away team, right?

  • #4 by MarkV on 19 Sep 2013
  • Yes that's what I was assuming. It depends on how and when you define the underdog.
    By price just before the goal was scored (they may not be the underdog after the goal)?
Pages:
Actions