AnthonyAlexander

ESV #4

Sep 10th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. // Price and Volume Trend: 1 (Primary)
  2. (crossabove(pvt(), mov(pvt(), 10, simple))) and
  3.  
  4. // Envelopes - Stock: 1 (Supporting Entry)
  5. (close < envl(30, 8, simple))
  6.  
  7. ----------
  8.  
  9. // Price and Volume Trend: 1 (Primary)
  10. (crossbelow(pvt(), mov(pvt(), 10, simple)))
Advertisement
Add Comment
Please, Sign In to add comment