RSIU3
RSI moving up 3 bars min
Description
An event is generated whenever the N period RSI
crosses up through a level. The RSI must have been below the level for at least
3 bars prior.
Category
Indicator Scans
Parameters
N ( Default: 14
Min: 1 Max: 100 )
Level ( Default:
30 Min: 1 Max: 100 )
Chart Script
Event: LONGCROSS(RSI(C, N), Level,3);