Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Stochastic Momentum Divergence: 1 (Primary)
- (diverge(smi(3, 8, 8), mov(close, 3, simple), 2, 19) = 1) and
- // Minimum Price Requirement (Supporting Entry)
- (close > 1) and
- // Minimum Liquidity Requirement (Supporting Entry)
- (mov(volume, 20, simple) * close >= 200000) and
- // TEMA - Sector: 2 (Supporting Entry)
- (sector("MA", tema(close, 3)) < sector("MA", tema(close, 30)))
- -----------
- // Triple White Soilder (Primary)
- (increasing(1) close) or
- // Hanging Man Exit (Supporting Exit)
- (HangingMan())
Advertisement
Add Comment
Please, Sign In to add comment