Stage Analysis Video Training Course

UK Stocks and ETFs - Watchlist and Discussion - Page 19

RE: UK Stocks - Watchlist and Discussion

UK stocks for the watchlist today - SEE.L, MWE.L, PEN.L, CVSG.L, STAF.L, TLDH.L, TON.L, INSP.L, AMED.L, ELE.L, MTW.L



Attached Files Thumbnail(s)
                       
                   

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.

RE: UK Stocks - Watchlist and Discussion

UK stocks for the watchlist today - SEE.L, MWE.L, PEN.L, CVSG.L, STAF.L, TLDH.L, TON.L, INSP.L, AMED.L, ELE.L, MTW.L



Attached Files Thumbnail(s)
                       
                   

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.

RE: UK Stocks - Watchlist and Discussion

i have the screener doc already, thanks

RE: UK Stocks - Watchlist and Discussion

i have the screener doc already, thanks

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.

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.

RE: UK Stocks - Watchlist and Discussion

(2014-01-31, 09:39 PM)isatrader Wrote: 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")

Thanks, Isatrader. I'm going to start having a play around with the screener in ProRealTime today.

With the latest code you pasted here, is this run on a weekly chart?

I'm trying to understand what the array for 'Close' is as you are using array indexers (c2= Close[0] > Close[1]). If you are using a weekly chart, does 'Close[0]' mean the latest/current weekly close (price or volume?)? and 'Close[1]' means the previous weekly close (price or volume)?

Thanks

RE: UK Stocks - Watchlist and Discussion

(2014-01-31, 09:39 PM)isatrader Wrote: 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")

Thanks, Isatrader. I'm going to start having a play around with the screener in ProRealTime today.

With the latest code you pasted here, is this run on a weekly chart?

I'm trying to understand what the array for 'Close' is as you are using array indexers (c2= Close[0] > Close[1]). If you are using a weekly chart, does 'Close[0]' mean the latest/current weekly close (price or volume?)? and 'Close[1]' means the previous weekly close (price or volume)?

Thanks



Forum Jump:


Users browsing this thread: 15 Guest(s)