Pages:
Actions
  • #1 by fumusic on 02 Sep 2021
  • Hi, I am using loss recovery in one of my triggers but I want the trigger to only place bets when the loss recovery is under £100. What condition can I add to my trigger to do this? Thanks
  • #2 by MarkV on 02 Sep 2021
  • Hi
    If you are using recovery there will probably be a user variable called current_bet or something like that.

    If you are backing:
    and selections trigger expression current_bet is less than 100.00

    If you are laying:
    and selections trigger expression current_bet*(lay_price-1) is less than 100.00

  • #3 by fumusic on 02 Sep 2021
  • thanks mark
Pages:
Actions