AnthonyAlexander

BW #1

Sep 11th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. // Money Flow Index: 2 (Primary)
  2. (crossbelow(mfi(11), 55)) and
  3.  
  4. // Avg Directional Movement - Stock (Supporting Entry)
  5. (adx(8) > pdi(8) or adx(8) > mdi(8)) and
  6.  
  7. // Bollinger Bands - Sector Periods: 2 (Supporting Entry and Exit)
  8. (sector("BW thingy", close) > sector("BW thingy", bbl(close, 10, 1)))
  9.  
  10. -------------
  11.  
  12. // Money Flow Index: 2 (Primary)
  13. (crossbelow(mfi(11), 32)) or
  14.  
  15. // Bollinger Bands - Sector Periods: 2 (Supporting Entry and Exit)
  16. (sector("BW thingy", close) < sector("BW thingy", bbl(close, 10, 1)))
Advertisement
Add Comment
Please, Sign In to add comment