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

Notification

Icon
Error

Options
Go to last post Go to first unread
eagle5  
#1 Posted : Sunday, March 21, 2010 7:27:29 PM(UTC)
eagle5

Rank: Member

Groups: Registered, Registered Users
Joined: 9/3/2007(UTC)
Posts: 11

Hello, can anyone give me the code for this Oscillator. I've tried modifying my MACD but it does not allow me to enter 16? I'm probably doing something wrong!

eagle5
henry1224  
#2 Posted : Monday, March 22, 2010 5:10:10 PM(UTC)
henry1224

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/29/2004(UTC)
Posts: 1,394
Location: Glastonbury, CT

Was thanked: 2 time(s) in 2 post(s)
A:=Mov(C,3,S)-Mov(C,10,S);
Sig:=Mov(A,16,S);
Red:=If(A<Ref(A,-1),A,0);
Green:=If(A>Ref(A,-1),A,0);
Red;Green;Sig;
eagle5  
#3 Posted : Tuesday, March 23, 2010 1:01:44 AM(UTC)
eagle5

Rank: Member

Groups: Registered, Registered Users
Joined: 9/3/2007(UTC)
Posts: 11

Henry, thank you!! I get it now - can see what the lines represent. Thank you so much :)

Eagle5
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.