PureBytes Links
Trading Reference Links
|
Hello,
Sorry but quarterly and yearly frames are not supported by
time frame functions yet.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: Herbert Elstein
To: amibroker@xxxxxxxxxxxxxxx
Sent: Thursday, July 22, 2004 5:43 PM
Subject: [amibroker] TimeFrameExpand and Compress
I use the following in a code:
MH=TimeFrameCompress(H,inMonthly,compressHigh);
ML=TimeFrameCompress(L,inMonthly,compressLow);
MC=TimeFrameCompress(C,inMonthly,compressLast);
MOODot=(MH+ML+MC)/3; /* This is a simplified version;
mp=TimeFrameExpand(MOODot,inMonthly);
My question is, how can I do the same for a quarterly (and yearly) version?
Thanks
Herbert
Check AmiBroker web page at:
http://www.amibroker.com/
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.
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
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:
http://docs.yahoo.com/info/terms/
|