RE: UK Stocks - Watchlist and Discussion
Here's the daily volume screen I run that finds the best candidates for the watchlist
Code:
indicator1 = Volume
indicator2 = Average[200](Volume)
c1 = (indicator1 > (indicator2*2))
c2= Close[0] > Close[1]
c3= Average[10](Close[0]) > Average[10](Close[1])
c4= Close > 5
Condition1 = (Close[0]-Close[1]) / AverageTrueRange[200](close)
SCREENER[c1 AND c2 AND c3 AND c4] (Condition1 AS "ATR change")
isatrader
Fate does not always let you fix the tuition fee. She delivers the educational wallop and presents her own bill - Reminiscences of a Stock Operator.
Fate does not always let you fix the tuition fee. She delivers the educational wallop and presents her own bill - Reminiscences of a Stock Operator.