Pages:
Actions
  • #1 by snupi33 on 19 Jul 2013
  • lay price: IF(back_price<1.71,back_price,???)

    What to write in place "???" , and do not any bet if back_price if greater than 1.7?
    I'm sorry for my English.
  • #2 by mcbee on 19 Jul 2013
  • hi
    just type   1.71
    do not use the IF etc
    the bot will send the bet at 1.71 , then betfair will match your bet with the best price available at 1.71 or less.


    mcbee
  • #3 by snupi33 on 19 Jul 2013
  • mcbee, I'm interested in principle. What to write nothing bet if the condition is not met?
  • #4 by mcbee on 19 Jul 2013
  • hi
    if you do not want to bet above 1.71, then you should use the condition
    and selections lay price is equal or less than 1.71
    it is not a good idea to use the IF statement with 0 amount for a price.
    if you want to use the IF , then use IF(back_price<1.71,back_price,1.71)

    mcbee
  • #5 by snupi33 on 19 Jul 2013
  • ty
Pages:
Actions