Pages:
Actions
  • #1 by markoone11 on 13 Oct 2015
  • Hi,

    I am wondering if its possible to use a strategy which I already have setup, but add in additional functionality.

    Its a greyhound strategy...

    So, lets say my base stake is 15p, I want to bet at this level until 12:00
    then at 12:01pm I want to stake 20p
    then at 18:00 I want to stake at 25p

    Not sure how I can setup the trigger to do this and would appreciate any help

    Thanks

    Mark.
  • #2 by MarkV on 13 Oct 2015
  • Hi
    I was trying to think of a way to do this with an IF statement, but I can't, so instead suggest three identical betting triggers using a time condition as the very first condition in each:

    betting trigger 1
    amount: 0.15
    conditions:
    global current time is between 06:00 and 12:00
    ...rest of your conditions

    betting trigger 2
    amount: 0.20
    conditions:
    global current time is between 12:01 and 17:59
    ...rest of your conditions

    betting trigger 3
    amount: 0.25
    conditions:
    global current time is between 18:00 and 23:59
    ...rest of your conditions

    or you could use a similar method to set a user variable at specific times and use the user variable in the amount field in one betting trigger.
Pages:
Actions