RightEdge Forums
Main     Home          Members     Calendar     Who's On

Welcome Guest
        



How to create the MA of an indicator Expand / Collapse
Message
Posted 2/19/2010 14:13:55 Post #10914
 

Junior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior Member
Hi,

How would you create moving average of the RSI(2) for instance? Do I have to create a new indicator or can I pass the RSI series into the SMA indicator: SMA.SetInputs(RSI). I haven't tried that yet...

Thanks in advance
Posted 2/22/2010 08:07:18 Post #10928
 

Lead DeveloperLead DeveloperLead DeveloperLead DeveloperLead DeveloperLead DeveloperLead DeveloperLead Developer
Even easier.

rsi = new RelativeStrength(14);
smaRSI = new SMA(2, rsi);


zykem (2/19/2010)
Hi,

How would you create moving average of the RSI(2) for instance? Do I have to create a new indicator or can I pass the RSI series into the SMA indicator: SMA.SetInputs(RSI). I haven't tried that yet...

Thanks in advance
« Prev Topic | Next Topic »


Reading This Topic Expand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: billb, young, dplaisted

Permissions Expand / Collapse

All times are GMT -5:00, Time now is 12:52am

2005-2007 © RightEdge Systems