| 
 PureBytes Links 
Trading Reference Links 
 | 
Following is an excerpt from one of my AFL formulas:
Buy = Vw_cross_over AND (BarsSince(Lbw_trigger)<=10);
Is there any way to tell AB not to buy until after, for example, 120 
bars have passed from beginning of dataset for a particular stock? I 
thought I could use barssince but I don't see how to specify the 
first bar of a dataset. 
Thanks, again!
Harold Harper
harold@xxxx
 
 |