Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // TRIX: 2 (Primary)
- (decreasing(trix(close, 9))) and
- // Minimum Price Requirement (Supporting Entry)
- (close > 1) and
- // Stochastic Momentum Divergence - Stock: 1 (Supporting Entry)
- (diverge(smi(11, 4, 4), mov(close, 3, simple), 3, 3) = 1) and
- // Minimum Liquidity Requirement (Supporting Entry)
- (mov(volume, 20, simple) * close >= 200000) and
- // TRIX - Market: 2 (Supporting Entry)
- (sector($curexchange, trix(close, 9)) < sector($curexchange, mov(trix(close, 9), 15, simple)))
- --------
- // Linear Regression Slope Prime (Primary)
- (close > $entryprice or
- $daysheld > 3) or
- // Parabolic SAR: Short Positions (Supporting Exit)
- (close > psar(0.02, 0.21))
Advertisement
Add Comment
Please, Sign In to add comment