Author Topic: Condition for back dutching  (Read 1825 times)

Tags:
  • All members
  • Posts: 27
Condition for back dutching
« on: 22 Mar 2013, 02:04 »
Hi guys,

I have a trigger for back dutching with fix amount to lose.
I would like to put a condition that the the expected amount to win is in certain limits and still keep the amount to lose in the action.

So basically, I want  to bet a fix amount and the amount to win to be in between certain limits.
Now, the amount to win is very low for certain selections and I would like  to avoid these situations since I am not getting the correct value.

Thank you
TheSmartestBet 

  • All members
  • Posts: 490
  • Gender: Male
Re: Condition for back dutching
« Reply #1 on: 22 Mar 2013, 02:25 »
Use Trigger Expressions.

IF(default_backa*back_price < x,1,0) + IF(default_backa*back_price > x,1,0) is equal to 2

If default_backa is constant just use a price range.

If proportionally backing use 1/(back_price -1) as the test range. 
Improvise Adapt Overcome

 

Please note, BetFair is seems to be currently OFFLINE