Type : Signal, Name : True Range Breakout
Input
:Period(20);
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;
Type : Signal, Name : True Range Breakout
Input
:Period(20);
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;