PureBytes Links
Trading Reference Links
|
Thank you Preston. Not only does the solution that you and Antonio gave me
work, but given your explanation I can now experiment.
Thanks again to both of you.
Kevin
-----Original Message-----
From: equismetastock@xxxxxxxxxxxxxxx [mailto:equismetastock@xxxxxxxxxxxxxxx]
On Behalf Of pumrysh
Sent: Friday, 14 April 2006 3:45 AM
To: equismetastock@xxxxxxxxxxxxxxx
Subject: Re: [EquisMetaStock Group] re CQG - code
Kevin, Steve is no longer a member :-( but maybe I can help.
Everything in the indicator is based off of the first line which
is ...e1:=Mov(P,8,E);
In Metastock P is like a universal so that it will allow the code to
work on any indicator. In order to get the code to work change the
first line to this:
e1:=Mov(C,8,E);
That should get the job done.
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, "Kevin and Heather Howard"
<kjhoward@xxx> wrote:
>
> Hi Steve,
>
>
>
> I know I am going back to June 2004, but I have set
your code up
> as an indicator (Fml("CQG Code Steve Karnish 19.06.04") and I like
the
> result very much. But try as I might I cannot get it to run within
an
> exploration.
>
>
>
> When I use it as follows: Cross(Fml"CQG Code Steve Karnish
> 19.06.04"),CLOSE), I receive the following reason for rejection:
>
>
>
> "Requires a selected price or indicator plot in the active chart".
>
>
>
> But your indicator does plot on the active chart.
>
>
>
>
>
> I have tried a simpler Fml title but this does not work and I have
also
> added the following at the end of your code:
>
>
>
> z:= c1*e6+c2*e5+c3*e4+c4*e3;
>
> z;
>
>
>
> but neither approach has worked. Nor has just embedding Fml("CQG
Code Steve
> Karnish 19.06.04") within a column within an exploration.
>
>
>
>
>
> So if you or anyone else could help me amend your code
so that
> it could be utilized within an exploration, I would be very
grateful.
>
>
>
>
>
> Best wishes,
>
>
>
>
>
> Kevin
>
>
>
>
>
>
>
> -----Original Message-----
> From: Steve Karnish [mailto:kernish@...]
> Sent: Saturday, 19 June 2004 5:40 AM
> To: equismetastock@xxxxxxxxxxxxxxx
> Subject: Re: [EquisMetaStock Group] re CQG - code
>
>
>
> Lionel and Roy,
>
>
>
> Neither "trips my triggers". Try the following:
>
>
>
> e1:=Mov(P,8,E);
> e2:=Mov(e1,8,E);
> e3:=Mov(e2,8,E);
> e4:=Mov(e3,8,E);
> e5:=Mov(e4,8,E);
> e6:=Mov(e5,8,E);
> c1:=-.618*.618*.618;
> c2:=3*.618*.618+3*.618*.618*.618;
> c3:=-6*.618*.618-3*.618-3*.618*.618*.618;
> c4:=1+3*.618+.618*.618*.618+3*.618*.618;
> c1*e6+c2*e5+c3*e4+c4*e3;
>
>
>
> Take care,
>
>
>
> Steve
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
>
>
> Yahoo! Groups Sponsor
>
>
>
> ADVERTISEMENT
>
>
<http://us.ard.yahoo.com/SIG=129f8jvrr/M=285832.5079496.6204528.12694
04/D=gr
>
oups/S=1705375617:HM/EXP=1087675798/A=2142721/R=0/SIG=14di1pg12/*http
:/www.h
> ouseholdfinance.com/ln/TrackingServlet?
cmd_MediaCode=&fc=APS&mkt=000&mc=01PS
> YAYA004001B220000U0300L0020000000000&dest=HOME_PAGE>
>
>
>
> <http://us.adserver.yahoo.com/l?
M=285832.5079496.6204528.1269404/D=groups/S=
> :HM/A=2142721/rand=866881047>
>
>
>
>
> _____
>
>
> Yahoo! Groups Links
>
> * To visit your group on the web, go to:
> http://groups.yahoo.com/group/equismetastock/
>
>
> * To unsubscribe from this group, send an email to:
> equismetastock-unsubscribe@xxxxxxxxxxxxxxx
> <mailto:equismetastock-unsubscribe@xxxxxxxxxxxxxxx?
subject=Unsubscribe>
>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> <http://docs.yahoo.com/info/terms/> Service.
>
>
>
> [Non-text portions of this message have been removed]
>
Yahoo! Groups Links
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> 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/
|