PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>Thought I'd wrap up this post with what I finally decided
on.
<FONT face=Arial color=#0000ff
size=2>
Dave -
you were right the multiplications are too processor intenstive and the iif's
take care of that.
<FONT face=Arial color=#0000ff
size=2>
Thanks
to both you and Graham!
<FONT face=Arial color=#0000ff
size=2>
Q103 =
(DateNum() >= 1030101 AND DateNum() <= 1030331);Q203 = (DateNum()
>= 1030401 AND DateNum() <= 1030630);Q303 = (DateNum() >= 1030701
AND DateNum() <= 1030930);Q403 = (DateNum() >= 1031001 AND DateNum()
<= 1031231);
<FONT face=Arial color=#0000ff
size=2>if(Name()=="ADBE") { Slevel =
IIf(Q103, 1, IIf(Q203, 2, IIf(Q303, 3, IIf(Q403, 4,
9999)))); }
<FONT face=Arial color=#0000ff
size=2>if(Name()=="ALO") { Slevel =
IIf(Q103, 11, IIf(Q203, 12, IIf(Q303, 13, IIf(Q403, 14,
9999)))); }
<FONT face=Arial color=#0000ff
size=2>AddColumn(SLevel , "SLevel
", 1.0);Filter = 1;
<FONT face=Arial color=#0000ff
size=2>d
<FONT
face=Tahoma size=2>-----Original Message-----From: Graham
[mailto:gkavanagh@xxxxxxxxxxxxx] Sent: Sunday, January 04, 2004
8:03 PMTo: amibroker@xxxxxxxxxxxxxxxSubject: RE:
[amibroker] Code to specify a specific parameter for a specific ticker for a
specific period of time?
Sorry dingo, maybe I
could make it a bit more complicated and use some looping
statements using a few fors, whiles, wends, ifs and buts
;-)
Cheers,Graham<A
href="">http://groups.msn.com/asxsharetrading<A
href="">http://groups.msn.com/fmsaustralia
<FONT
face=Tahoma size=2>-----Original Message-----From: dingo
[mailto:dingo@xxxxxxxxxxxx] Sent: Monday, 5 January 2004 8:38
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: RE:
[amibroker] Code to specify a specific parameter for a specific ticker for a
specific period of time?
<FONT face=Arial color=#0000ff
size=2>Thanks Graham BUT that's waay to simple! Could you make it much
more complicated for me as that's the way I like to do things?
8-)
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>d
<FONT
face=Tahoma size=2>-----Original Message-----From: Graham
[mailto:gkavanagh@xxxxxxxxxxxxx] Sent: Sunday, January 04, 2004
7:31 PMTo: amibroker@xxxxxxxxxxxxxxxSubject: RE:
[amibroker] Code to specify a specific parameter for a specific ticker for
a specific period of time?You could just use this
, just check the bracket numbers for closureSlevel =
(Name()=="ADBE") * ( ( (DateNum() >= 1030401 AND DateNum()
<=1030630) * 34 ) + ( (DateNum() >= 1030701 AND DateNum() <=
1030930) * 2 ) );Cheers,Graham<A
href="">http://groups.msn.com/asxsharetrading<A
href="">http://groups.msn.com/fmsaustralia
-----Original Message-----From: dingo
[mailto:dingo@xxxxxxxxxxxx] Sent: Monday, 5 January 2004 8:23
AMTo: _amibroker_yahooSubject: [amibroker] Code to specify a
specific parameter for a specificticker for a specific period of
time?As the subject says "Code to specify a specific parameter
for a specificticker for a specific period of time?".I'm in a
brain fog and could use some help. Here's what I've coded
sofar:Slevel will be used as the cross line for an
oscillator.if(Name()=="ADBE")
{ if (DateNum() >= 1030401 AND DateNum() <=
1030630)
{ Slevel =
34; }
if (DateNum() >= 1030701 AND DateNum() <=
1030930)
{ Slevel =
2; }
}Filter = 1;AddColumn(SLevel, "SLevel ",
1.0);But I'm getting a syntax error:Error
3.Condition in IF, WHILE, FOR statementshas to be Numeric or
Boolean type.You can not use array here,please use [] (array
subscript operator)to access array elementsHow can I make this
work?dSend 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
------------------------ Yahoo! Groups Sponsor
---------------------~--> BuyInk Cartridges or Refill Kits for your
HP, Epson, Canon or Lexmark Printerat MyInks.com. Free s/h on orders
$50 or more to the US & Canada.<A
href="">http://www.c1tracking.com/l.asp?cid=5511<A
href="">http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM---------------------------------------------------------------------~->Yahoo!
Groups LinksTo visit your group on the web, go to:<A
href="">http://groups.yahoo.com/group/amibroker/To
unsubscribe from this group, send an email
to:amibroker-unsubscribe@xxxxxxxxxxxxxxxYour use of Yahoo!
Groups is subject to: <A
href="">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:
<A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
To visit your group on the web, go to:<A
href="">http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:<A
href="">amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the <A
href="">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
Yahoo! Groups Links
To visit your group on the web, go to:<A
href="">http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:<A
href="">amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the <A
href="">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
Yahoo! Groups Links
To visit your group on the web, go to:<A
href="">http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:<A
href="">amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
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
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|