Typ : Signal, Name : Fox31
Input: Lenght(220);
if CurrentBar > 1 and Close > Highest(High,Lenght)[1]
Then Buy on Close;
if CurrentBar > 1 and Close < Lowest(Low,Lenght)[1]
Then Sell on Close
Typ : Signal, Name : Fox31
Input: Lenght(220);
if CurrentBar > 1 and Close > Highest(High,Lenght)[1]
Then Buy on Close;
if CurrentBar > 1 and Close < Lowest(Low,Lenght)[1]
Then Sell on Close