Author Topic: bet after goal  (Read 6206 times)

Tags:
  • All members
  • Posts: 59
  • Gender: Male
bet after goal
« on: 11 Jan 2016, 12:00 »

Hi!
how to get trigger to understand when football match underdog first score a goal?

  • All members
  • Posts: 59
  • Gender: Male
Re: bet after goal
« Reply #1 on: 11 Jan 2016, 12:34 »
maybe to add constant - selections rank 2 ? Does it could work?

  • All members
  • Posts: 59
  • Gender: Male
Re: bet after goal
« Reply #2 on: 11 Jan 2016, 14:39 »
or maybe add actual starting price under 1.8 ?

  • Moderator
  • Posts: 3597
*
Re: bet after goal
« Reply #3 on: 11 Jan 2016, 19:33 »
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


Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 59
  • Gender: Male
Re: bet after goal
« Reply #4 on: 11 Jan 2016, 19:57 »
hmm i am editing one of already built triggers, so now i will dd your condition and try it out! thanks!

  • Moderator
  • Posts: 3597
*
Re: bet after goal
« Reply #5 on: 11 Jan 2016, 20:06 »
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
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 59
  • Gender: Male
Re: bet after goal
« Reply #6 on: 11 Jan 2016, 20:24 »
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

  • Moderator
  • Posts: 3597
*
Re: bet after goal
« Reply #7 on: 11 Jan 2016, 20:48 »
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
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 59
  • Gender: Male
Re: bet after goal
« Reply #8 on: 11 Jan 2016, 21:01 »
Thanks - will test it.

  • All members
  • Posts: 59
  • Gender: Male
Re: bet after goal
« Reply #9 on: 12 Jan 2016, 08:23 »
ok, and if my underdog is the home team i must use this ? :

and selections trigger expression market_score1 is greater than market_pscore1


 ???

  • Moderator
  • Posts: 3597
*
Re: bet after goal
« Reply #10 on: 12 Jan 2016, 08:57 »
Hi
Yes that's correct, means home team scored.
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 59
  • Gender: Male
Re: bet after goal
« Reply #11 on: 12 Jan 2016, 09:00 »
Ok - many thanks again.

  • All members
  • Posts: 59
  • Gender: Male
Re: bet after goal
« Reply #12 on: 12 Jan 2016, 10:41 »
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?

  • All members
  • Posts: 59
  • Gender: Male
Re: bet after goal
« Reply #13 on: 12 Jan 2016, 10:43 »
here is an example of my trigger right now:
http://imgur.com/Yn3nVPH

  • Moderator
  • Posts: 3597
*
Re: bet after goal
« Reply #14 on: 12 Jan 2016, 20:28 »
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
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

 

Please note, BetFair is seems to be currently OFFLINE