PureBytes Links
Trading Reference Links
|
Hi William,
Thank you for your help. It works very well now.
Best regards,
Robert
-------Original Message-------
From: amibroker@xxxxxxxxxxxxxxx
Date: 10/17/04 23:59:36
To: Robert Lu
Subject: Re: [amibroker] Multiple Time Frame
Hello Robert,
Welcome to the forum!
Here is an example of what you described.
/* IMPORTANT Set the periodicity to 'Daily' via Settings... button ->
General tab */
/* Switch to Weekly Timeframe */
TimeFrameSet( inWeekly );
wRSI = RSI(); // Default 14 period
TimeFrameRestore();
wRSI = TimeFrameExpand( wRSI, inWeekly);
Filter = 1;
AddColumn(RSI(),"RSI");
AddColumn(wRSI,"Weekly RSI");
Regards,
William Peters
www.amitools.com
Sunday, October 17, 2004, 11:36:49 AM, you wrote:
RL> Hi,
RL> I am wondering if we can display both daily and weekly RSI value
RL> simultaneously in Explore mode?
RL> Thanks in advance for your help.
RL> Best regards,
RL> Robert
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.
[Non-text portions of this message have been removed]
------------------------ 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/
|