Pages:
Actions
  • #1 by Bonkajs on 11 Jan 2016

  • Hi!
    how to get trigger to understand when football match underdog first score a goal?
  • #2 by Bonkajs on 11 Jan 2016
  • maybe to add constant - selections rank 2 ? Does it could work?
  • #3 by Bonkajs on 11 Jan 2016
  • or maybe add actual starting price under 1.8 ?
  • #4 by MarkV on 11 Jan 2016
  • Hi
    I'm going to define underdog as Home Team or Away Team which has the highest back price just before the game goes in-play:

    selections name does not contain "The Draw"
    and selections trigger expression last_order is greater than 1
    and selections trigger expression market_score1+market_score2 is equal to 1


  • #5 by Bonkajs on 11 Jan 2016
  • hmm i am editing one of already built triggers, so now i will dd your condition and try it out! thanks!
  • #6 by MarkV on 11 Jan 2016
  • It depends how you define underdog. I'm not so sure the above will work because the goal is not specified to a selection.
    If your underdog is the away team then it's easy:
    and selections trigger expression market_score2 is greater than market_pscore2
  • #7 by Bonkajs on 11 Jan 2016
  • hmm, no this does not work correctly...


    Now i am trying to do this thing - if underdog score a goal, back on favorite.


    I am using built in trigger back-opposite-team-after-goal
  • #8 by MarkV on 11 Jan 2016
  • Hi
    You have not said what is underdog.

    If your underdog is the team that has the highest back price at the start of the game:
    add this condition to both of the OR blocks:
    and selections last_order is greater than 1  (you can also try is the maximum)

    If your underdog is the Away team:
    add this condition to both of the OR blocks:
    and selections trigger expression market_score2 is greater than market_pscore2
  • #9 by Bonkajs on 11 Jan 2016
  • Thanks - will test it.
  • #10 by Bonkajs on 12 Jan 2016
  • ok, and if my underdog is the home team i must use this ? :

    and selections trigger expression market_score1 is greater than market_pscore1


     ???
  • #11 by MarkV on 12 Jan 2016
  • Hi
    Yes that's correct, means home team scored.
  • #12 by Bonkajs on 12 Jan 2016
  • Ok - many thanks again.
  • #13 by Bonkajs on 12 Jan 2016
  • ok, i modified another trigger, but it does not working

    idea is simple:
    1. favorite away team
    2. underdog home team
    3. if underdog score a goal - lay him.
    4. place keep bet on fav to make profit if favorite score goal, or simple greenup when favorite score

    there is game right now - underdog home team scored first, trigger didnt made any bets. :(
    what is wrong with it?
  • #14 by Bonkajs on 12 Jan 2016
  • here is an example of my trigger right now:
    http://imgur.com/Yn3nVPH
  • #15 by MarkV on 12 Jan 2016
  • Hi
    Your idea perhaps like this?

    TRIGGER 1
    LAY, lay_price
    first matching selection
    in-play
    Conditions:
    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_sel_order is greater than s_2_sel_order

    TRIGGER 2
    GREEN UP
    all matching selections
    Conditions:
    selections trigger expression market_score1 is equal to 1
    and selections trigger expression market_score2 is equal to 1

    the above is untested, please use test mode when testing.

    If you would like a trigger made by the trigger developers you can request here:
    http://community.welldonesoft.com/marketfeeder-make-me-a-trigger/

    edit:
    you could experiment with changing this condition in the laying trigger:
    and selections trigger expression s_1_sel_order is greater than s_2_sel_order
    to:
    and selections trigger expression s_1_last_order is greater than s_2_last_order
Pages:
Actions