Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Momentum: 1 (Primary)
- (crossabove(mom(close, 13), mov(mom(close, 13), 7, exponential))) and
- // TRIX Divergence - Market: 2 (Supporting Entry)
- (sector($curexchange, close) = sector($curexchange, high(close, 25)) and
- sector($curexchange, trix(close, 9)) <> sector($curexchange, high(trix(close, 9), 25)))
- ----------------
- // Momentum: 1 (Primary)
- (crossbelow(mom(close, 13), mov(mom(close, 13), 7, exponential)))
Advertisement
Add Comment
Please, Sign In to add comment