logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
thomas123  
#1 Posted : Friday, August 12, 2005 3:53:13 PM(UTC)
thomas123

Rank: Newbie

Groups: Registered, Registered Users
Joined: 8/12/2005(UTC)
Posts: 2

Hello, Can someone help me locate the formula for Smoothed Rate of Change. Thank you in advance.
investorretired  
#2 Posted : Friday, August 12, 2005 7:36:25 PM(UTC)
investorretired

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 6/13/2005(UTC)
Posts: 52

There is a function in MS called “ ROC.” By adding a moving average to this function it can be smoothed. Function - ROC(Data Array, Periods, % or $) Example: Rate of Change of price over a 20 period and smoothed by a 10 period exponential average. Mov(ROC(C,20,%),10,E) Good Luck Investing
thomas123  
#3 Posted : Monday, August 15, 2005 3:01:39 PM(UTC)
thomas123

Rank: Newbie

Groups: Registered, Registered Users
Joined: 8/12/2005(UTC)
Posts: 2

Investorretired, Thank you very much for your help.
StorkBite  
#4 Posted : Monday, August 15, 2005 5:16:53 PM(UTC)
StorkBite

Rank: Advanced Member

Groups: Registered, Registered Users
You have been a member since:: 3/19/2005(UTC)
Posts: 2,995

Was thanked: 14 time(s) in 10 post(s)
You could add some inputs to control your ROC for different parameters. Exactly the same as IR's otherwise. Thanks IR! :D {Smoothed Percent ROC Formula} a:=Input("Moving Average Period(s): ",1,100,12); b:=Input("Rate of Change Period(s): ",1,100,24); SPROC:=Mov(ROC(C,b,%),a,E); SPROC;0;
Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.