Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Accumulation Swing Index: 1 (Primary)
- (crossabove(asi(100), mov(asi(100), 20, simple))) and
- // Chaikin Money Flow - Market Periods: 2 (Supporting Entry and Exit)
- (sector($curexchange, cmf(17)) < 0) and
- // TEMA - Market: 1 (Supporting Entry)
- (sector($curexchange, tema(close, 13)) > sector($curexchange, tema(close, 30)))
- -----
- // Accumulation Swing Index: 1 (Primary)
- (crossbelow(asi(100), mov(asi(100), 20, simple))) or
- // Chaikin Money Flow - Market Periods: 2 (Supporting Entry and Exit)
- (sector($curexchange, cmf(17)) > 0)
Advertisement
Add Comment
Please, Sign In to add comment