Pages:
Actions
  • #1 by bonecrusher on 17 Apr 2013
  • Hi Guys,

    This is a bet formula amount i would like to use:

    5.00 + 0.2*-total_won

    This is great when i am recouping losses slowly but when I am in front for the day it lowers my bet see below Trig Exp. That i don't want.

    What do i need to add to the formula to bet for the 5.00 plus 1% of available funds when my statement is fat with funds.

    So what I need is:

    so the formula either bets to win 5 plus recoup 20% of any losses.

    5.00 + 0.2*-total_won

    IF

    I am in front for the day bet to win 5 plus 1% of available funds.

    ------------------

    TRIGGER EXPRESSION

    Selection: 1. Catkins, initial expr.: 5.00 + 0.2*-total_won, intermediate: 5.00+0.2*-7.34, final: 3.53200000.

    15:14:15

    Going to BACK on 1 selections:

          1. Catkins, $ 3.53 at 3.85;Unmatched bets will be cancelled at In-Play.

    -------------------
     
    Also what is the absolute best way to make a trigger turn ON 15 sec after the OFF as a trigger condition???

    Thanks for any help.

    Cheers Bonecrusher  ???
  • #2 by mcbee on 17 Apr 2013
  • hi
    for the formula
    5+IF(total_won<0,-(total_won*0.20),IF(total_won>5,(total_funds*0.01),0))

    i have set it to bet 1% extra, only if your profit is more than 5 euro

    for the trigger condition to activate on or after 15 secs
    and markets minutes since the off is equal or greater than mf_second*15


    mcbee

  • #3 by bonecrusher on 17 Apr 2013
  • Thanks mcbee that will do the trick.

    Best Regards Bonecrusher  ;D
Pages:
Actions