Pages:
Actions
  • #1 by therealaxxeman on 31 Jul 2023
  • Hello, I have a working trigger for lay bets where the price is less than 1.99, and it works fine.  The price is set as a constant the_price with a 1.99 value.

    However, I would like to add a second price of, say, 1.05 as the lowest price and get the trigger to only lay when the current price is between those two constants.  How do I add the 1.05 so that everything continues to work properly?

    Thank you.  (Learning curve)
  • #2 by MarkV on 01 Aug 2023
  • Hi and welcome
    add another constant and call it say low_price, value: 1.05
    add a condition to the laying trigger:
    and selections lay price is between low_price and the_price

  • #3 by therealaxxeman on 01 Aug 2023
  • That's great thanks.  I read through the online help manual but could not find that.
Pages:
Actions