AnthonyAlexander

DNR #1A

Sep 12th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. // Momentum: 1 (Primary)
  2. (crossabove(mom(close, 13), mov(mom(close, 13), 7, exponential))) and
  3.  
  4. // Chaikin Oscillator Divergence - Sector: 1 (Supporting Entry)
  5. (sector("DNR thingy", diverge(cho(), mov(close, 3, simple), 8, 3)) = 1) and
  6.  
  7. // Chaikins Volatility - High Stock (Supporting Entry)
  8. (vch(11, 11) > mov(vch(11, 11), 20, simple))
  9.  
  10. --------
  11.  
  12. // Momentum: 1 (Primary)
  13. (crossbelow(mom(close, 13), mov(mom(close, 13), 7, exponential)))
Advertisement
Add Comment
Please, Sign In to add comment