PureBytes Links
Trading Reference Links
|
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
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/
|