Pages:
Actions
  • #1 by slybee on 23 Nov 2012
  • I am struggling to put up this trigger, sent message to support but could not help. Can any one help?

    I want to lay on greyhounds as follows:

    Lay odds Under 4.0, stake £5
    Lay odds 4.0 to 6.0, stake £3
    lay odds 6.0 to 10.0, stake £2

    Any help appreciated.

    Thanks in advance.
  • #2 by mcbee on 23 Nov 2012
  • hi
    simple.
    in the amount box put or copy and paste it.

    IF(lay_price<4.00,5,IF(AND(lay_price>=4.00,lay_price<6.00),3,IF(AND(lay_price>=6.00,lay_price<=10.00),2,0)))

    so if all your other conditions are meet then the bet amount will be according to the odds.

    mcbee
  • #3 by slybee on 23 Nov 2012
  • Thank you mcbee that is really helpful.
Pages:
Actions