AnthonyAlexander

Signal #4

Sep 4th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. // Stochastics %K Divergence: 1 (Primary)
  2. (diverge(stochk(5, 2), mov(close, 3, simple), 5, 3) = 1) and
  3.  
  4. // Chande Momentum Oscillator - Sector: 1 (Supporting Entry)
  5. (abs( cmo(5)) > 12) and
  6.  
  7. // Linear Regression Indicator - Sector: 2 (Supporting Entry)
  8. close > lri(close, 20) * 1.05 and
  9.  
  10. // Aroon Strength - Sector Periods: 2 (Supporting Entry and Exit)
  11. low(aroond(13), 12) > 100-25 and high(aroonu(13), 12) < 25
Advertisement
Add Comment
Please, Sign In to add comment