PureBytes Links
Trading Reference Links
|
Thanks for your help Graham,
It's working OK now, it seems the problem was that I had an #include in
my first indicator ie: in MySystem.afl
In help...
Note 4: nesting #include commands is not supported
Thanks again,
Cheers Glenn
--- In amibroker@xxxxxxxxxxxxxxx, "Graham" <gkavanagh@xxxx>
wrote:
> Glenn, I checked the lines in my computer, just changing the E:\ for
C:\ as
> I don't have an e drive
>
> It worked ok, so maybe it has something to do with the E: drive and
> #include. This coincides with the error location as well.
>
> Can you check this by putting the mysystem.afl on C drive and see if
that
> works
>
> Cheers,
> Graham
> http://groups.msn.com/ASXShareTrading
> http://groups.msn.com/FMSAustralia
>
>
> -----Original Message-----
> From: Glenn [mailto:glennokb@x...]
> Sent: Friday, 19 September 2003 5:42 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Re: #include
>
>
> Graham,
>
> Thanks.
>
> Yes, I've double, triple checked that! Even gone to properties - cut and
> paste the directory path! :-)
>
> Cheers Glenn
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Graham" <gkavanagh@xxxx>
> wrote:
> > Check the drive and directory path is correct.
> >
> > Cheers,
> > Graham
> > http://groups.msn.com/ASXShareTrading
> > http://groups.msn.com/FMSAustralia
> >
> >
> > -----Original Message-----
> > From: Glenn [mailto:glennokb@x...]
> > Sent: Friday, 19 September 2003 3:52 PM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: [amibroker] #include
> >
> >
> > Hi,
> >
> > I'm interested in using the #include function but I'm having some
> trouble
> > with it.
> >
> > I have for example in the indicator MySystem.afl, the last line of
> > code
> is:
> >
> > Buy=entrysignal;
> >
> > In my indicator called MySystemPlot.afl I have
> >
> > #include "E:\Program Files\AmiBroker\AFL\MySystem.afl"
> > plot(Buy,"Buy",colorGreen,1);
> >
> > This gives an error:
> >
> > Unknown identifier at line 1, column 11:
> >
> > Plot(Buy,
> > --------^
> >
> > If I add plot(Buy,"Buy",colorGreen,1); at the bottom of the
> MySystem.afl,
> > the indicator plot works fine. Any ideas why it doesn't work with
> > #include. TIA
> >
> > Cheers Glenn
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Remanufactured Ink Cartridges & Refill Kits at MyInks.com for: HP $8-20. Epson $3-9, Canon $5-15, Lexmark $4-17. Free s/h over $50 (US & Canada).
http://www.c1tracking.com/l.asp?cid=6351
http://us.click.yahoo.com/0zJuRD/6CvGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|