PureBytes Links
Trading Reference Links
|
Hello,
As I wrote, I am using the same formula as you and still can
not reproduce your problem
but I will keep on trying...
Best regards,Tomasz Janeczkoamibroker.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
E
Winters
To: <A title=amibroker@xxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Tuesday, October 22, 2002 5:05
PM
Subject: Re: [amibroker] composites still
crashing
Jayson,
I also have the problem. I counted9
dynamic composites as having charts which did not have gaps, the remaining
charts had the gaps you are showing. The 9 composites were at the
beginning of the alphabet.
Regards,
Ed
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=jcasavant@xxxx
href="">Jayson
To: <A title=amibroker@xxxxxxxxxxxx
href="">1ami
Sent: Tuesday, October 22, 2002 3:13
AM
Subject: [amibroker] composites still
crashing
Tomasz,
all;
<SPAN
class=908225806-22102002>
I hadnoted the
readme in the new final version of the V4.20.3 where mention was made of
correction in the composite calculating problem I had been
experiencing.
<SPAN
class=908225806-22102002>
Aftertonight's
scan I again see......
<SPAN
class=908225806-22102002>
<SPAN
class=908225806-22102002>
<SPAN
class=908225806-22102002>
on the update to
the existing composite. the composite code is........
<SPAN
class=908225806-22102002>
<FONT
color=#000000>
Buy=1<FONT
color=#282828>;<FONT
size=2>
newhigh=C<FONT
color=#000000>>Ref(HHV(C<FONT
face=Arial>,25),-1); <FONT face=Arial
color=#000000>//stocks closing at
new high
<FONT
face=Arial>
newlow=C<FONT
color=#000000><Ref(LLV(C<FONT
face=Arial>,25),-1); <FONT face=Arial
color=#000000>//Stocks closing at
new low
<FONT
face=Arial>
x=SectorID(0<FONT
face=Arial color=#000000 size=2>);
<FONT
face=Arial>
AddToComposite(IIf(x==1,C<FONT
color=#000000>,0),"~Capital Goods" ,"c",flags=1<FONT
color=#282828>);
<FONT
face=Arial>
AddToComposite(IIf(x==1,V<FONT
color=#000000>,0),"~Capital Goods" ,"v",flags=1<FONT
color=#282828>);
<FONT
face=Arial>
AddToComposite(IIf(x==1,1,0),"~Capital Goods" ,"O",flags=1<FONT
color=#282828>);
<FONT
face=Arial>
AddToComposite(IIf(x==1 AND<FONT
color=#000000> newhigh,1,0),"~Capital
Goods","H",flags=1<FONT face=Arial
color=#000000>);
<FONT
face=Arial>
AddToComposite(IIf(x==1 AND<FONT
color=#000000> newlow,1,0),"~Capital
Goods","L",flags=1<FONT face=Arial
color=#000000>);
<FONT
face=Arial>
Plot(<FONT
color=#000000>C, <FONT
color=#ff00ff>"Index",<FONT
color=#000000>colorBlue,<FONT
color=#ff00ff>4 );
If I delete the
composites and re-scan all is well but of course I loose any notes, trend
lines etc.
aby insights,
solutions, etc would be greatly
appreciated
<SPAN
class=908225806-22102002>
Jayson
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.
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.
|