Author Topic: formula check please  (Read 1490 times)

Tags:
  • All members
  • Posts: 829
formula check please
« on: 13 May 2014, 15:03 »
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
My grandma taught me not to run downstairs and never back odds on.

  • Moderator
  • Posts: 3597
*
Re: formula check please
« Reply #1 on: 13 May 2014, 15:21 »
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.
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: 829
Re: formula check please
« Reply #2 on: 13 May 2014, 15:47 »
Hi Mark,
I see where I went wrong.
I put mb (matched back) instead ml (matched lay)
Thanks
R
My grandma taught me not to run downstairs and never back odds on.

 

Please note, BetFair is seems to be currently OFFLINE