Pages:
Actions
  • #1 by Sandi Križanic on 29 Jun 2016
  • Hi
    I'm laying the draw. If underdog scores, I'd like to green up, but if fav scores, I'd like to let it run. Can you help me out with this?
    thanx
  • #2 by MarkV on 01 Jul 2016
  • Hi
    Try adding this condition block to your green-up trigger. Please use test mode to try it:

    AND
       OR
         selections trigger expression s_1_last_order is greater than 1
         and selections trigger expression market_score1 is equal to 1
         and selections trigger expression market_score2 is equal to 0
       OR
         selections trigger expression s_2_last_order is greater than 1
         and selections trigger expression market_score1 is equal to 0
         and selections trigger expression market_score2 is equal to 1
  • #3 by Sandi Križanic on 01 Jul 2016
  • Many thanx!
Pages:
Actions