Typ : Signal, Name : Stuckey 19
Inputs:
Length(40);
{Long}
If CurrentBar >1 and close > Highest(High,Length)[1]
then Buy on Close;
{Short}
If CurrentBar >1 and close < Lowest(Low,Length)[1]
then Sell on Close
Typ : Signal, Name : Stuckey 19
Inputs:
Length(40);
{Long}
If CurrentBar >1 and close > Highest(High,Length)[1]
then Buy on Close;
{Short}
If CurrentBar >1 and close < Lowest(Low,Length)[1]
then Sell on Close