AnthonyAlexander

ACHN #1

Sep 14th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. // Commodity Channel Index (Classic): 1 (Primary)
  2. (crossabove(cci(13), 120)) and
  3.  
  4. // Chaikin Oscillator - Sector Periods: 1 (Supporting Entry and Exit)
  5. (increasing(sector("ACHN thingy", mov(cho(), 5, simple))) and sector("ACHN thingy", mov(cho(), 5, simple)) < 0) and
  6.  
  7. // Qstick - Sector Periods: 1 (Supporting Entry and Exit)
  8. (sector("ACHN thingy", qst(14)) > 0)
  9.  
  10. ---------
  11.  
  12. // Commodity Channel Index (Classic): 1 (Primary)
  13. (crossbelow(cci(13), 120)) or
  14.  
  15. // Chaikin Oscillator - Sector Periods: 1 (Supporting Entry and Exit)
  16. (decreasing(sector("ACHN thingy", mov(cho(), 5, simple))) and sector("ACHN thingy", mov(cho(), 5, simple)) > 0) or
  17.  
  18. // Qstick - Sector Periods: 1 (Supporting Entry and Exit)
  19. (sector("ACHN thingy", qst(14)) < 0)
Advertisement
Add Comment
Please, Sign In to add comment