You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Range contraction by Apprentice
range_contraction.mq4
Sliding range indicator rj_slidingrange.mq4
Wide Range Predictor by Alexander Gettinger
RangeMA = MVA(Range),
BodyMA = MVA(Body), where
Range = High-Low,
Body = Abs(Close-Open),
Abs - absolute value.wrp.mq4
Gopalakrishnan Range Index by Alexander Gettinger
gapo.mq4
Range Position oscillator by Alexander Gettinger
rp.mq4
Period range indicator
pr.mq4
Hi Mladen
instead of openingdaily
(yesterday open + yesterday close / 2 ) + ranges
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
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!