Question on how data is read in on Monthly,Weekly and Daily charts.
Right now I have 3 groups of charts(each group has same 20 stocks)
One group on a page called Monthly using M,60 months
One group on a page called Weekly using W, 312 weeks
One group on a page called Daily using D, 260 days
Does the group called Monthly just read in 60 reacords ?
If I put all the stocks on one page and write a program that
out puts Monthly,Weekly, and Daily, does the efs read in
60x22 = 1320 records for all charts or just 60 for the Monthly?
Thanks in advance.
Right now I have 3 groups of charts(each group has same 20 stocks)
One group on a page called Monthly using M,60 months
One group on a page called Weekly using W, 312 weeks
One group on a page called Daily using D, 260 days
Does the group called Monthly just read in 60 reacords ?
If I put all the stocks on one page and write a program that
out puts Monthly,Weekly, and Daily, does the efs read in
60x22 = 1320 records for all charts or just 60 for the Monthly?
Thanks in advance.
Comment