PureBytes Links
Trading Reference Links
|
Count
the number of Paren's... they are not an even number.
<FONT face=Tahoma color=#0000ff
size=2>
<FONT face=Tahoma color=#0000ff
size=2>d
<FONT
face=Tahoma size=2>-----Original Message-----From: Alan Nouray
<alann@xxxxxxxxxxxx> [mailto:alann@xxxxxxxxxxxx] Sent:
Tuesday, February 25, 2003 1:26 PMTo:
amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Re: Could someone
please correct my formulaHi dennis,I am still
getting an error in line 2, column 27. Where is the
problem.Alan--- In amibroker@xxxxxxxxxxxxxxx,
"theoldchartreader<theoldchartreader@xxxx>"
<theoldchartreader@xxxx> wrote:> Thanks Anthony,>
That solved the problem.> > Dennis> > --- In
amibroker@xxxxxxxxxxxxxxx, Anthony Faragasso <ajf1111@xxxx> >
wrote:> > Dennis,> > > > I do not have vix in my
database but...> > > >
cond1=Foreign("^Vix","vix");> > > > should read:>
> > > cond1=Foreign("^Vix","C");> > > >
Anthony> > > > "theoldchartreader " wrote:> >
> > > Hi,> > > I am trying to subtract todays
vix from yesterdays vix and then > plot> > > it as a
ribbon.> > >> > > Once again thank you in
advance,> > > Dennis> > >> > >>
> > cond1=Foreign("^Vix","vix");> > >
Cond2=(cond1-Ref(Cond1,-1);> > >> > >
Plot(Cond2,"vix",colorRed,styleLine|styleOwnScale);> > >>
> > Plot(10,"ribbon", IIf> > > >
(Cond2>.80,colorRed,colorGreen),styleOwnScale|styleArea|styleNoLabel,>
> > -0.5, 100 );> > >> > >> >
>
Yahoo! Groups Sponsor>
>
ADVERTISEMENT> > > > > > >> > >
Send BUG REPORTS to bugs@xxxx> > > Send SUGGESTIONS to
suggest@xxxx> > >
-----------------------------------------> > > Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx> > >
(Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)>
> > --------------------------------------------> > > Check
group FAQ at:> > > <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html>
> >> > > Your use of Yahoo! Groups is subject to the Yahoo!
Terms of > Service.Send
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
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 the Yahoo! Terms of Service.
|