Pages:
Actions
  • #1 by profitf on 11 Jun 2019
  • Hi.
    How can I achieve the following thing - Trigger is placing a back bet (stake 10) on over 1.5 at odds of 2.0. A goal is scored and odds on over 1.5 is for example 1.45 now. I would like to place a lay bet on odds 1.45 with the same stake of 10 thus leaving it as a freebet. Is it possible to achieve this?
  • #2 by mcbee on 11 Jun 2019
  • hi
    new trigger
    lay  price lay_price  amount bm_backa
    conditions
    and selections back_matched is greater than 0
    and selections lay_price is equal or less than r_ticks(bm_backp,-5)

    you can change the -5 to however many ticks less that you want
  • #3 by profitf on 14 Jun 2019
  • and is it possible to leave a freebet only if the percentage of the is 50% or more? Percentage instead of ticks.
  • #4 by profitf on 26 Jun 2019
  • hi
    new trigger
    lay  price lay_price  amount bm_backa
    conditions
    and selections back_matched is greater than 0
    and selections lay_price is equal or less than r_ticks(bm_backp,-5)

    you can change the -5 to however many ticks less that you want
    Hi.
    Thanks for the answer. However, is it possible to replace ticks with the percentage of the bet? So that the trigger reduces liability (makes a free bet) only when the possible winning is at least 50% of the stake? So if I place 10$ on the over 1.5 at odds of 2 and the goal is scored and for example, I can leave 0 on under and 6$ on over (which is more than 50%) then the trigger places a lay bet. Hopefully you understand my thought.
  • #5 by mcbee on 26 Jun 2019
  • hi
    in you lay trigger you would use the tradeout_pl or the tradeout_net to check the profit/loss amount.
Pages:
Actions