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

Notification

Icon
Error

Options
Go to last post Go to first unread
Derek Worswick  
#1 Posted : Friday, September 17, 2010 1:42:00 PM(UTC)
Derek Worswick

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 8/11/2005(UTC)
Posts: 104

Hi, Is it possible to set the starting date for the starting / bottoming of the Wave formula below at a Major market low say… 9 March 2009 Using: Day1 := Input("Day",1,31,9); Month1 := Input("Month",1,12,3); Year1 := Input("Year",1900,2400,2009); BS:=LastValue((BarsSince(DayOfMonth() = Day1 AND Month() = Month1 AND Year()=Year1 ))); Instead of setting the number of days of "Horizontal Shift:" by trial and error method
WW:=Input("Length:",7,10000,627); WWW:=WW/6; OF:=Input("Horizontal Shift:",0,10000,243); CC:=Cum(30/WWW); FF:=Frac(LastValue(Cum(1))/WW); OFF:=WW*FF; S1:=Abs(Ref(Sin(CC),-LastValue(OFF)-OF)); WW2:=Input("Length:",7,10000,81); WWW:=WW2/6; OF:=Input("Horizontal Shift:",0,10000,21); CC:=Cum(30/WWW); FF:=Frac(LastValue(Cum(1))/WW2); OFF:=WW2*FF; S2:=Abs(Ref(Sin(CC),-LastValue(OFF)-OF)); S1+S2 ;
Kind regards, Derek
Laisze  
#2 Posted : Tuesday, September 21, 2010 7:58:40 AM(UTC)
Laisze

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 11/18/2007(UTC)
Posts: 96
Location: HK

Jose Silva has your indicator here: Traders Consortium
Derek Worswick  
#3 Posted : Tuesday, September 21, 2010 11:03:29 AM(UTC)
Derek Worswick

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 8/11/2005(UTC)
Posts: 104

Hi Lai May I thank you and Jose Silva for your help with the indicator. Kind regards, Derek
jjstein  
#4 Posted : Tuesday, September 21, 2010 2:56:02 PM(UTC)
jjstein

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 5/13/2005(UTC)
Posts: 715
Location: Midwest, USA

Was thanked: 1 time(s) in 1 post(s)
Does anyone know why Jose is not able to post here, himself?
Derek Worswick  
#5 Posted : Wednesday, September 22, 2010 11:16:26 AM(UTC)
Derek Worswick

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 8/11/2005(UTC)
Posts: 104

Hi Wabbit, May I thank you again for your help with the above formula. Posted on another location. http://forum.equis.com/f...12/ShowThread.aspx#33912 Kind regards. Derek
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.