Forex



Go Back   Forex Trading > Discussion Areas > General Discussion
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #11 (permalink)  
Old 06-28-2009, 08:24 PM
Senior Member
 
Join Date: Sep 2007
Posts: 116
Ms_Mel is on a distinguished road
Well simply put, the “high to low” is very simply the difference of the high and the low of the day. Here is a pic of eurusd, 1H. You can see from the vertical lines (white) when the day started and ended. You see here a high of 1.4118 and a low of 1.3983.



4118 – 3983 = 135

Now if you take the ATR indicator on a daily chart and set it to 1 (one day) as I did in the previous post, it will give you the exact same value of 135.

So the “high to low” and the ATR (daily, set to 1) both give us the value of the range from high to low for the last day.

The Average Daily Range, for its part, is a bit more complicated. Here is the code:

R1 = (iHigh(NULL,PERIOD_D1,1)-iLow(NULL,PERIOD_D1,1))/Point;
for(i=1;i<=5;i++)
R5 = R5 + (iHigh(NULL,PERIOD_D1,i)-iLow(NULL,PERIOD_D1,i))/Point;
for(i=1;i<=10;i++)
R10 = R10 + (iHigh(NULL,PERIOD_D1,i)-iLow(NULL,PERIOD_D1,i))/Point;
for(i=1;i<=20;i++)
R20 = R20 + (iHigh(NULL,PERIOD_D1,i)-iLow(NULL,PERIOD_D1,i))/Point;

R5 = R5/5;
R10 = R10/10;
R20 = R20/20;
RAvg = (R1+R5+R10+R20)/4;

The indic « fine tunes » the data, using a geometric mean or an exponential average as opposed to a straight average.

You can calculate this in Excel:



The ATR for Friday is 135, for the last 20 days it comes out to 173. The ADR for the same period comes out to 156.

Hope this helps and I haven't confused you more! Google both terms and you should get some more detailed explanations.

Happy trading,
__________________
Profitable trading starts here:
http://forexleader-forexleader.blogspot.com/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #12 (permalink)  
Old 07-02-2009, 09:25 AM
Member
 
Join Date: Nov 2008
Posts: 30
trading801 is on a distinguished road
ok.. which is usually a better indication?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #13 (permalink)  
Old 07-03-2009, 10:30 PM
Senior Member
 
Join Date: Sep 2007
Posts: 116
Ms_Mel is on a distinguished road
Quote:
Originally Posted by trading801 View Post
ok.. which is usually a better indication?
Well it all depends on what you’re looking for or for what reason you need this data.

I personally use it to sometimes calculate TPs (I use ½ of the ADR) or SLs (full ADR).

I don’t use it “in” my trading strategies, except to see if today’s range is much higher or lower than usual, but you can see this by simply looking at your charts.

You can also use it to compare pairs to see which has super ranging capacities and which has the lowest. I made a table which includes various data (below) and you can see I’ve put 2 columns for the ADRs. The values for the first were taken last year in July and the second column shows the values 1 year later. So you can compare if pairs have become more volatile (it’s the case for most pairs since last year) or are the same or less.



But to answer you question as to “which is better” it all boils down to either you want (ATR) a straight average which simply averages out the highs and lows or (ADR) an exponential one which puts more emphasis on the recent past than on the far away past, this way maybe better demonstrating what is going on right now (or at least in the recent past).

Happy trading,
__________________
Profitable trading starts here:
http://forexleader-forexleader.blogspot.com/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
average daily range, average true range, daily range, range


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
FXiGoR DYNAMIC Breakout system on Daily Average Range iGoR Suggestions for Trading Systems 276 11-14-2009 06:31 AM
Script to calculate Average Daily Range? ycomp Metatrader 4 80 10-21-2009 08:48 AM
Average Daily Range fxid10t Indicators - Metatrader 4 4 07-28-2008 08:51 PM
Average daily range indicator, help !! Pepinillo Metatrader 4 3 03-04-2007 07:53 PM


All times are GMT. The time now is 03:31 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.