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