PureBytes Links
Trading Reference Links
|
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@xxxxxxxxxxx]
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.1269404/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 Sponsor --------------------~-->
GFT Forex Trading Accounts As low as $250 with up to 400:1 Leverage. Free Demo.
http://us.click.yahoo.com/lpv1TA/jlQNAA/U1CZAA/BefplB/TM
--------------------------------------------------------------------~->
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/
|