Mohammed, Thank you. There must be
something I am missing. When I apply this code as an indicator to my daily
chart, the chart window is blank. Is there more to this?
Thanks again for you help.
Larry M Powell
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of Mohammed
Sent: 03/07/2008 9:02 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: Weekly
Indicator - Daily Chart
Hi,
This is the code,
TimeFrameSet( inWeekly );
m1 = PDI(8);
m2 = MDI(8);
TimeFrameRestore();
m = TimeFrameExpand(m1, inWeekly);
s = TimeFrameExpand(m2, inWeekly);
Regards