Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // TEMA: 1 (Primary)
- (crossabove(tema(close, 9), tema(close, 20))) and
- // Negative Volume Index - Stock Periods: 2 (Supporting Entry and Exit)
- (nvi() < mov(nvi(), 44, simple)) and
- // On Balance Volume - Market Periods: 1 (Supporting Entry and Exit)
- (sector($curexchange, high(obv(), 20)) = sector($curexchange, high(obv(), 60)))
- -------------------
- // TEMA: 1 (Primary)
- (crossbelow(tema(close, 9), tema(close, 20))) or
- // Negative Volume Index - Stock Periods: 2 (Supporting Entry and Exit)
- (nvi() > mov(nvi(), 44, simple)) or
- // On Balance Volume - Market Periods: 1 (Supporting Entry and Exit)
- (sector($curexchange, high(obv(), 20)) <> sector($curexchange, high(obv(), 60)))
Add Comment
Please, Sign In to add comment