PureBytes Links
Trading Reference Links
|
Hello,
I believe it to be this:
You can not know the weekly High , low , and close, until the last day of
the week is registered. The Open is the First day of the Week... Therefore.
your data will dictate the values returned ..
Anthony
-------Original Message-------
From: amibroker@xxxxxxxxxxxxxxx
Date: Sunday, March 30, 2003 05:09:13
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Need Help - TimeFrame.dll
Hi,
I've download the 3rd Party plugin TimeFrame.dll. When I test the
example
Title="Time Frame Weekly Bars";
Plot(Close,"",1,32+64);
Plot(TwO(),"",colorYellow,1);
Plot(TwC(),"",colorWhite,1);
Plot(TwL(),"",colorGreen,1);
Plot(TwH(),"",colorRed,1);
I see that only TwO is having the current week Open price, the other
three are prices of the previous week, can someone verify this and
the best if there is a fix ?
Tks
KK
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.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make Money Online Auctions! Make $500.00 or We Will Give You Thirty Dollars for Trying!
http://us.click.yahoo.com/yMx78A/fNtFAA/i5gGAA/GHeqlB/TM
---------------------------------------------------------------------~->
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/
|