| 
 PureBytes Links 
Trading Reference Links 
 | 
> verify that time= 1900 is correct on your chart, ie that  1900 exists 
Maybe you don't have a bar at that time?  If so, you could try 
something like
Condition1 = (Date = Ldate) and (Time crosses over Ltime-1);
With the "crosses over" test, Condition1 will be true when you *pass* 
the time "Ltime" even if you don't have a bar on that minute.
Gary
 
 |