Search found 2218 matches

Re: MT4 Divergence indicators List: How good are Divergences and Convergences?

yuhu wrote: Thu Sep 07, 2017 5:26 am Hi Jimmy, thank you for sharing! but i think this version repaints right? Have you come across a non repainting one or is this something like zigzag that is always repainting?

Thank you,
YFX
No repainting

But as it was told many times : divergence can be caught only after the fact (lags)

Re: Coding Help

Can anyone tell me what code to use for zooming? I use mtqgui and have the button already but need it to zoom in an out how can this be done? thank you for that Try like this ChartSetInteger(0,CHART_SCALE,MathMin(ChartGetInteger(0,CHART_SCALE),5)); // To increase the zoom ChartSetInteger(0,CHART_SC...

Re: Coding Help

Dear mladen im trying to call the arrows of this indicator with iCustom function but not luck. What im doing wrong? Thanks a lot. double HA(int i) { double up = iCustom(NULL,0,"Heiken Ashi Ma T3 new 2",4,i)!=0; double dn = iCustom(NULL,0,"Heiken Ashi Ma T3 new 2",5,i)!=0; if(up)...

Re: MT4 Indicator requests and ideas

Mladen Is this codeable in mql4? //YANG-ZHANG extention of the GARMAN-KLASS volatility p=22 corr=sqrt(p/(p-1)) gkyzoc=log(open/close[1])*log(open/close[1]) gkyzhl=0.5*log(high/low)*log(high/low) gkyzco=(2*log(2)-1)*log(close/open)*log(close/open) gkyz=sqrt(summation[p](gkyzoc+gkyzhl-gkyzco))*sqrt(2...

Return to the advanced search