Typ : System, Name : Kase 30
{Use on Daily Bars, British Pound, $1000 Money management stop, $55 commision}
Input: Lenght(2);
If CurrentBar > 1
and Average(C,Lenght*2) crosses over Average(C,Lenght*3)
then Buy Highest(High, Lenght) + 1 point Stop;
If CurrentBar > 1
and Average(C,Lenght*2) crosses below Average(C,Lenght*3)
then Sell Lowest(Low, Lenght) — 1 point Stop;