Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Linear Regression Indicator: 1 (Primary)
- (crossabove(close, lri(close, 10) * 0.98)) and
- // Money Flow Index - Stock Periods: 2 (Supporting Entry and Exit)
- (mfi(8) > 33) and
- // Price Rate-Of-Change - Sector: 2 (Supporting Entry)
- (sector("ESV thingy", proc(close, 8)) > 5.5)
- --------------
- // Linear Regression Indicator: 1 (Primary)
- (crossbelow(close, lri(close, 10) * 0.98)) or
- // Money Flow Index - Stock Periods: 2 (Supporting Entry and Exit)
- (mfi(8) < 33)
Advertisement
Add Comment
Please, Sign In to add comment