PureBytes Links
Trading Reference Links
|
Hi TJ,
The following is just a simple for loop. What I do
not understand is I'll get the subscript out of range error when there is about
a year data show on screen. When I use the zoom out button so that the screen
will show more data (may be 6 years), then the subscript out of range error
not happening. TJ, would appreciate your clarification.
Tks
KK
Count=0<FONT color=#000000
size=1>;
j=1<FONT color=#000000
size=1>;
for(j=<FONT
color=#ff00ff face="Courier New" size=1>1<FONT color=#000000
face="Courier New" size=1>; j<=<FONT
color=#ff00ff size=1>500;
j++)
{ <FONT
color=#000000 size=1>
Count[j]++;
}
Plot(Count,<FONT
color=#ff00ff face="Courier New" size=1>""<FONT color=#000000
face="Courier New" size=1>,colorRed,styleHistogram|<FONT
color=#ff00ff face="Courier New" size=1>4<FONT color=#000000
face="Courier New" size=1>);
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
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.
|