PureBytes Links
Trading Reference Links
|
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 ---------------------~-->
FREE Cell Phones with up to $400 Cash Back!
http://us.click.yahoo.com/_bBUKB/vYxFAA/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/
|