Pages:
Actions
  • #1 by mungo2007 on 09 Mar 2017
  • Hi all 

    I am looking to test a new trigger and found the back-under-one-goal trigger in the standard list. 

    I have been trying to find more info on it in the triggers section of the website but i can't seem to find which one it is to tell me how it works. 

    Can anyone give me the direct link to the trigger information?

    Thanks
  • #2 by MarkV on 09 Mar 2017
  • #3 by mungo2007 on 09 Mar 2017
  • great thank you 
  • #4 by mungo2007 on 10 Mar 2017
  • Hi 

    I need some help understanding the trigger is possible. 

    as i understand it the trigger is active 80 minutes into the game and if the score is for example 1-1 it will look to back under 3.5 goals if the odds get to 1.15? Am i correct in saying this? 

    I have used the market selector some games do not show all the over/under goal markets is this ok? Or do i want to stick to games that have all of these options available? Am i best sticking to higher profile leagues?

    What does the trigger mean when it says you can set it to bet in all markets simultaneously?

    Is there any other advice for getting the trigger to work as well as it can?


    Sorry for all the questions i just need to fully understand it before i test.

    Thanks
  • #5 by MarkV on 10 Mar 2017
  • Hi
    Yes you are right, it will back "Under" one goal ahead of the current score at the specified time in the game. Since this trigger was written, there is a new variable match_minute which is more accurate, so you could replace:
    and selections trigger expression (now_time - event_start)/mf_minute is equal or greater than mso
    with
    and selections trigger expression match_minute is equal or greater than mso

    The trigger bets at the best market back price, up to a maximum price of 1.15, you can change this and the trigger time in the constants.

    Most in-play soccer games have the OU 0.5 to 6.5 markets. Specify in the Locator:
    markets will turn in-play YES

    As stands the trigger will bet in one game and wait until the current game has been settled before betting in the next game. The trigger description shows how to deactivate this to let you bet in multiple concurrent games. If there is a loss using any of these options, the trigger will deactivate and send an email, although if you bet in multiple games concurrently, there may be multiple losses.

    I think you could improve the trigger by checking there is a good back book% before betting, and / or a smallish spread between best back and lay prices, though this may prove more difficult in lower liquidity markets.

    Please test in test mode.
  • #6 by mungo2007 on 10 Mar 2017
  • Hi Mark 

    Thanks for the fast reply.

    Ok, how do i get the trigger adjusted as per your comments? I don't have the confidence with the triggers to make these changes. 

    Since this trigger was written, there is a new variable match_minute which is more accurate, so you could replace:
    and selections trigger expression (now_time - event_start)/mf_minute is equal or greater than mso
    with
    and selections trigger expression match_minute is equal or greater than mso


    and to trigger multiple games


    Where do i change the turn in play in the locator?


    Not sure what you mean by checking there is a good back book etc. Are you basically saying stick to higher profile games to ensure there is enough money in the market? Is this something that can be set in the market locator to filter?


    Sorry for all the questions, it is all fairly new to me. 
  • #7 by MarkV on 10 Mar 2017
  • Hi
    If you would like a trigger modified to your spec, please use the trigger request service here:
    http://marketfeederpro.com/learn/triggers/trigger-development-service/
    as a subscriber you have a quota of free triggers available to you.

    to replace the time condition, though this is not critical for testing the trigger, replace this condition:
    and selections trigger expression (now_time - event_start)/mf_minute is equal or greater than mso
    with this condition:
    and selections trigger expression match_minute is equal or greater than mso

    In the market locator, Step 2, add a Market Property:
    markets will turn in-play YES

    yes, this trigger will operate better on high profile games.

    Perhaps try it out unmodified on one game to get a feel for it.  Add the markets OU0.5 to OU6.5 manually from the market tree and run the trigger in test mode. If you are happy with your first test, then move on to multiple games, changing the trigger, making a locator template etc.
  • #8 by mungo2007 on 10 Mar 2017
  • Hi Mark 

    Ok thank you. 

    What settings do you advise on setting up the locator template to get the best selection of games?

    Yes tested it on a few games that it triggered, now i am getting a better understanding on how it triggers. 

    I will put a request in for the modifications 

    Thank you
  • #9 by MarkV on 10 Mar 2017
  • Hi
    It would be better to load all OU 0.5 to 6.5 markets, say a few minutes before the event start time, and have a trigger to delete markets that you don't want to trigger in. The reason for this is some OU markets have a higher traded volume than others, and if you specify a high traded volume in Locator, you may not get all the markets for the game. Be careful though over Friday's to Sundays as there will be hundreds of OU markets, you could overload the software, so you would need a good filtering process.

    You could add this to your spec for the modified trigger, you would need to decide in which markets you want to trade. For example, you could specify to trade only in games where OU2.5 traded volume at kick-off is greater than 5000.00 and delete other games at kick-off that do not meet this etc...    
  • #10 by mungo2007 on 14 Mar 2017
  • Hi Mark 

    I now have the trigger with the modifications you advised, attached so you can see it. The only change i have made is to change the time to 80 minutes. 

    I am still having some problems getting it to trigger, getting 1 or 2 per day at the moment in test mode. 

    When setting up the markets these are the settings i am using 

    Where is the money
    Over/under market only
    Market in play
    Deleting the other variable below this
    select 0.1-0.5 ahead to prevent getting over 300 results


    I think the trigger is great but i just need some help to get it to trigger more if this is possible. Not sure if i am doing something wrong.

    Many thanks
  • #11 by mcbee on 14 Mar 2017
  • hi
    the trigger requires that the previous triggered event is settled before it will place another bet , so there wont be many bets placed.

    mcbee
  • #12 by mungo2007 on 14 Mar 2017
  • Ah ok 

    How do i change this?

    Thanks
  • #13 by mcbee on 14 Mar 2017
  • hi
    please try this one i have removed the condition to wait.

    please use test mode


    mcbee
  • #14 by mungo2007 on 15 Mar 2017
  • fantastic thank you i will give this a go in test mode. 
Pages:
Actions