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
Thanks deer mladen for your help,
I download and tested most of these indicators.Only " AutoPivotIndicator_ver5" indicator was just like "TARGETS-LINES".
Unfortunately, this indicator also does not use the buffer and uses the object.
Would you mind please change my simple indicator.(allocate a buffer to each line).it's a little indicator.
Thanksbamik
Already the indicator from this post : https://www.mql5.com/en/forum/172894 (the pivot.mq4) uses buffers to store values of pivots
hi mladen & mr tools,
can you set alert signals for this forex system call 100 pips domination.
long: all 3 indicators = blue
short: all 3 indicators = red
1) the momentum indicator will cross each other same as MA,
2) the strength will have color
3) the direction have 2 arrow pointing in the same color & direction
thank you
as I am a newbie here, I don't seem to know how to attached the indicators but it can be found at this link below:
100 Pips Domination | Forex Winners | Free Download
hi mladen
i want to ask why this indicator can not be to Expert Advidsor ??
please help me ....
hi mladen
i want to ask why this indicator can not be to Expert Advidsor ??
please help me ....Because it is repainting
That is a renamed solar wind. Forget about it as far as EAs are concerned. Some more info on solar wind reincarnations can be found here : https://www.mql5.com/en/forum/179650
Because it is repainting That is a renamed solar wind. Forget about it as far as EAs are concerned. Some more info on solar wind reincarnations can be found here : https://www.mql5.com/en/forum/179650
thanks ...
Thanks deer mladen for your help,
I download and tested most of these indicators.Only " AutoPivotIndicator_ver5" indicator was just like "TARGETS-LINES".
Unfortunately, this indicator also does not use the buffer and uses the object.
Would you mind please change my simple indicator.(allocate a buffer to each line).it's a little indicator.
ThanksOr, if you wish to skip Sunday data (if your broker has those) you can use the pivot indicator from this post : https://www.mql5.com/en/forum/172894/page34
Hi,
Mladen and Mrtool
Sir can you code this indicator from afl to mt4 MTF version
_SECTION_BEGIN("Volume Biased ADX");
SetBarsRequired(200,0);
GraphXSpace = 5;
Vlp = Param("Volume lookback period",30,20,300,10);
TP = Param("Time Periods",14,1,50);
Vrg = MA(V,Vlp);// average volume
Vf = V / Vrg;// Volume Factor
adplus = abs(High-Ref(High,-1))*Vf;
adminus = abs(Ref(Low,-1)-Low) *Vf;
PlusDM = IIf(High>Ref(High,-1) AND Low>=Ref(Low,-1), adplus,
IIf(High>Ref(High,-1) AND LowRef(Low,-1)-Low,adplus, 0));
DIPlus= 100 * MA(PlusDM,TP) / ATR (TP);
MinusDM= IIf(Low<Ref(Low,-1) AND High<=Ref(High,-1), adminus,
IIf(High>Ref(High,-1) AND Low<Ref(Low,-1)AND High-Ref(High,-1)<Ref(Low,-1)-Low,adminus, 0));
DIMinus = 100 * MA(MinusDM,TP) / ATR (TP);
Diff= abs(DIPlus - DIMinus);
DISum= DIPlus + DIMinus;
ADXRaw= 100 * Wilders(Diff/DISum, TP);
Plot (ADXRaw,"VADX",ParamColor( "ADX color", colorLightBlue ),1|styleThick);
Plot (DiPlus,"DI+",ParamColor( "+DI color", colorGreen ),1|styleThick);
Plot (DiMinus,"DI-",ParamColor( "-DI color", colorRed),1|styleThick);
_SECTION_END();
Hi,
Mladen and Mrtool
Sir can you code this indicator from afl to mt4 MTF version
alpha24
That is simply an adx where positive and negative directional index is multiplied with a "volume factor" (current volume divided by average volume).
hi mladen & mr tools,
can you set alert signals for this forex system call 100 pips domination.
long: all 3 indicators = blue
short: all 3 indicators = red
1) the momentum indicator will cross each other same as MA,
2) the strength will have color
3) the direction have 2 arrow pointing in the same color & direction
thank you
as I am a newbie here, I don't seem to know how to attached the indicators but it can be found at this link below:
100 Pips Domination | Forex Winners | Free Download
Hi Shampirlo84,
Would need the source code to add the alerts.
alpha24 That is simply an adx where positive and negative directional index is multiplied with a "volume factor" (current volume divided by average volume).
Yes sir but I can not code it please do it for me.
Thanks in advance