Williams %R Late Entry

The strategy is a technical analysis trading strategy that uses the Williams %R indicator to generate buy and sell signals based on specific criteria.

The Williams %R indicator is a momentum oscillator that measures the level of oversold or overbought conditions in a security. When the indicator is above -20, it is considered overbought, and when it is below -80, it is considered oversold.

In this strategy, a buy signal is generated when the Williams %R is rising above a specified limit (a = -80 in the example). This indicates a potential reversal or correction in the stock's price trend, and a buy signal is generated. Similarly, a sell signal is generated when the Williams %R falls below a specified sell limit (b = -20 in the example). This indicates a potential reversal or correction in the stock's price trend, and a sell signal is generated.

By using specific limits for generating signals, the strategy aims to filter out false signals and only generate signals when the stock is in a specific range of price momentum.

This strategy is based on an absolute values of Williams %R. Typically when Williams %R reaches level of -20 it is considered that a security is overbought and when Williams %R is hitting -80 it is considered that a security is oversold. The current strategy does the following : it generates a buy signal when Williams %R is rising above a set limit a (a = - 80 in the example) and is generating a sell signal when Williams %R falls below a sell limit b (b = - 20 in the example)

Formula

IF Williams(t-1) > v >= Williams(t)
THEN GO SHORT
ELSE
IF Williams(t-1) < w <= Williams(t)
THEN GO LONG
AND C(t)-BUY_PR<-BUY_PR*p/100 THEN SELL
and v > w; e.g. v = -10,w = -90,
C(t) - closing price; p - percentage loss
BUY_PR last buying price;

Stock Research Links

CSX TR BKH UBSI CTAS ALE CFR LNN EIX UGI OHI IP

< Back to Stock Predictor Site




Order >

 Copyright © 2000-2023, Ashkon Software L.L.C.
Privacy Policy | Disclaimer