Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // TRIX: 1 (Primary)
- (increasing(trix(close, 7))) and
- // Chaikin Oscillator Divergence - Stock: 2 (Supporting Entry)
- (diverge(cho(), mov(close, 3, simple), 2, 9) = -1) and
- // Arms Index - Market: 2 (Supporting Entry)
- (mov(arms($curexchange), 5, simple) > 1.1)
- ---------------
- // TRIX: 1 (Primary)
- (decreasing(trix(close, 7)))
Advertisement
Add Comment
Please, Sign In to add comment