Author Topic: greenup using a minimum profit  (Read 1630 times)

Tags:
  • All members
  • Posts: 829
greenup using a minimum profit
« on: 10 Dec 2014, 07:09 »
Hi,
I would like to have a condition that will stop any bets being placed by other triggers when a profit of say minimum 2 is made on both players in a tennis match.
example:
Murray  + 2.70
Nadal    + 5.10
The excel formula could be something like this.
IF(AND(s_1_profit_loss>=2,s_2_profit_loss>=2),0,fire trigger)  :)

Thanks in advance for any assistance.
R
My grandma taught me not to run downstairs and never back odds on.

  • Élite
  • Posts: 431
*
Re: greenup using a minimum profit
« Reply #1 on: 10 Dec 2014, 07:35 »
Could you just use the formula you describe, and put it in the "Stake" box or the trigger with the normal amount you want to stake in where you have "Fire Trigger" ?

However, I have my suspicions as to hos MF pro V8 treats a zero stake.  It was OK to have zero or negative stakes in V6 (nothing would be bet on those selections) but in V8 if any selection has a negative stake the whole order is cancelled - including those with positive stakes.

In your case cancelling the whole order would not be a problem as that is what you want.

Alternatively you could make and "AND NOT" block in your conditions list with two conditions in it:

s_1_profit_loss>=2 

AND

s_2_profit_loss>=2

thus if those two conditions are both met the AND NOT cancels the bet.

  • All members
  • Posts: 829
Re: greenup using a minimum profit
« Reply #2 on: 10 Dec 2014, 11:46 »
Hi Alfa,

Yes of course, well done, why didn't I think of that ?  :)
I'm obviously not as clever as you.
I simply added the formula in the amount box of the other triggers
and all is well so far.
Thanks a million
R
My grandma taught me not to run downstairs and never back odds on.

 

Please note, BetFair is seems to be currently OFFLINE