Author Topic: trigger timing issue  (Read 1806 times)

Tags:
  • All members
  • Posts: 25
trigger timing issue
« on: 28 Sep 2012, 15:13 »
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

  • Moderator
  • Posts: 3605
*
Re: trigger timing issue
« Reply #1 on: 28 Sep 2012, 16:39 »
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)
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

 

Please note, BetFair is seems to be currently OFFLINE