PureBytes Links
Trading Reference Links
|
Viper,
Not a problem. Peak, Trough, and Zig are dynamic meaning they will
give you a signal today and it will be gone tomorrow.
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, Viper Black <udp1645@xxx>
wrote:
>
> Dear Preston,
>
> I'm sorry, dont' mean to hurt anybody just to wanted learn
metastock programming.
>
>
>
>
>
> ----- Original Message ----
> From: pumrysh <no_reply@xxxxxxxxxxxxxxx>
> To: equismetastock@xxxxxxxxxxxxxxx
> Sent: Thursday, July 26, 2007 1:43:44 AM
> Subject: [EquisMetaStock Group] Re: Help Need to convert indicator
to explorer
>
> Viper,
>
> This is code that originally had a copywrite on it. You should
check
> with that source.
>
> You should also know that it was contrived as a joke and is about
as
> useful as "graffiti on a toilet wall".
>
> Preston
>
> --- In equismetastock@ yahoogroups. com, Viper Black <udp1645@ >
> wrote:
> >
> > Dear All,
> >
> > Can anybody help me to convert the indicator code below to an
> explorer code, i have tried i for days without any success.
> > Thanks in advance to whom that willing to help.
> >
> > The explorer should produce a buy signal for value >0 and sell
> singnal for value 0<
> >
> > EWpk:=PeakBars( 1,H,2)=0;
> > EWtr:=TroughBars( 1,L,2)=0;
> > zz:=Zig(C,2, %);
> > zzHi:=Zig(H, 2,%);
> > zzLo:=Zig(L, 2,%);
> > avg:=(zzHi+zzLo) /2;
> > RetroSuccessSecret: =If(EWpk, zzHi, If(EWtr,zzLo, If(avg>Ref(
avg,-
> 1),H,L)));
> > EW:=Zig(RetroSucces sSecret,2, %);
> > EWbuy:=TroughBars( 1,EW,2)=0;
> > EWsell:=PeakBars( 1,EW,2)=0;
> > EWbuy-EWsell
> >
> >
> >
> >
> ____________ _________ _________ _________ _________ _________ _
> ____________ ___
> > Be a better Globetrotter. Get better travel answers from someone
> who knows. Yahoo! Answers - Check it out.
> > http://answers. yahoo.com/ dir/?link= list&sid= 396545469
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
>
>
>
_____________________________________________________________________
_______________
> Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's
updated for today's economy) at Yahoo! Games.
> http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow
>
> [Non-text portions of this message have been removed]
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|