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

Notification

Icon
Error

Options
Go to last post Go to first unread
perfecttip  
#1 Posted : Thursday, February 25, 2010 3:05:17 AM(UTC)
perfecttip

Rank: Member

Groups: Registered, Registered Users
Joined: 9/20/2009(UTC)
Posts: 15

Go to indicator builder and copy and paste the following : { User input } pr:=Input("Elliot Wave minimum % move", .001,100,2); { Elliot Wave engine } EWpk:=PeakBars(1,H,pr)=0; EWtr:=TroughBars(1,L,pr)=0; zz:=Zig(C,pr,%); zzHi:=Zig(H,pr,%); zzLo:=Zig(L,pr,%); avg:=(zzHi+zzLo)/2; RetroSuccessSecret:=If(EWpk,zzHi, If(EWtr,zzLo,If(avg>Ref(avg,-1),H,L))); EW:=Zig(RetroSuccessSecret,pr,%); { Buy/Sell Elliot Wave stuff } EWbuy:=TroughBars(1,EW,pr)=0; EWsell:=PeakBars(1,EW,pr)=0; { Plot on own window } EWbuy-EWsell Save it and plot it on any chart.Go long when the indicator shows +1 and go short when it shows -1. Please try this out and give us your valuable feedback. Also, kindly include the settings you used, along with your feedback. This is taken from metastocktools(dot)com and all credits go to Mr Jose Silva.
henry1224  
#2 Posted : Thursday, February 25, 2010 7:49:37 AM(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)
I noticed that this formula was listed in the fun section of his web site, Did you scroll all of the way down ?
Jose has a sarcastic sense of humor. The use of Peak,Trough, Zig,TroughBars,PeakBars functions are all dynamic! Their use should be in retrospect and not used for a current signal generation.

IE: today you have gotten a buy signal.Six days later the market continued down, that buy signal disappeared from the chart and a new buy signal shows up today.

I think that you should delete that indicator from your list of indicators!

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.