Author Topic: over 2,5  (Read 6072 times)

Tags:
  • All members
  • Posts: 59
  • Gender: Male
over 2,5
« on: 09 Dec 2015, 08:54 »
hi! i tried to make my own trigger for overs in football, but it seems to me it places bets on unders instead of overs.

what command to write in constant to use over2,5?

  • All members
  • Posts: 3597
Re: over 2,5
« Reply #1 on: 09 Dec 2015, 09:17 »
Hi
You can use one of these conditions:
selections index is equal to 2
selections name contains "Over"
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: over 2,5
« Reply #2 on: 09 Dec 2015, 09:41 »
Thanks! Will try! ;)

  • All members
  • Posts: 59
  • Gender: Male
Re: over 2,5
« Reply #3 on: 09 Dec 2015, 15:02 »
ok, bets on over2,5 is placed, but i need to place bets on over 1,5 too, i have opened events, bets on over2,5 is placed, but right after game starts over2,5 and over1,5 events disappear. Whats wrong here?

  • All members
  • Posts: 3597
Re: over 2,5
« Reply #4 on: 09 Dec 2015, 18:12 »
ok, bets on over2,5 is placed, but i need to place bets on over 1,5 too, i have opened events, bets on over2,5 is placed, but right after game starts over2,5 and over1,5 events disappear. Whats wrong here?
Hi
Please check the following setting is unticked:
Settings > General Options > Market Settings > Delete In-Play events automatically
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: over 2,5
« Reply #5 on: 10 Dec 2015, 12:57 »
Ok, thank you very much!

  • All members
  • Posts: 59
  • Gender: Male
Re: over 2,5
« Reply #6 on: 11 Dec 2015, 11:46 »
ok, i have one more question - how to add commands which contains "taking profit after goal is scored"?

  • All members
  • Posts: 3597
Re: over 2,5
« Reply #7 on: 11 Dec 2015, 17:48 »
Hi
There are many ways, but you can try:
Action: green up, choose ticks or % profit
Conditions:
markets score has changed

or you could do for a specific score, example 1 - 0
Action: green up, choose ticks or % profit
Conditions:
selections trigger expression market_score1 is equal to 1
and selections trigger expression market_score2 is equal to 0

or to cover any first goal in a game 1 - 0 and 0 - 1
Action: green up, choose ticks or % profit
Conditions:
selections trigger expression market_score1 + market_score2 is greater than 0
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: over 2,5
« Reply #8 on: 12 Dec 2015, 21:49 »
hmm, i have one more question:

how to set up back bet to be placed 15 minutes before the match and lay bet 1 minute before match?

  • All members
  • Posts: 3597
Re: over 2,5
« Reply #9 on: 12 Dec 2015, 23:46 »
Hi
two triggers

back
you choose market, selection etc.
condition: markets minutes before the off is equal or less than 15.00

lay
conditions:
markets minutes before the off is equal or less than 1.00
and selections back matched is greater than 0
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