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

Notification

Icon
Error

Options
Go to last post Go to first unread
henry1224  
#1 Posted : Saturday, April 16, 2005 3:17:47 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)
This indicator for cycles plots 5 lines: A 4 day cycle,A 8 day cycle,A 16 day cycle, A 32 day cycle,A 64 day cycle P0:=Mov(((C-LLV(L,4))/(HHV(H,4)-LLV(L,4)))*100,3,E); P1:=Mov(((C-LLV(L,8))/(HHV(H,8)-LLV(L,8)))*100,3,E); P2:=Mov(((C-LLV(L,16))/(HHV(H,16)-LLV(L,16)))*100,3,E); P3:=Mov(((C-LLV(L,32))/(HHV(H,32)-LLV(L,32)))*100,3,E); P4:=Mov(((C-LLV(L,64))/(HHV(H,64)-LLV(L,64)))*100,3,E); A0:=Mov(((P0-LLV(P0,4))/(HHV(P0,4)-LLV(P0,4)))*100,3,E); A1:=Mov(((P1-LLV(P1,8))/(HHV(P1,8)-LLV(P1,8)))*100,3,E); A2:=Mov(((P2-LLV(P2,16))/(HHV(P2,16)-LLV(P2,16)))*100,3,E); A3:=Mov(((P3-LLV(P3,32))/(HHV(P3,32)-LLV(P3,32)))*100,3,E); A4:=Mov(((P4-LLV(P4,64))/(HHV(P4,64)-LLV(P4,64)))*100,3,E); A0;A1;A2;A3;A4;
henry1224  
#2 Posted : Saturday, April 16, 2005 3:18:36 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)
This indicator plots a 15,30,45,90 bar cycle P1:=Mov(((C-LLV(L,15))/(HHV(H,15)-LLV(L,15)))*100,3,E); P2:=Mov(((C-LLV(L,30))/(HHV(H,30)-LLV(L,30)))*100,3,E); P3:=Mov(((C-LLV(L,45))/(HHV(H,45)-LLV(L,45)))*100,3,E); P4:=Mov(((C-LLV(L,90))/(HHV(H,90)-LLV(L,90)))*100,3,E); A1:=Mov(((P1-LLV(P1,15))/(HHV(P1,15)-LLV(P1,15)))*100,3,E); A2:=Mov(((P2-LLV(P2,30))/(HHV(P2,30)-LLV(P2,30)))*100,3,E); A3:=Mov(((P3-LLV(P3,45))/(HHV(P3,45)-LLV(P3,45)))*100,3,E); A4:=Mov(((P4-LLV(P4,90))/(HHV(P4,90)-LLV(P4,90)))*100,3,E); A1;A2;A3;A4;
Users browsing this topic
Similar Topics
9.SEMWEB-MCTP.Using Market Cycles to Trade Profitably (Archive)
by kahill 1/14/2014 4:21:20 PM(UTC)
Cyber Cycles with IFT not plotting (Formula Assistance)
by aksh 2/3/2013 11:22:04 PM(UTC)
Lunar cycles indicator (Advanced Coding Techniques)
by Jose 5/26/2007 7:00:15 AM(UTC)
How to put ignoring X temporary cycles [RESOLVED] (MetaStock)
by endrju 3/20/2006 3:24:04 AM(UTC)
Laguerre, itrend, and time cycles [RESOLVED] (Formula Assistance)
by FXLearning 1/1/2006 6:21:43 PM(UTC)
Synthetic cycles indicator (Formula Assistance)
by Jose 9/7/2005 10:53:03 PM(UTC)
Cycles 5 10 15 20 Indicator (Formula Assistance)
by henry1224 4/8/2005 1:32:06 AM(UTC)
Guppy MMA Cycles (Formula Assistance)
by henry1224 3/27/2005 7:17:29 PM(UTC)
Cycles 15 30 45 90 Expert (Formula Assistance)
by henry1224 3/26/2005 10:33:56 PM(UTC)
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.