PureBytes Links
Trading Reference Links
|
David,
A similar thing happens on shorter time frames too.
For instance, if you put a 1 minute graph in data1, you can put
an any minute graph in data2 and it will plot OK because any
other minutes is divisible by 1.
In the case of weekly, sometimes the end of the week coincides
with a month end, and sometimes not. In reality Daily, weekly,
monthly works out because daily is 1 day, weekly is 5 or 4 (when
there are holidays) days, monthly is a variable # of days.
Another example is a 2 min graph in data1 and a 3 minute graph in
data 2. You won't get the 3 minute graph plotting all the time
because 3 isn't divisible into 2 until you get to the 3rd 2
minute bar (2*3) = 6 minutes, which is divisible by 3. So your
data will skip here also. This *feature* (bug) has been around
for a long time.
Patrick White
>I found this strange behavior in TS4 multi-data charts:
>
>1. daily in data1, weekly in data2, monthly in data3 - all is
well.
>
>2. weekly in data1, monthly in data2 - monthly skips months,
doesn't plot
>correctly.
>
>These are weekly and monthly created by TS from daily Metastock
data.
>
>Any idea what's going on here?
>
>Thanks,
>
>David Cicia
>
>
|