AnthonyAlexander

WLL #12

Sep 9th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. // Accumulation Swing Index: 1 (Primary)
  2. (crossabove(asi(100), mov(asi(100), 10, simple))) and
  3.  
  4. // Projection Oscillator Divergence - Market: 2 (Supporting Entry)
  5. (sector($curexchange, diverge(pjo(17), mov(close, 3, simple), 6, 17)) = -1) and
  6.  
  7. // DEMA - Sector: 1 (Supporting Entry)
  8. (sector("WLL thingy", dema(close, 19)) > sector("WLL thingy", dema(close, 24))) and
  9.  
  10. // MACD - Sector Periods: 1 (Supporting Entry and Exit)
  11. (sector("WLL thingy", macd()) > sector("WLL thingy", mov(macd(), 17, exponential)))
  12.  
  13. --------------------
  14.  
  15. // Accumulation Swing Index: 1 (Primary)
  16. (crossbelow(asi(100), mov(asi(100), 10, simple))) or
  17.  
  18. // MACD - Sector Periods: 1 (Supporting Entry and Exit)
  19. (sector("WLL thingy", macd()) < sector("WLL thingy", mov(macd(), 17, exponential)))
Advertisement
Add Comment
Please, Sign In to add comment