Pages:
Actions
  • #1 by no44 on 28 Sep 2012
  • hi,

    does anyone know how to time a trigger so that a 2nd trigger executes a specific (absolute) time after the first one, regardless of matched or unmatched bets as a result of the first triggers action?

    so, how do i get to (timed in seconds):

    trigger expression = (now_time - "time trigger1 was executed") / 0.00001157 = greater than x (seconds)

    many thanks.

    erik
  • #2 by MarkV on 28 Sep 2012
  • Hi
    I would suggest recording the time the first trigger fires in a user variable. Add another action to the first trigger:
    Action: set user variable
    Name: trigger_time
    Value: now_time

    Then use this in your trigger expression:
    trigger expression = (now_time – trigger_time) / 0.00001157 is greater than x (seconds)
Pages:
Actions