Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Williams %R Divergence: 1 (Primary)
- (diverge(wlr(14), mov(close, 3, simple), 0, 7) = 1) and
- // Minimum Price Requirement (Supporting Entry)
- (close > 1) and
- // Overbought/Oversold - Sector: 1 (Supporting Entry)
- (mov(obos("MA"), 8, simple) > mov(obos("MA"), 90, simple)) and
- // Minimum Liquidity Requirement (Supporting Entry)
- (mov(volume, 20, simple) * close >= 200000)
- ---------
- // Tema crossabove MA (Primary)
- (stopup(1, Unleveraged)) or
- // Evening Star Exit (Supporting Exit)
- (EveningStar())
Advertisement
Add Comment
Please, Sign In to add comment