PureBytes Links
Trading Reference Links
|
Dimitris,
It explained in the User's Guide: <A
href="">http://www.amibroker.com/f?foreign
"The last parameter - fixup - accepts following
values
1 - default value - causes filling the holes in the data with previous
values,
0 - the holes are not fixed
[..]
If you do not use fixup=True, data holes will
have the value of Null [..]"
Null is the other name for {EMPTY}.
Best regards,Tomasz Janeczkoamibroker.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Dimitris
Tsokakis
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Saturday, February 28, 2004 3:49
PM
Subject: [amibroker] The reason
is the peculiar result of
Foreign("AAPL","C",0);
I deleted the last 5 bars and here is the
plot of
Plot<FONT
size=2>(Foreign<FONT
face="Arial Black">("AAPL"<FONT
size=2>,"C",<FONT
size=2>0),""<FONT
size=2>,1,<FONT
size=2>8);
The last 6 dots are
D0= 22.47
D1= {EMPTY}
D2= 22.47
D3={EMPTY}
D4= 22.47
D5={EMPTY}
There is no explanation for D2, D4,
AAPL values were {EMPTY} for these dates.
Am I missing something ?
Dimitris Tsokakis
<FONT
size=2> 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
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 Sponsor
ADVERTISEMENT
Click Here
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.
|