PureBytes Links
Trading Reference Links
|
You could try something like;
time = Param("periods", 10,10,12,1);
Filter = ROC(C,time) > 10
AND ROC(C,time) < 50;
Buy = Filter;
AddColumn(ROC(C,time),"ROC ",1.2);
You can change the Time Period under Settings > parameters.
You can click on top of the exploration column to arrange the ROC in ascdending or descending order.
ChrisB
thebestguyucanget <thebestguyucanget@xxxxxxxxx> wrote:
Hi friends,
I require help to develop a formula for ROC based buy signal. I need
to a formula which will scan for stocks with ROC values more than
25%. As I have recently noticed that this stocks are fast movers. I
just need the basic formula where I can change my ROC options from 10
to 12 days and values from 10 % to 50%.
Thanks in Advance,
With Regards
Nse Trader
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups SponsorADVERTISEMENT
var lrec_target="_top";var lrec_URL = new Array();lrec_URL[1] = "http://us.ard.yahoo.com/SIG=129o99r40/M=294150.5475417.6555471.1269404/D=groups/S=1705632198:HM/EXP=1097005052/A=2380023/R=0/id=flashurl/SIG=124gll7mf/*http://www.interest.com/includes/server/icom_campaign.asp?id=10720 ";var link="javascript:LRECopenWindow(1)";var lrec_flashfile = 'http://us.a1.yimg.com/us.yimg.com/a/bo/bon_marketing/300x250_yahoo_em4_100104.swf?clickTAG='+link+'';var lrec_altURL = "http://us.ard.yahoo.com/SIG=129o99r40/M=294150.5475417.6555471.1269404/D=groups/S=1705632198:HM/EXP=1097005052/A=2380023/R=1/id=altimgurl/SIG=124gll7mf/*http://www.interest.com/includes/server/icom_campaign.asp?id=10720 ";var lrec_altimg = "http://us.a1.yimg.com/us.yimg.com/a/bo/bon_marketing/300x250_em4_100104.jpg";var lrec_width = 300;var lrec_height = 250;
---------------------------------
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.
---------------------------------
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
[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/
|