PureBytes Links
Trading Reference Links
|
I am sorry but I am a new user just one week. What is "number of Paren's"
Alan
--- In amibroker@xxxxxxxxxxxxxxx, "dingo" <dingo@xxxx> wrote:
> Count the number of Paren's... they are not an even number.
>
> d
>
> -----Original Message-----
> From: Alan Nouray <alann@xxxx> [mailto:alann@x...]
> Sent: Tuesday, February 25, 2003 1:26 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Re: Could someone please correct my formula
>
>
> Hi 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: 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.
>
>
>
> Yahoo! Groups Sponsor
>
> ADVERTISEMENT
>
> <http://rd.yahoo.com/M=243066.2784922.4151385.1927555/D=egroupweb/S=1705
> 632198:HM/A=1377501/R=0/*http://www.verisign.com/cgi-bin/go.cgi?a=b30890
> 113200616000>
>
> <http://us.adserver.yahoo.com/l?M=243066.2784922.4151385.1927555/D=egrou
> pmail/S=:HM/A=1377501/rand=710572216>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> 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
> <http://docs.yahoo.com/info/terms/> .
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/
|