PureBytes Links
Trading Reference Links
|
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
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
|