AnthonyAlexander

SN #1

Sep 13th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. // Bollinger Bands: 2 (Primary)
  2. (close > bbl(close, 28, 0.5)) and
  3.  
  4. // Stochastics %D Divergence - Market: 1 (Supporting Entry)
  5. (sector($curexchange, diverge(stochd(13, 2, 5, simple), mov(close, 3, simple), 6, 19)) = 1)
  6.  
  7. -------
  8.  
  9. // Bollinger Bands: 2 (Primary)
  10. (close < bbl(close, 28, 0.5))
Advertisement
Add Comment
Please, Sign In to add comment