
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
Sorry
I have just changed lb (last bar) parameter to 1 and it's ok
Do, please, line above a histogram in this indicator, and also add a function to show оsma and indexes 12,0 26,0, function of mtf, thank you
Do, please, line above a histogram in this indicator, and also add a function to show оsma and indexes 12,0 26,0, function of mtf, thank you
Riksha, added a signal line and mtf, but be careful with it because it may repaint, not 100% sure.
Riksha, added a signal line and mtf, but be careful with it because it may repaint, not 100% sure.
Is spiggys JMA non-repainting (I know that starc version repaints, but I am not sure for spiggys version)?
Thank you for a rapid answer, and it is impossible to do оsma from this macd for comfort to commute as a line or histogram, and also specify values approximately 12,5.26,7
Thank you for a rapid answer, and it is impossible to do оsma from this macd for comfort to commute as a line or histogram, and also specify values approximately 12,5.26,7
Riksha
For fractional length simply change the type of jma periods from int to double and change this line :
int JMA(int OneOrTwo, int Periods, int PriceType, int phase)
to this :
int JMA(int OneOrTwo, double Periods, int PriceType, int phase)
Thank you for a rapid answer, and it is impossible to do оsma from this macd for comfort to commute as a line or histogram, and also specify values approximately 12,5.26,7
Riksha, sorry missed the osma part and the fractional period, anyway added an option for osjma histo and made the middle period fractional.
Riksha, sorry missed the osma part and the fractional period, anyway added an option for osjma histo and made the middle period fractional.
Nice
Hi Mladen,
Would it be possible to display the attached MACD Gaussian indicator as candles on the Main Chart instead of the histogram in the sub-windows. Something along the lines of CJA's MACD Candles indicator with alerts for the signal cross and zero line cross would be amazing. Thanks in advance for your time.
Regards
Jasjit
macd_-_gaussian_2___lines_nmc.mq4
Hi Mladen,
Would it be possible to display the attached MACD Gaussian indicator as candles on the Main Chart instead of the histogram in the sub-windows. Something along the lines of CJA's MACD Candles indicator with alerts for the signal cross and zero line cross would be amazing. Thanks in advance for your time.
Regards
Jasjit
macd_-_gaussian_2___lines_nmc.mq4electrical999
Here is a macd gaussian made as on chart bars version : macd_-_gaussian_2_bars.mq4