PureBytes Links
Trading Reference Links
|
CAN ANYONE PLEASE HELP
I want to filter out scrips from whole database whose relative
strength is above its 30 wma the refrece sysmbol is "900010"
Just as it is in this indicator given below:
/* Relative Strength Comparison with Relative Strength Moving
Average*/
RSTick = "900010"; //Replace with ticker of your choice
WMAvalue = Param("RelStre WMA", 30, 1, 55, 1);
Plot ( RelStrength( RSTick),"RelStrength "+ RSTick, -8 );// Plot
Relative Strength
Plot (WMA( RelStrength( RSTick),WMAvalue)," RelStrength WMA "+
WMAvalue, colorBrightGreen, styleLine);
------------------------ 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/
|