AnthonyAlexander

PDS #1A

Sep 12th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. // Envelopes: 2 (Primary)
  2. (crossbelow(close, envl(15, 5, simple))) and
  3.  
  4. // DEMA - Stock Periods: 1 (Supporting Entry and Exit)
  5. (dema(close, 13) > dema(close, 27))
  6.  
  7. --------
  8.  
  9. // Envelopes: 2 (Primary)
  10. (crossabove(close, envu(15, 5, simple))) or
  11.  
  12. // DEMA - Stock Periods: 1 (Supporting Entry and Exit)
  13. (dema(close, 13) < dema(close, 27))
Advertisement
Add Comment
Please, Sign In to add comment