Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Commodity Channel Index: 2 (Primary)
- (crossbelow(cci(16), 80)) and
- // Price Rate-of-Change Divergence - Market Pds: 2 (Supporting Entry and Exit)
- (sector($curexchange, close) <> sector($curexchange, low(close, 45)) or
- sector($curexchange, proc(close, 9)) = sector($curexchange, low(proc(close, 9), 45))) and
- // Accumulation/Distribution - Sector Periods: 1 (Supporting Entry and Exit)
- (sector("BW thingy", mov(ad(), 5, simple)) > sector("BW thingy", ref(mov(ad(), 5, simple), -1)))
- ---------
- // Commodity Channel Index: 2 (Primary)
- (crossabove(cci(16), -79)) or
- // Price Rate-of-Change Divergence - Market Pds: 2 (Supporting Entry and Exit)
- (sector($curexchange, close) = sector($curexchange, low(close, 45)) and
- sector($curexchange, proc(close, 9)) <> sector($curexchange, low(proc(close, 9), 45))) or
- // Accumulation/Distribution - Sector Periods: 1 (Supporting Entry and Exit)
- (sector("BW thingy", mov(ad(), 5, simple)) < sector("BW thingy", ref(mov(ad(), 5, simple), -1)))
Advertisement
Add Comment
Please, Sign In to add comment