MACD indicator - page 98

 

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

 
Riksha:
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.

 
mrtools:
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

 
Riksha:
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)

 
Riksha:
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.

 
mrtools:
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

 
electrical999:
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

electrical999

Here is a macd gaussian made as on chart bars version : macd_-_gaussian_2_bars.mq4

Reason: