Pages:
Actions
  • #1 by yorkiemac08 on 18 Mar 2013
  • Hi how do i make the condition to stop the trigger when the trigger has won x amount
    i have tried conditions global total won/lost amount is equal or less than x and also
    Trigger Expression test_funds is equal or greater than x but neither seems to work

  • #2 by mcbee on 18 Mar 2013
  • hi
    and selections trigger expression total_won is equal or greater than (your amount)

    this will place bets until your total won is equal or greater than your set amount

    mcbee
  • #3 by yorkiemac08 on 18 Mar 2013
  • Thanks mcbee
  • #4 by mcbee on 18 Mar 2013
  • hi
    got it wrong way round  :o , it should be
    and selections trigger expression total_won is less than (your amount)

    this way the trigger will only place a bet if the total won is less than your set amount and stop if it goes above. ;D


    mcbee
  • #5 by yorkiemac08 on 18 Mar 2013
  • no problem thanks again :)
  • #6 by yorkiemac08 on 19 Mar 2013
  • Hi i ran the trigger today and when the condition
    and selections trigger expression total_won is less than my amount was reached the trigger fired again
    Also my account had been settled so it wasnt because bank wasnt updated
  • #7 by mcbee on 19 Mar 2013
  • hi
    could you do a screen shot of your trigger please


    mcbee
  • #8 by yorkiemac08 on 19 Mar 2013
  • Hi i just tried it on this simple trigger but it kept on betting
  • #9 by mcbee on 19 Mar 2013
  • hi
    so you reached 50 euro profit and the trigger placed another bet.

    mcbee
  • #10 by mcbee on 19 Mar 2013
  • hi
    for this to work as it should, you need to use a trigger to reset win/lose history, or it will count your prev betting wins/losses.
    so a new trigger
    reset win/lose history
    set to one time only

    mcbee
  • #11 by yorkiemac08 on 19 Mar 2013
  • Hi yes it had £50 profit but bet another two times one of which was a loser then it stopped altogether. I will run the trigger tomorrow and let you know thanks again
  • #12 by yorkiemac08 on 08 Apr 2013
  • Hi how do i add my losses to total _won for example my trigger stops betting after £90 has been won but if i have lost £100 i my trigger will stop after £90 has been won leaving me -£10
  • #13 by mcbee on 08 Apr 2013
  • hi
    if you add the condition in your stop trigger
    and selections trigger expression balance is equal to total_funds
    this will only stop if your balance has been updated
    so you have no outstanding bets

    mcbee
Pages:
Actions