Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Aroon Crossover: 2 (Primary)
- (crossbelow(aroonu(9), aroond(9))) and
- // TEMA - Market Periods: 1 (Supporting Entry and Exit)
- (sector($curexchange, tema(close, 9)) > sector($curexchange, tema(close, 35)))
- -------
- // Aroon Crossover: 2 (Primary)
- (crossabove(aroonu(9), aroond(9))) or
- // TEMA - Market Periods: 1 (Supporting Entry and Exit)
- (sector($curexchange, tema(close, 9)) < sector($curexchange, tema(close, 35)))
Advertisement
Add Comment
Please, Sign In to add comment