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

Notification

Icon
Error

Options
Go to last post Go to first unread
guneshekhar  
#1 Posted : Sunday, August 17, 2008 11:55:48 PM(UTC)
guneshekhar

Rank: Newbie

Groups: Registered, Registered Users
Joined: 8/18/2008(UTC)
Posts: 1

I need to plot Parabolic SAR indicator as a single indicator combining 6 moving averages i.e.(25,36,42,75,120,200).

can anyone help me with the same query?

johnl  
#2 Posted : Friday, August 22, 2008 8:55:16 PM(UTC)
johnl

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 602

Can you do like:

a1:=Parabolic Sar(var1);
a2:=Parabolic Sar(var2);
a3:=Parabolic Sar(var3);
a4:=Parabolic Sar(var4);
a5:=etc.;
b1:=a1+a2+a3+a4+a5+etc.;
b1

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.