PureBytes Links
Trading Reference Links
|
SYNTAX rsi( DATA ARRAY, PERIODS )
FUNCTION Calculates the predefined RSI indicator.
EXAMPLE rsi( 14 )
The DATA ARRAY argument is optional and will use CLOSE as the default if
it is not included.
If you change your code to:
mov(RSI(14),14,S)
You won't get the error message. That code will give you a 14 period
simple moving average of a 14 period RSI.
ptc_man wrote:
> Can anyone give me an example of a moving average of an indicator?
>
> Is it possible?
>
> If I want a simple moving average on Close I do:
>
> mov(Close,10,S)
>
> But how can I do from an indicator?
>
> If I write:
>
> mov(RSI,14,S)
>
> It give me the follow warning:
>
> An '(' must immediately follow a function name.
>
> Thank you for the help
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
> <http://rd.yahoo.com/M=243376.3048338.4372821.1927555/D=egroupweb/S=1705375617:HM/A=1414910/R=0/*http://ad.doubleclick.net/jump/N879.ameritrade.yahoo/B1054521.29;sz=300x250;adc=zhs;ord=1046895894370960?>
>
>
>
> To unsubscribe from this group, send an email to:
> equismetastock-unsubscribe@xxxxxxxxxxxxxxx
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/>.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Rent DVDs Online-No late fees! Try Netflix for FREE!
http://us.click.yahoo.com/bbvVKB/oEZFAA/46VHAA/BefplB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|