Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // TEMA: 2 (Primary)
- (crossbelow(tema(close, 11), tema(close, 25))) and
- // Minimum Price Requirement (Supporting Entry)
- (close > 1) and
- // Minimum Liquidity Requirement (Supporting Entry)
- (mov(volume, 20, simple) * close >= 200000) and
- // Range Indicator - Market: 1 (Supporting Entry)
- (sector($curexchange, ri(10, 10)) > 26)
- ----------
- // Triple White Soilder (Primary)
- (increasing(1) close) or
- // Doji Exit (Supporting Exit)
- (Doji())
Advertisement
Add Comment
Please, Sign In to add comment