[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Krause indicator



PureBytes Links

Trading Reference Links

Can Susan Russell or any other list participant help me with adjusting 
the HiLo Activator so it flip/flops from buy to sell rather than looking 
like a channel. 
The original Krause HiLo indicator looks very much a stairstep 
which moves from one side to the other as the trend changes.
Thanks
Dave


My version of the HiLo Activator: =20
***************************************************
{HiLo Activator Indicator}
Input: Length(3);
Plot1( Highest(high,length) ,"BuyStop");
Plot2( Lowest(Low,Length),"SellStop");
End;
***************************************************

Susan Russell