Neely31 by Gleen Nelly ?
{Typ : System, Name : Neely31}
Inputs: Lenght(50);
{----- Long Entry -----}
if CurrentBar > 1 and RateOfChange(C,10) > 0
Then Buy Next Bar at H Stop;
{---- Short Entry -----}
if CurrentBar > 1 and RateOfChange(C,10) < 0
Then Sell Next Bar at L Stop;
{$3000 Money management Amount}
{Close all trades at end of day session}
(Edited by willie at 6:51 pm op 5,dec. 2003)