Indicators with alerts/signal - page 1449

 
manfloy:
Dear Mr Mladen Mr Tools it is possible to make alerts when the bar are close outside the bollinger bands , many thanks ! the indicator post in previous post i cant understand the alert.. thanks
As far as I see, it already has alerts. What is the problem wuth the alerts it is using now?
 

Hi Guys (Mr Mladen Mr Tools....)

Can you help me to initialise these variables (MA,   BBLowerBand,  BBMedianLine) in Dynamic Zone Stoch.mq4

for exemple  :      double StochK[i] = iStochastic(NULL,0,StochPeriod,DPeriod,Slowing,MODE_SMA,0,MODE_MAIN,i);

- double MA[i] = ???

- double BBLowerBand[i] = ???

- double BBMedianLine[i] = ???

teddy

Files:
 
xmanns:

Hi Guys (Mr Mladen Mr Tools....)

Can you help me to initialise these variables (MA,   BBLowerBand,  BBMedianLine) in Dynamic Zone Stoch.mq4

for exemple  :      double StochK[i] = iStochastic(NULL,0,StochPeriod,DPeriod,Slowing,MODE_SMA,0,MODE_MAIN,i);

- double MA[i] = ???

- double BBLowerBand[i] = ???

- double BBMedianLine[i] = ???

teddy

xmanns

MA for a desired bar is equal to BBMedianLine[i]

And BBLowerBand[i] and BBMedianLine[i] are already accessible using any index that you desire

 

Thank you Mladen but can you write to me an exemple (MA) as this model :

double StochK[i] = iStochastic(NULL,0,StochPeriod,DPeriod,Slowing,MODE_SMA,0,MODE_MAIN,i);

teddy

 
xmanns:

Thank you Mladen but can you write to me an exemple (MA) as this model :

double StochK[i] = iStochastic(NULL,0,StochPeriod,DPeriod,Slowing,MODE_SMA,0,MODE_MAIN,i);

teddy

I am not sure what are you looking for, but made some changes in the code. Check if it answers your questions

Files:
 

exactly what I want mladen  :     

double MA  = iMAOnArray(StochK,0,BandPeriod,0,MODE_SMA,i);

double dev = iStdDevOnArray(StochK,0,BandPeriod,0,MODE_SMA,i);

Thank you, God bless you !

 
rplust:

No errors. You are probably missing the dynamicZone.dll file in the Libraries folder. Here it is.

Thanks , now its working..
 

hai,

Anyone knows Hurst Channels and the Hurst Oscillator indicator!!!. If have pls. share.

Mr. Mladen/Mr.Tools,

There is a script found in tthe below link, is it possible to make in mql4 file. or any similiar type indicator available !

https://www.tradingview.com/script/yl3pK2zM-Indicators-Hurst-Bands-and-Hurst-Oscillator/

http://indexswingtrader.blogspot.ae/2012/07/hurst-channels-and-oscillator.html

 
sal:

hai,

Anyone knows Hurst Channels and the Hurst Oscillator indicator!!!. If have pls. share.

Mr. Mladen/Mr.Tools,

There is a script found in tthe below link, is it possible to make in mql4 file. or any similiar type indicator available !

https://www.tradingview.com/script/yl3pK2zM-Indicators-Hurst-Bands-and-Hurst-Oscillator/

http://indexswingtrader.blogspot.ae/2012/07/hurst-channels-and-oscillator.html

Sal

Are you aware that Hurst channel (and oscillator) are repainting?

Both are using centered sma (the ones from the link you gave - frankly I like better the Brian Millard version with centered TMA, but then ...) and as any centered average, the last half period bars must repaint and signals can not be taken as with regular casual indicators

 
mladen:

Sal

Are you aware that Hurst channel (and oscillator) are repainting?

Both are using centered sma (the ones from the link you gave - frankly I like better the Brian Millard version with centered TMA, but then ...) and as any centered average, the last half period bars must repaint and signals can not be taken as with regular casual indicators

Well i am not aware and big thanks for your advise.. I am still improving my stragey to get better results !! .  :):)

Reason: