Range breakout exploration

Discuss Range breakout exploration at the AmiBroker within the Traderji.com - Discussion forum for Stocks Commodities & Forex; Hi all, I was looking for range breakout exploration and found one that is attached ...


Go Back   Traderji.com - Discussion forum for Stocks Commodities & Forex > TOOLS & RESOURCES > Software > AmiBroker
Register Blogs FAQ Chat Room Search Today's Posts Mark Forums Read


Welcome to the Traderji.com - Discussion forum for Stocks Commodities & Forex.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.

By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please read the FAQ.

Reply
 
Thread Tools
Sponsored Links
  #1  
Old 27th January 2008, 09:56 PM
Member
 
Join Date: Jul 2006
Posts: 239
rkgoyal_98 is on a distinguished road
Default Range breakout exploration



Hi all,

I was looking for range breakout exploration and found one that is attached here. However i want to understand what is code doing at each line of the code.

Can some one explain the code what it is doing in each section
Thanks
Rajeev

Attached Files
File Type: rar ORB.rar (692 Bytes, 110 views)
Reply With Quote
  #2  
Old 2nd February 2008, 11:47 AM
Member
 
Join Date: Jun 2004
Posts: 178
kgsirasangi is on a distinguished road
Default Re: Range breakout exploration

A similar method is propagated as ACD breakout method by Mark Fisher ---
For details, please refer :

http://amibrokerfan.com/index.php?op...28&topic=517.0

In one of his messages, saji oommen has posted following afl formula and dll, which you may find useful.

Please also see following thread on this subject.

http://www.traderji.com/trading-reso...ket-trend.html

I could not attach afl file here. However, For this AFL Zip.rar file, please refer following thread.

http://www.traderji.com/technical-an...reakout-5.html


Last edited by kgsirasangi : 3rd February 2008 at 01:56 PM.
Reply With Quote
  #3  
Old 3rd February 2008, 10:00 AM
Member
 
Join Date: Jul 2006
Posts: 239
rkgoyal_98 is on a distinguished road
Default Re: Range breakout exploration

Dear Kgsirasangi,

Hello,

The links you have provided are not working.
I have also found ACD breakout and was trying various combinations with it.
something similar to that is plotting opening range with this,

ACDTimeC = TimeNum();
ACDTimeS = TimeNum()-10000;
RHigh=
ValueWhen(TimeNum()>ACDTimeS AND TimeNum()<ACDTimeC,HighestSince(DateNum()>Ref(Date Num(),-1),High));
RLow =
ValueWhen(TimeNum()>ACDTimeS AND TimeNum()<ACDTimeC,LowestSince(DateNum()>Ref(DateN um(),-1),Low));
Plot(RHigh,"ORHigh",colorBlue,style=styleStaircase +styleDots+styleNoLine);
Plot(RLow,"ORLow",colorBlue,style=styleStaircase+s tyleDots+styleNoLine);


so idea was to also scan for the prospective breakouts after plotting opening range.

Another idea was also to look for range consolidation even after the opening ( i mean consolidations that occur during the day) and then look out for prospective breakouts

Kindly sugesst if u have anything like that.

Thanks
Rajeev

Reply With Quote
  #4  
Old 3rd February 2008, 10:51 AM
Member
 
Join Date: Jun 2004
Posts: 178
kgsirasangi is on a distinguished road
Default Re: Range breakout exploration

Dear Rajeev,

Please download AFL Zip.rar file from my message in third link which is working. This is for intraday. You need at least 3-4 days intraday data.
Direction Day Filter.afl works on ACD concept. You have to use deDateTime.dll with it. Files are in above .rar file.
.dll file is to be copied in amibroker/plugins directory.

Hope you find this useful.

Regards.


Last edited by kgsirasangi : 3rd February 2008 at 10:57 AM.
Reply With Quote
  #5  
Old 3rd February 2008, 03:47 PM
Member
 
Join Date: Jul 2006
Posts: 239
rkgoyal_98 is on a distinguished road
Default Re: Range breakout exploration

