Pages:
Actions
  • #1 by londolozi on 30 Nov 2012
  • Hello Soccer punters,
    Testing a few triggers in Soccer but coming from a Horse racing background I am having trouble getting my head around a few things.

    I want to bet in the Aston Villa v Man Utd game on the correct score of 2-1 and 1-2.
    I have a trigger that identifies
    Selection name equals 1-2
    or Selection name equals 2-1

    All good however, I want to bet in several matches but not all matches, so I have a text file of the games. Like a tipsters list.

    I am thinking can I trigger markets name contains "Aston Villa" <<< but I need this variable read from a list. The list contains the name of the matches I want to bet in so all I need is one variable, in this case I will use the home team.

    Has any Soccer punter encountered the same problem. How did you get around it?
    Basically I want to bet in non-Match odds markets on specific games where the teams names only appear in the market name and not as Selections.

    Thanks for your help

  • #2 by pcal72 on 01 Dec 2012
  • Hello Soccer punters,
    Testing a few triggers in Soccer but coming from a Horse racing background I am having trouble getting my head around a few things.

    I want to bet in the Aston Villa v Man Utd game on the correct score of 2-1 and 1-2.
    I have a trigger that identifies
    Selection name equals 1-2
    or Selection name equals 2-1

    All good however, I want to bet in several matches but not all matches, so I have a text file of the games. Like a tipsters list.

    I am thinking can I trigger markets name contains "Aston Villa" <<< but I need this variable read from a list. The list contains the name of the matches I want to bet in so all I need is one variable, in this case I will use the home team.

    Has any Soccer punter encountered the same problem. How did you get around it?
    Basically I want to bet in non-Match odds markets on specific games where the teams names only appear in the market name and not as Selections.

    Thanks for your help



    Hi
    My english is very low but will try to show you my idea

    If you first load match odds markets and then whith remember (xxx_market_parent_id) you will check if team is in your list using something like
    "and selection name is in list ....."
    then you can close M odds market and in your bet market place a condition
    If xxx_market_parent_id are set
    That way you can bet on market when one of your teams are in list made by yourself.

    Hope that help you
    pcal72
  • #3 by mcbee on 01 Dec 2012
  • hi
    i think the only way is to have a condition BLOCK for your normal conditions, then another condition BLOCK for your team names
    second condition block set block to AND
    set conditions to OR
    or markets name contains  Aston Villa
    or markets name contains  Arsenal
    or markets name contains  Liverpool
    etc
    etc
    to have the market name in a list/file, you would have to include EVERY word for word in the market name.


    mcbee













  • #4 by londolozi on 02 Dec 2012
  • Thanks Lads,
    If I get it working I will post the solution here.
Pages:
Actions