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

Notification

Icon
Error

Options
Go to last post Go to first unread
Abeltveit  
#1 Posted : Tuesday, February 22, 2011 10:49:42 AM(UTC)
Abeltveit

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 2/22/2011(UTC)
Posts: 2

Hello,

RSI(C, 14) will give a value, say A. Tomorrow, it will give me another value, say B. How do I add these together in a cumulative sense? Will something like this work?

RSI(PREVIOUS, 14) + RSI(14);

jjstein  
#2 Posted : Tuesday, February 22, 2011 11:06:03 AM(UTC)
jjstein

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 5/13/2005(UTC)
Posts: 715
Location: Midwest, USA

Was thanked: 1 time(s) in 1 post(s)
Don't use PREV without a license<g>.

Try cum(RSI(14)) or sum(RSI(14),numdays) instead.

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.