Tony Crabel's Opening Range Formula

ag_fx

Well-Known Member
#71
I am glad it's up and running for you. I am located in the United States. I found this forum when doing a search for knowledge on volume spread analysis. I found very intelligent posts on this forum of various topics. I am trying to give back some helpful knowledge in return for the knowledge I have received here.

At some point in the future I would like to be able to trade multiple markets around the globe. Participation in this forum is helping me learn the details of trading multiple markets.

Take care, and good trading.

Dry :)
DryHeat,
Thanks a lot for all this work here. I am completely new and novice to Amibroker and AFL. Dont really know how to use it. By any chance do you have any links/educational material on the same?
Also, I would like to know what data feed do you use to get S&P EMini contracts rick? How do you actually go about it?

Happy Trading
 
#72
Thanks for the 1,3 update, but i cant get the exploration to work neither on ORB or STAT.

In ORB Mode i get only ticker name and date, in STAT its empty.

Best Regards Tom
 
#77
Hi saji.. Nice to see u after a long time hope u r doing fine and Alright...

regarding the changes dry heat told... i able to get the required levels in 5-min charts only and not in 15-minTF... sorry for my part i intially plotted 5-min only and thought all are working.... now wht i done is I have 1 AFL having no changes and it plots 30-Min and another one with having the said changes by dryHeat.. and it plots 5-min charts....

if u want any of the abv then plz let me know.... will do the needful.

Warm Regards,

chintan:)
Is there a way one of you could send me a file containing the O,H,L,C and Volume for one of the securities you trade? I would like to import it into my database and work with it directly to determine why you are not getting the expected results.

The formula below is from the Amibroker help files and define the formula used to output the required data.

Examples

The exploration mode is extermely flexible: you can, for example, export the whole database to CSV file using the following formula:

Code:
filter = 1; /* all symbols and quotes accepted */

AddColumn(Open,"Open",1.4);
AddColumn(High,"High",1.4);
AddColumn(Low,"Low",1.4);
AddColumn(Close,"Close",1.4);
AddColumn(Volume,"Volume",1.0);
Copy the code into your formula builder, open the analysis window and select "Current Symbol" in the apply to section and "All Quotations" in the range section. Open the settings and select 1 minute for the "Periodicity". Then press the exploration button to create the output. Once the output is complete the final step will be to press the File button and select Export. Name the file and save it. Then you can either post it here or email it to the email address contained in the original formula I posted.

I'm sure once I have the data in my database I will be able to work this out so the code is more flexible for all users.

Dry :)
 
#78
Thanks for the 1,3 update, but i cant get the exploration to work neither on ORB or STAT.

In ORB Mode i get only ticker name and date, in STAT its empty.

Best Regards Tom
Please check the settings in the analysis screen and make sure the Periodicity is set to 1 min. With all the issues folks are having with the different time frames try using 5, 10 and 15 min if the 1 min does not work. But the 1 minute is certainly the preferred mode to use.

Dry :)
 
#79
DryHeat,
Thanks a lot for all this work here. I am completely new and novice to Amibroker and AFL. Dont really know how to use it. By any chance do you have any links/educational material on the same?
Also, I would like to know what data feed do you use to get S&P EMini contracts rick? How do you actually go about it?

Happy Trading
Let me say I can certainly relate to your struggles as a novice in working with AFL formulas. I have been working in this program since September of 2007. I had some previous background in scripting languages but it still was long and many times painful learning process. Most of my techniques I have learned from examining the code of others. I would recommend you pick up a couple of books by Howard B. Bandy. They can be located in the very bottom right section of the Amibroker website.

The data feed I use for real time is from my broker, Interactive Brokers (IB). I opened an account with them because Amibroker and IB's platforms are highly compatible and allows you to design code which interacts directly with the IB trading platform. Check the links on the right hand side of the Amibroker website for information about the various data vendors available and how to configure your Amibroker database to work with them.

Dry :)
 
#80
Hello Everybody,
thanks for everyone's hard work... I did use the AFL but I can not see the values shown for Breakout Long or Breskout short or Long Target or Short Target.

Any idea.. What I am missing. I am looking AFL for Indian markets.
Hmc111
 

Attachments

Similar threads