Pages:
Actions
  • #1 by Themanny249 on 23 Jun 2020
  • Hello

    I’m trying to create a trigger involving 3 scores in the correct score market. Looking to stay in the market until half time if no goals.

    I’m looking to place a back of £25 on 1-0 and 0-1 about a minute before kick off. At the same time, I’m looking to put £100 on 1-1.

    If a goal is scored, in looking to trade out of all scorelines immediately. If the game is 0-0 at half time I’m looking to trade out of all scorelines.

    Any help with this is really appreciate it 😊

    Thank you. 

  • #2 by MarkV on 23 Jun 2020
  • Hi
    Basic principle would be:

    back
    amount: IF(sel_index=6, 100, 25)
    conditions:
    markets betting code is correct score (soccer)
    and selections index is in list 2, 5, 6

    trade out
    conditions (two OR blocks):
    OR
       selections trigger expression market_score1+market_score2 is greater than 0
       and markets minutes since the last goal is greater than 0.5
    OR
       selections trigger expression market_score1+market_score2 is equal to 0
       and selections trigger expression match_minute is equal to 45

    please test any triggers in test mode first
  • #3 by neilrhysbarnett51 on 23 Jun 2020
  • That's great thanks so much! 😀
Pages:
Actions