Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Projection Oscillator Divergence: 2 (Primary)
- (diverge(pjo(8), mov(close, 3, simple), 0, 19) = -1) and
- // Minimum Price Requirement (Supporting Entry)
- (close > 1) and
- // Minimum Liquidity Requirement (Supporting Entry)
- (mov(volume, 20, simple) * close >= 200000) and
- // Relative Volatility Index - Stock: 2 (Supporting Entry)
- (rvi(18) < 57) and
- // Intraday Momentum Index - Market: 1 (Supporting Entry)
- (sector($curexchange, imi(16)) < 31)
- -------
- // bband momentum 1.0 (Primary)
- (// bband momentum 1.0 (Primary)
- ($daysheld <= 3
- ) and
- // Long Stop Gain / Short Stop Loss (Supporting Exit)
- (close > $entryprice)) or
- // Shooting Star Exit (Supporting Exit)
- (ShootingStar())
Advertisement
Add Comment
Please, Sign In to add comment