Advertisement
AnthonyAlexander

SN #3

Sep 13th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. // Qstick Crossover: 1 (Primary)
  2. (crossabove(qst(8), 0)) and
  3.  
  4. // Price and Volume Trend - Market Periods: 2 (Supporting Entry and Exit)
  5. (sector($curexchange, pvt()) < sector($curexchange, mov(pvt(), 30, simple)))
  6.  
  7. -----------
  8.  
  9. // Qstick Crossover: 1 (Primary)
  10. (crossbelow(qst(8), 0)) or
  11.  
  12. // Price and Volume Trend - Market Periods: 2 (Supporting Entry and Exit)
  13. (sector($curexchange, pvt()) > sector($curexchange, mov(pvt(), 30, simple)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement