by keesbart » Mon Jul 12, 2010 11:12 am
Hi,
I have a problem with moving to the next market by using the Q2 trigger.
I want to move to the next market if the start of the race did not happen after e.g. 5 minutes after the scheduled off time.
In cell AB2 I have put in -0:05:00.
I use also D2 (the time is negative after scheduled off).
In the program I have the following statement
IF RANGE ("D2") < RANGE("AB2") THEN RANGE ("Q2") = -1
What happens is that the program does not move 1 but 2 markets.
Can somebody tell me what I am doing wrong?