Pages:
Actions
  • #1 by console on 20 Jul 2013
  • Hi,

    I have put together a trigger and wish to add the suggestions from this site to the brad jones loss method.

    i have attached the trigger i have made.

    what i want to add is the ability to stop when there are x races left if the day is not at a loss and to stop if a maximum win is reached.

    I cant seem to work out the logic needed and if I need to create another variable to hold the current sessions profit ?

    any help appreciated

    Regards

    Console 
  • #2 by mcbee on 20 Jul 2013
  • hi
    that is what   total_won  is for.
    so if you want to bet until you have won say 10.00 , in your betting trigger you would have the condition.
    and selections trigger expression total_won is less than 10.00

    this way if the total profit is less than 10.00 , the trigger will place a bet, if it meets your other conditions, but if the total won/profit equals or goes more than 10.00 , then it stops placing the bets.

    mcbee
Pages:
Actions