Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Envelopes: 2 (Primary)
- (crossbelow(close, envl(30, 7, simple))) and
- // Williams A/D Divergence - Market Periods: 1 (Supporting Entry and Exit)
- (sector($curexchange, diverge(wad(), mov(close, 3, simple), 6, 11)) <> -1) and
- // TEMA - Stock Periods: 1 (Supporting Entry and Exit)
- (tema(close, 7) > tema(close, 30))
- ----------
- // Envelopes: 2 (Primary)
- (crossabove(close, envu(30, 7, simple))) or
- // Williams A/D Divergence - Market Periods: 1 (Supporting Entry and Exit)
- (sector($curexchange, diverge(wad(), mov(close, 3, simple), 6, 11)) = -1) or
- // TEMA - Stock Periods: 1 (Supporting Entry and Exit)
- (tema(close, 7) < tema(close, 30))
Advertisement
Add Comment
Please, Sign In to add comment