Pages:
Actions
  • #1 by chilli on 25 Jan 2014
  • I am trying to use a simple trigger to back after a goal in the over/unders markets. I guess using back at default with the condition of when the market score has changed will work but how do i tell the trigger which selection to bet on eg, under 2.5 goals?
  • #2 by MarkV on 25 Jan 2014
  • Hi
    You can use either one of these conditions:
    and selections index is equal to 1
    and selections name contains "Under"

    but, market score has changed has a problem.
    I'll post a trigger for you shortly.
  • #3 by chilli on 25 Jan 2014
  • many thanks   :)
  • #4 by MarkV on 25 Jan 2014
  • Hi
    The attached trigger will back "Under" after the first goal.
    There is a constant you can set which is the waiting time in minutes since the goal market suspension to give the market time to settle. (set at 1.50)

    The trigger will operate in any Over/Under market, so if you want to bet in OU2.5 load only those markets.
     
    Please try the trigger in test mode.
  • #5 by chilli on 25 Jan 2014
  • ok i'll give it a go. Thanks again
  • #6 by chilli on 25 Jan 2014
  • with it set to execute "once per market" will it only fire after the first goal? Can I add anything so it fires after subsequent goals?
  • #7 by MarkV on 25 Jan 2014
  • Hi
    Yes - I added a trigger for the second goal. You can see I changed the market score conditions to be specific for each trigger.

    Please try in test mode.
  • #8 by chilli on 26 Jan 2014
  • Hi.

    I copy and pasted the 2nd goal trigger and changed the selections trigger expression market_score1+market_score2 is equal to 3.

    Will this now work in under 3.5 goals and bet after the third goal or does it have to be market_score1+market_score2+market_score3 is equal to 3?

    Thanks for your help.
  • #9 by MarkV on 26 Jan 2014
  • Hi.

    I copy and pasted the 2nd goal trigger and changed the selections trigger expression market_score1+market_score2 is equal to 3.

    Will this now work in under 3.5 goals and bet after the third goal or does it have to be market_score1+market_score2+market_score3 is equal to 3?

    Thanks for your help.
    Hi
    Your first condition will work for the third goal in OU3.5 markets. 
Pages:
Actions