AnthonyAlexander

ESV #10

Sep 10th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. // Price and Volume Trend: 1 (Primary)
  2. (crossabove(pvt(), mov(pvt(), 15, simple))) and
  3.  
  4. // Cumulative Volume Divergence - Sector: 1 (Supporting Entry)
  5. (diverge(cvi("ESV thingy"), mov(close, 3, simple), 8, 15) = 1)
  6.  
  7. -----------------
  8.  
  9. // Price and Volume Trend: 1 (Primary)
  10. (crossbelow(pvt(), mov(pvt(), 15, simple)))
Advertisement
Add Comment
Please, Sign In to add comment