ChartsView - Stock Trading Community

Scan for stocks near 200 day sma Pro Real Time

More
13 years 4 months ago #507 by remo
proximity = 0.5
indicator1 = Average[200](close)
difference = abs(close - indicator1)
percentageDifference = (difference/close)*100
c1 = percentageDifference <= proximity
criteria = RSI[14](close)
SCREENER[c1] (criteria AS "RSI")

Please Log in or Create an account to join the conversation.

Moderators: remo
Time to create page: 0.100 seconds
Powered by Kunena Forum