Cookie Policy

Welcome, Guest
Username: Password: Remember me

TOPIC: Scan for stocks near 200 day sma Pro Real Time

Scan for stocks near 200 day sma Pro Real Time 24 Oct 2012 13:48 #1

  • remo
  • remo's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3077
  • Thank you received: 5560
  • Karma: 113
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")
Information Purposes Only, Do Your Own Research
remo
The administrator has disabled public write access.
Moderators: remo

Time to create page: 0.126 seconds