| 
 PureBytes Links 
Trading Reference Links 
 | 
Actually, you want to try
   Buy Open next bar + AvgTrueRange(10) * .45 stop;
H
--- Jimmy56@xxxxxxx wrote:
> In a message dated 01/26/2000 3:46:38 PM Pacific
> Standard Time, 
> VBatla@xxxxxxx writes:
> 
> << Is this the correct code for buying the open +
> %45 of the Average True 
> Range 
>  of the last 10 trading days?
>  
>   Buy O + Average (TrueRange,10) * .45 stop; 
>   >>
> TRY THIS:
> 
> Buy O + AvgTrueRange(10) * .45 stop;
> 
> Jim
> 
> 
 
 |