PureBytes Links
Trading Reference Links
|
Luca
> I don't know if this issue came up already but i'm stuck in building
> a formula/indicator for MS EOD 9.0 that:
> 1. records the difference of two securities (this wasn't a problem,
> the formula i created is
> (Security("online: xyz",C)-Security("online:yzx",C))
> 2. once 1. is plotted ilike to calculate the RSI of 1.
>
> I tried several formulas but i didn't get anywere.
>
> Any ideas on how to plot this RSI?
This is where I would start.
A:=(Security("online: xyz",C)-Security("online:yzx",C));
RSI(A,periods);
Roy
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|