AnthonyAlexander

ESV #5

Sep 10th, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. // Envelopes: 2 (Primary)
  2. (crossbelow(close, envl(30, 7, simple))) and
  3.  
  4. // Williams A/D Divergence - Market Periods: 1 (Supporting Entry and Exit)
  5. (sector($curexchange, diverge(wad(), mov(close, 3, simple), 6, 11)) <> -1) and
  6.  
  7. // TEMA - Stock Periods: 1 (Supporting Entry and Exit)
  8. (tema(close, 7) > tema(close, 30))
  9.  
  10. ----------
  11.  
  12. // Envelopes: 2 (Primary)
  13. (crossabove(close, envu(30, 7, simple))) or
  14.  
  15. // Williams A/D Divergence - Market Periods: 1 (Supporting Entry and Exit)
  16. (sector($curexchange, diverge(wad(), mov(close, 3, simple), 6, 11)) = -1) or
  17.  
  18. // TEMA - Stock Periods: 1 (Supporting Entry and Exit)
  19. (tema(close, 7) < tema(close, 30))
Advertisement
Add Comment
Please, Sign In to add comment