Pages:
Actions
  • #16 by Bonkajs on 13 Jan 2016
  • Ok, tested it on time machine and it worked for one game.


    Next question (maybe last :D) - what to change if there is no difference where are favorite at home or away. Just lay against underdog (bigger odds) if he score?
  • #17 by MarkV on 13 Jan 2016
  • Hi
    Might be more efficient way, but for now I can think of 2x condition blocks:

    OR
       selections trigger expression market_score1 is equal to 1
       and selections trigger expression market_score2 is equal to 0
       and selections index is equal to 1
       and selections trigger expression s_1_last_order is greater than s_2_last_order
    OR
       selections trigger expression market_score1 is equal to 0
       and selections trigger expression market_score2 is equal to 1
       and selections index is equal to 2
       and selections trigger expression s_2_last_order is greater than s_1_last_order
Pages:
Actions