=============
Free indicators for Tradestation.
Type : Signal, Name : True Range Breakout
?
Input

Condition1=range < Average(range,Period);
{LongEntry}
If Condition1 then Buy at Open of tomorrow + range Stop;
{ShortEntry}
If Condition1 then Sell at Open of tomorrow - range Stop;
===========
gr. Willie
(Edited by willie at 4:16 pm op 24,juni 2004)