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

Notification

Icon
Error

Options
Go to last post Go to first unread
konrad  
#1 Posted : Friday, March 17, 2006 3:02:33 AM(UTC)
konrad

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 6/6/2005(UTC)
Posts: 424
Location: connecticut,USA

I like those 14 RSI formula from Trader tips ( commodity magazie 2002 edition) Divergence formula [code:1:d7a1346a84]EKA:=3; I1:=Zig(RSI(14),EKA,%)>Ref(Zig(RSI(14),EKA,%),-1) AND Ref(Zig(RSI(14),EKA,%),-1)<Ref(Zig(RSI(14),EKA,%),-2); V1:=ValueWhen(1,I1,Ref(Zig(RSI(14),EKA,%),-1)); V2:=ValueWhen(1,I1,Ref(C,-1)); V3:=ValueWhen(2,I1, Ref(Zig(RSI(14),EKA,%),-1)); V4:=ValueWhen(2,I1,Ref(C,-1)); C1:=V1>V3 AND V2<V4 ; C1 AND Ref(C1,-1)=0 AND RSI(14)>Ref(RSI(14),-1)[/code:1:d7a1346a84] Double successive divergence [code:1:d7a1346a84]I1:=Zig(RSI(14),3,%)>Ref(Zig(RSI(14),3,%),-1) AND Ref(Zig(RSI(14),3,%),-1)<Ref(Zig(RSI(14),3,%),-2); V1:=ValueWhen(1,I1,Ref(Zig(RSI(14),3,%),-1)); V2:=ValueWhen(1,I1,Ref(C,-1)); V3:=ValueWhen(2,I1, Ref(Zig(RSI(14),3,%),-1)); V4:=ValueWhen(2,I1,Ref(C,-1)); V5:=ValueWhen(3,I1, Ref(Zig(RSI(14),3,%),-1)); V6:=ValueWhen(3,I1,Ref(C,-1)); C1:=V1<V3 AND V2>V4 AND V3<V5 AND V4>V6 ; C1 AND Ref(C1,-1)=0 AND RSI(14)>Ref(RSI(14),-1)[/code:1:d7a1346a84]
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.