Pages:
Actions
  • #1 by racepro on 13 May 2014
  • Hi,
    I want to do the following:
    If first bet place a  Lay bet of 5.00
    otherwise previous Lay bet times 10 percent
    eg:
    Bet 1   5.00
    Bet 2   5.50
    etc.
    I tried the following formula but it places 5.00 on
    every bet.
    IF(market_mbnum=0,5.00,bm_laya*1.1)
    Thanks in advance for your assistance.
    R
  • #2 by MarkV on 13 May 2014
  • Hi
    It is:
    IF(market_mlnum=0,5.00,bm_laya*1.1)
    If you are repeating the trigger you have to give the program time enough to register the previous matched lay bet.
  • #3 by racepro on 13 May 2014
  • Hi Mark,
    I see where I went wrong.
    I put mb (matched back) instead ml (matched lay)
    Thanks
    R
Pages:
Actions