AnthonyAlexander

ESV #2

Sep 10th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. // Linear Regression Indicator: 1 (Primary)
  2. (crossabove(close, lri(close, 10) * 0.98)) and
  3.  
  4. // Money Flow Index - Stock Periods: 2 (Supporting Entry and Exit)
  5. (mfi(8) > 33) and
  6.  
  7. // Price Rate-Of-Change - Sector: 2 (Supporting Entry)
  8. (sector("ESV thingy", proc(close, 8)) > 5.5)
  9.  
  10. --------------
  11.  
  12. // Linear Regression Indicator: 1 (Primary)
  13. (crossbelow(close, lri(close, 10) * 0.98)) or
  14.  
  15. // Money Flow Index - Stock Periods: 2 (Supporting Entry and Exit)
  16. (mfi(8) < 33)
Advertisement
Add Comment
Please, Sign In to add comment