TS Williams 19
Jump to navigation
Jump to search
Trading System "Williams 19"
Autore: Larry Williams
Formula per Tradestation™:
INIZIO FORMULA
Type : Signal, Name : L Williams 19
Inputs: Length(16),
PH( ( ( (H+L+C) / 3) * 2) - L),
PL( ( ( (H+L+C) / 3) * 2) - H);
{-------- Long Entry --------}
Buy Next Bar at Highest(PH,Length) + 1 Point Stop;
{-------- Short Entry --------}
Sell Next Bar at Lowest(PL,Length) - 1 Point Stop
FINE FORMULA