Average Daily Range Indicator/Calculator
|
|
|
|||
|
Not sure if this is what you are looking for.
I did not make this indicator. A fellow trader made it for me. It takes the ATR of the time frame you want to see and you see that ATR on any timeframe you switch the chart too. I have it currently set-up to show the DAILY ATR. If you look at the picture you can see the ATR NUMBER in the top left corner of the indicator.
__________________
- Money Duck _____________________________________________ if you find any post useful to you, please click http://www.fxfisherman.com/designs/b...ost_thanks.gif in that post. It not only shows your appreciation but also add up to poster's reputation. |
Range indicators
|
|||
|
Quote:
The Daily version of this indicator was coded for a Daily trading system about 18 months ago and modified to include Weekly & Monthly averages about 6 months ago I guess these may contain too much data however they can be modified as far as the number of units you want to average - the default is 1 Day/5 Days/ 10 Days / 20 Days If you need something very simple and small coded let me know, the Signal Bars indicator i posted earlier uses the same code for the Daily average figures #(T_S_R)-Daily Range Calculator .mq4 #(T_S_R)-Weekly Range Calculator.mq4 #(T_S_R)-Monthly Range Calculator.mq4 DailyWeeklyMonthly.gif |
|
|||
|
Quote:
Pls find herewith attached one good ADR average day range indicator. pls do confirm if it was the one u need. end |
Sunday Bar
|
|||
|
Is there an ADR indicator which DOES NOT include the Sunday bar. Including a Sunday bar into the calculation, drastically changes the outcome.
I searched but couldn't find one which allows exclusion of Sunday bar in the calculation. Many Thanks |
|
|||
|
Attached is the ADR indicator I'm using and I found this script by "icm63" about excluding Sunday data (he's using this on MA cross indi). I tried inserting the code below into my indicator (attached), but it's not working.
Anyone have any idea how to combine script (below) with the attached indicator, in order to make an "ADR_No_Sunday_Bar" indicator. --------------------------------------------------------------------------------------------------------------------- TempBuffer3 = Is just a bunch of close data BufferAVE = Is array that ends up on chart for(i=0; i<limit; i++) { if(No_Sundays ==true) { int z = 0; int HLsum = 0; for(int x = i; x < i + (Period * 2); x++) { if(SundayCheck(x) !=0) { HLsum += TempBuffer3[x]; z =z+ 1; //if(i ==0) Print(x, " ", z); } if(z >= Period) break; } BufferAVE[i] = NormalizeDouble(HLsum/z,0); } else BufferAVE[i]=iMAOnArray(TempBuffer3,Bars,Period,0,MODE_SMA,i); } //Sunday check int SundayCheck(int Index) { datetime data = iTime(NULL, PERIOD_D1, Index); return(TimeDayOfWeek(data)); } ------------------------------------------------------------------------------------------------------------------------------------- Thank you in advance for any help. |
I need 1 to 15mins average range caculation indicator
|
|||
|
Hi, i thank you for the daily,weekly and monthly average range calculators. Please all what i want now is 1min, 5min, and 15mins average range calculation indicator, just as the previous ones.thanks
Quote:
|
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Moving Average Separation Indicator | ryjo | Indicator Coding | 4 | 10-07-2012 06:45 AM |
| What is Daily Range??? | yyc196 | Indicators | 11 | 02-09-2011 11:21 PM |
| moving average 35 of cci 20 indicator | xavier050463 | Indicators | 2 | 09-09-2010 06:24 PM |
| Finding Range over all bars in a chart for N periods...High to Lowest ??? | Digs | MetaTrader and ZeroCode | 0 | 01-27-2007 10:44 AM |
| Looking for Williams Percentage Range %R | chart11610 | Indicators | 0 | 09-12-2006 10:25 PM |
All times are GMT. The time now is 09:28 PM.
Registered members gain free access to online FOREX currency trading tools, foreign exchange software, Metatrader MT4/MT5 expert advisors, MT4 indicators and EAs. Register now


16Likes











Linear Mode

