AnthonyAlexander

DNR #1

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