Range Indicators - page 18

 

Range contraction by Apprentice

range_contraction.mq4

 

Sliding range indicator rj_slidingrange.mq4

 

Wide Range Predictor by Alexander Gettinger

Formulas:

RangeMA = MVA(Range),

BodyMA = MVA(Body), where

Range = High-Low,

Body = Abs(Close-Open),

Abs - absolute value.

wrp.mq4

Files:
wrp.mq4  3 kb
wrp_mql.png  85 kb
 

Gopalakrishnan Range Index by Alexander Gettinger

gapo.mq4

Files:
gapo_mql.png  58 kb
gapo.mq4  2 kb
 

Range Position oscillator by Alexander Gettinger

rp.mq4

Files:
rp.mq4  2 kb
rp_mql.png  78 kb
 

Period range indicator

pr.mq4

Files:
pr.mq4  2 kb
pr_mql.png  68 kb
 

Hi Mladen

instead of openingdaily

(yesterday open + yesterday close / 2 ) + ranges

Files:
 
casaliss:
Hi Mladen

instead of openingdaily

(yesterday open + yesterday close / 2 ) + ranges

casaliss

Replace line 81 from this :

buffer4 = iOpen(NULL,timeFrame,y);

to this :

buffer4 = (iOpen(NULL,timeFrame,y+1)+iClose(NULL,timeFrame,y+1))/2;

 

thanks mladen

 
M256:
Range Indicator v1 - Identify Ranges\Trends Quickly

Based on LinRegSlope by TrendLaboratory but with some improvements -

I GIVE YOU THE ULTIMATE TOOL FOR IDENTIFYING TRENDS AND RANGES!

Interpretation:

While price is Black - price is in range.

When price turns Greentrendis present.

Change 'Length' to control the sensitivity of the indicator.

Download here.

Does anyone have this indicator in their archives? It has been delete from depositfiles.

Thanks!