AnthonyAlexander

WLL #7

Sep 9th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. // Accumulation Swing Index: 1 (Primary)
  2. (crossabove(asi(100), mov(asi(100), 10, simple))) and
  3.  
  4. // Overbought/Oversold - Market Periods: 1 (Supporting Entry and Exit)
  5. (mov(obos($curexchange), 13, simple) > mov(obos($curexchange), 90, simple)) and
  6.  
  7. // STIX - Sector Periods: 1 (Supporting Entry and Exit)
  8. (stix("WLL thingy") < 47)
  9.  
  10. --------
  11.  
  12. // Accumulation Swing Index: 1 (Primary)
  13. (crossbelow(asi(100), mov(asi(100), 10, simple))) or
  14.  
  15. // Overbought/Oversold - Market Periods: 1 (Supporting Entry and Exit)
  16. (mov(obos($curexchange), 13, simple) < mov(obos($curexchange), 90, simple)) or
  17.  
  18. // STIX - Sector Periods: 1 (Supporting Entry and Exit)
  19. (stix("WLL thingy") > 60)
Advertisement
Add Comment
Please, Sign In to add comment