PureBytes Links
Trading Reference Links
|
I use the following in a
code:
MH=<FONT
color=#0000ff>TimeFrameCompress(H,inMonthly,compressHigh);
ML=<FONT
color=#0000ff>TimeFrameCompress(L,inMonthly,compressLow);
MC=<FONT
color=#0000ff>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.
|