Dear Kgsirasangi,

Hello,


I have downloaded that zip file. It contains one AFL file which i have modified for Indian Markets (opening, closing Times), and tried to run it in scan, it is giviving errors. The zip file also contains one DLL file and i am not able to make out what is to be done with it. No details have been mentioned. If you can kindly explain how to use it.

Kind regards
rajeev

Reply With Quote
  #6  
Old 3rd February 2008, 07:18 PM
Member
 
Join Date: Jun 2004
Posts: 178
kgsirasangi is on a distinguished road
Default Re: Range breakout exploration

Dear Rajeev,

As already mentioned, kindly copy .dll file in amibroker/plugins directory.

Regards.

Reply With Quote
  #7  
Old 3rd February 2008, 07:22 PM
Member
 
Join Date: Feb 2008
Posts: 2
sunit_r is on a distinguished road
Default Re: Range breakout exploration

pls give me sme some gud softwares for real time stock quotes

Reply With Quote
  #8  
Old 3rd February 2008, 09:56 PM
Member
 
Join Date: Jul 2006
Posts: 239
rkgoyal_98 is on a distinguished road
Default Re: Range breakout exploration

Hello,

Thanks for the help
after copying in plugin directory and restarting amibroker it started working. Thanks a lot.
Rajeev

Reply With Quote
  #9  
Old 4th February 2008, 07:55 AM
Member
 
Join Date: Jul 2006
Posts: 239
rkgoyal_98 is on a distinguished road
Default Re: Range breakout exploration

Hello,

I have modified the AFL to change market timings for NSE. I have also added filter so as to make it work as exploration. I will request all seniors to look at the syntex and advise if i am making any error and suggestions to improve it further.
Thanks
Rajeev

Attached Files
File Type: rar AFL Zip.rar (19.4 KB, 61 views)
Reply With Quote
  #10  
Old 25th February 2008, 10:23 PM
Member
 
Join Date: Feb 2006
Posts: 43
mfire is on a distinguished road
Default Re: Range breakout exploration

Hi
I want to export data in Amibroker to execlsheet. How can I do this.
Thanks
Mfire

Reply With Quote
Sponsored Links


Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT +5.5. The time now is 11:47 AM.

Indemnity, Disclaimer & Disclosure Notice:
• By visiting Traderji.com you indicate your acceptance of our Forum Rules Disclaimer & Disclosure and indemnify Traderji.com, its associates and related parties of all claims howsoever resulting from the usage of the forum.
Disclaimer: Trading or investing in stocks & commodities is a high risk activity. Any action you choose to take in the markets is totally your own responsibility. Traderji.com will not be liable for any, direct or indirect, consequential or incidental damages or loss arising out of the use of this information.
Disclosure: The information in this forum is neither an offer to sell nor solicitation to buy any of the securities mentioned herein. The writers may or may not be trading in the securities mentioned.
• All names or products mentioned are trademarks or registered trademarks of their respective owners.
General Content Disclaimer Notice:
In light of our policy of encouraging candid, open exchanges of views and the rapid distribution of information originating from many sources, Traderji.com cannot determine the accuracy of information that may be uploaded to the forum. Opinions, advice and all other information expressed by participants in discussions are those of the author. You rely on such information at your own risk. You are urged to seek professional advice for specific, individual situations and not rely solely on advice or opinions given in the discussions. Since Traderji.com is an open and free discussion forum, any comments made by members of this forum in their posts reflect their own views and not of the owner or administrator of Traderji.com. Thus the owner/administrator indemnify themselves of all claims whatsoever and will not be liable or responsible for any members comments/views in this forum Traderji.com. If you find any objectionable or offensive posts made by members of this forum which you would like to bring to our notice for removal then please Contact Us.
 


Copyright © 2001 - 2008, Traderji.com All Rights Reserved.

Recommended Websites - www.TradersEdgeIndia.com - www.TradingPicks.com - www.HiFiVision.com - www.MasterOfTrading.com - www.NotebookTalk.com