AnthonyAlexander

MA #10 BCAB

Jan 16th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. // TEMA: 2 (Primary)
  2. (crossbelow(tema(close, 11), tema(close, 25))) and
  3.  
  4. // Minimum Price Requirement (Supporting Entry)
  5. (close > 1) and
  6.  
  7. // Minimum Liquidity Requirement (Supporting Entry)
  8. (mov(volume, 20, simple) * close >= 200000) and
  9.  
  10. // Range Indicator - Market: 1 (Supporting Entry)
  11. (sector($curexchange, ri(10, 10)) > 26)
  12.  
  13. ----------
  14.  
  15.  
  16. // Triple White Soilder (Primary)
  17. (increasing(1) close) or
  18.  
  19. // Doji Exit (Supporting Exit)
  20. (Doji())
Advertisement
Add Comment
Please, Sign In to add comment