Pages:
Actions
  • #1 by eusebiu on 22 Mar 2013
  • 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 
  • #2 by londolozi on 22 Mar 2013
  • 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. 
Pages:
Actions