PureBytes Links
Trading Reference Links
|
A stupid question is one that is not asked.......
Hang in there...it is really not that difficult
-------Original Message-------
From: amibroker@xxxxxxxxxxxxxxx
Date: Tuesday, February 25, 2003 13:51:22
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: Could someone please correct my formula
Thank you dingo and Anthony. Sorry for the stupid question. I am justlearning and it seems that AB is much more difficult than I thoughtbut I like the software.Alan--- In amibroker@xxxxxxxxxxxxxxx, "dingo" <dingo@xxxx> wrote:> These are parens: ( ) Those are 2 parens. You must have the same> number of ( as you do ) .> > Your line "Cond2=(cond1-Ref(Cond1,-1);" has one more ( than it does ). > > d> > -----Original Message-----> From: Alan Nouray <alann@xxxx> [mailto:alann@xxxx] > Sent: Tuesday, February 25, 2003 1:40 PM> To: amibroker@xxxxxxxxxxxxxxx> Subject: [amibroker] Re: Could someone please correct my formula> > > 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@xxxx] > > 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/> .> > > > Yahoo! Groups Sponsor > > ADVERTISEMENT> > <http://rd.yahoo.com/M=243066.2784922.4151385.1927555/D=egroupweb/S=1705> 632198:HM/A=1377502/R=0/*http://www.verisign.com/cgi-bin/go.cgi?a=b31550> 113206004000> > > <http://us.adserver.yahoo.com/l?M=243066.2784922.4151385.1927555/D=egrou> pmail/S=:HM/A=1377502/rand=784797481> > > 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@xxxxxxxxxxxxxSend 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.
____________________________________________________ IncrediMail - Email has finally evolved - Click Here
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.
Attachment:
Description: ""
|