MACD indicator - page 121

 
mladen:

Talaat E

Here is a first step - user friendly time frames and prices : macd_predictor_universal_mtf__alerts_1.02.mq4

Hi Mladen, I know you are very busy person and also this is not indicator made by you, but I would appreciate if you may help by adding and doing the second step "for instance adding interpolate and also arrow or line onfirstbar"

regards

Thanks

 
talaate:

Hi Mladen, I know you are very busy person and also this is not indicator made by you, but I would appreciate if you may help by adding and doing the second step "for instance adding interpolate and also arrow or line onfirstbar"

regards

Thanks

Sorry, I have forgotten about it. It will be made

 
talaate:

Hi Mladen, I know you are very busy person and also this is not indicator made by you, but I would appreciate if you may help by adding and doing the second step "for instance adding interpolate and also arrow or line onfirstbar"

regards

Thanks

Talaat E, added interpolation and lines with the line on first bar option.

macd_predictor_universal_mtf__alerts_1.02__lines.mq4

[ATTACH=CONFIG]temp_191646_1446692204925_385[/ATTACH]

 
mrtools:

Talaat E, added interpolation and lines with the line on first bar option.

macd_predictor_universal_mtf__alerts_1.02__lines.mq4

[ATTACH=CONFIG]temp_191646_1446692204925_385[/ATTACH]

Mrtools

Many thanks

 

Dear Mrtools

I think line 116 and 117 is switched, I changed from

if (cross == 1) drawLine(i,verticalLinesUpColor);

if (cross ==-1) drawLine(i,verticalLinesDnColor);

to

if (cross == 1) drawLine(i,verticalLinesDnColor);

if (cross ==-1) drawLine(i,verticalLinesUpColor);

otherwise the blue line will refer to down and red line refer to up

 
talaate:
Dear Mrtools

I think line 116 and 117 is switched, I changed from

if (cross == 1) drawLine(i,verticalLinesUpColor);

if (cross ==-1) drawLine(i,verticalLinesDnColor);

to

if (cross == 1) drawLine(i,verticalLinesDnColor);

if (cross ==-1) drawLine(i,verticalLinesUpColor);

otherwise the blue line will refer to down and red line refer to up

Tallat E

Better to change the default values of colors (otherwise the conditions are not going to be too logical)

 
mladen:

Tallat E

Better to change the default values of colors (otherwise the conditions are not going to be too logical)

Thanks Mladen your concern,

but in this case the setting will be:

extern color verticalLinesUpColor = PaleVioletRed;//DeepSkyBlue;

extern color verticalLinesDnColor = DeepSkyBlue;//PaleVioletRed;

Do you see Up for PaleVioletRedandDownforDeepSkyBluewhich, from my opinion, these will be so confused in setting (input phase or stage).

I know that the changes I made is against the logic because:

(cross == 1) should be for up trend

and (cross ==-1) should be for down trend

But it works perfect unless you see that the calculation will be affected due to my changes

Sorry for disturbing you

My Regards

 

I am still struggling to learn how to access all the indicators that have been posted in a thread.

Specifically I am looking for a MACD divergence indicator with an alert and signal function.

Any help is appreciated.

TEAMTRADER

 
TEAMTRADER:
I am still struggling to learn how to access all the indicators that have been posted in a thread.

Specifically I am looking for a MACD divergence indicator with an alert and signal function.

Any help is appreciated.

TEAMTRADER

Soon the list of attachments will be available again and then it will be much easier to access them

 

PZ_Binaryoptions indicator

pz_binaryoptions.ex4

Reason: