Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Price and Volume Trend: 1 (Primary)
- (crossabove(pvt(), mov(pvt(), 15, simple))) and
- // Cumulative Volume Divergence - Sector: 1 (Supporting Entry)
- (diverge(cvi("ESV thingy"), mov(close, 3, simple), 8, 15) = 1)
- -----------------
- // Price and Volume Trend: 1 (Primary)
- (crossbelow(pvt(), mov(pvt(), 15, simple)))
Advertisement
Add Comment
Please, Sign In to add comment