Author Topic: No bet [TCKT19072013NB]  (Read 2827 times)

Tags:
  • All members
  • Posts: 17
No bet [TCKT19072013NB]
« on: 19 Jul 2013, 07:16 »
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.

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: No bet
« Reply #1 on: 19 Jul 2013, 07:59 »
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
Please read the following  disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 17
Re: No bet
« Reply #2 on: 19 Jul 2013, 08:35 »
mcbee, I'm interested in principle. What to write nothing bet if the condition is not met?

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: No bet
« Reply #3 on: 19 Jul 2013, 10:35 »
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
Please read the following  disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 17
Re: No bet
« Reply #4 on: 19 Jul 2013, 16:22 »
ty

 

Please note, BetFair is seems to be currently OFFLINE