Indicators with alerts/signal - page 1449
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
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
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
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] = ???
teddyxmanns
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
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
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 !
No errors. You are probably missing the dynamicZone.dll file in the Libraries folder. Here it is.
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
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
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 !! . :):)