AnthonyAlexander

ESV #9

Sep 10th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. // Price and Volume Trend: 1 (Primary)
  2. (crossabove(pvt(), mov(pvt(), 15, simple))) and
  3.  
  4. // Arms Index - Sector Periods: 1 (Supporting Entry and Exit)
  5. (mov(arms("ESV thingy"), 20, simple) < 1.1) and
  6.  
  7. // Stochastics Crossover - Stock: 2 (Supporting Entry)
  8. (stochk(9, 2) < stochd(9, 2, 3, simple))
  9.  
  10. ---------
  11. // Price and Volume Trend: 1 (Primary)
  12. (crossbelow(pvt(), mov(pvt(), 15, simple))) or
  13.  
  14. // Arms Index - Sector Periods: 1 (Supporting Entry and Exit)
  15. (mov(arms("ESV thingy"), 20, simple) > 1.1)
Advertisement
Add Comment
Please, Sign In to add comment