91# Larry Williams Formula
Larry Williams Trading Method
Submit by Janus Trader 04/05/2013
Larry Williams Formula
Inputs: Length(16),
PH( ( ( (H+L+C) / 3) * 0) - L),
PL( ( ( (H+L+C) / 3) * 0) - H);
Long Entry
Buy Next Bar at Highest(PH,Length) + 1.0 Point Stop;
Short Entry
Sell Next Bar at Lowest(PL,Length) -1.0 Point Stop
Write a comment