Pages:
Actions
  • #1 by Bonkajs on 09 Dec 2015
  • 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?
  • #2 by MarkV on 09 Dec 2015
  • Hi
    You can use one of these conditions:
    selections index is equal to 2
    selections name contains "Over"
  • #3 by Bonkajs on 09 Dec 2015
  • Thanks! Will try! ;)
  • #4 by Bonkajs on 09 Dec 2015
  • 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?
  • #5 by MarkV on 09 Dec 2015
  • 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
  • #6 by Bonkajs on 10 Dec 2015
  • Ok, thank you very much!
  • #7 by Bonkajs on 11 Dec 2015
  • ok, i have one more question - how to add commands which contains "taking profit after goal is scored"?
  • #8 by MarkV on 11 Dec 2015
  • 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
  • #9 by Bonkajs on 12 Dec 2015
  • 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?
  • #10 by MarkV on 12 Dec 2015
  • 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
Pages:
Actions