Pages:
Actions
  • #1 by macattak11 on 22 Jun 2021
  • Hi,
    I have a trigger which imports selections and specifies a min back price and max lay price, example as follows:

    "Winx"   2.2   1
    "Winx"   1.6   2

    Its designed to place a back bet when the price is greater than the 1 price and lay when the price is less than the 2 price. I have found that the lay bets have not been firing. 

    Firstly, is the selections file able to be arranged in this manner? Or can there be no duplication in runners and assigning them both a back and lay price. 

    Thanks
    Matt
  • #2 by MarkV on 22 Jun 2021
  • Hi
    It is probably easier to have both values on the same line separated by a tab:

    "Selection Name"<tab>imported_1<tab>imported_2
    "Apache Jewel"   4.0    2.60
    "Winx"               2.20  1.60

    back trigger condition: selections back price is greater than imported_1
    lay trigger condition: selections lay price is less than imported_2
  • #3 by macattak11 on 23 Jun 2021

  • Thanks, made a few edits as suggested and its working ok :)
Pages:
Actions