PureBytes Links
Trading Reference Links
|
RSI LinRegSlope weighted close
=========================================
Pds1:= Input("Enter number of RSI periods", 3, 100, 14);
Pds2:= Input("Enter number of LRS periods", 3, 100, 14);
RSI( LinRegSlope(WC(),Pds2) ,Pds1);
{End}
--- In equismetastock@xxxxxxxxxxxxxxx, Yahoo <dv8256@xxx> wrote:
>
> Need formula of linear regression slope of RSI of weighted close
> Can anybody help ?
> Thanks
>
Pds1:= Input("Enter number of RSI periods", 3, 100, 14);
Pds2:= Input("Enter number of LRS periods", 3, 100, 14);
RSI( LinRegSlope(C,Pds2) ,Pds1);
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
equismetastock-digest@xxxxxxxxxxxxxxx
equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|