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} |
|