Elite indicators :) - page 938

 
mrtools:
Added slope alerts to Schaff Trend Cycle of averages nmc. For a regular Schaff Trend Cycle use the EMA which is Ma Method 1.

may I ask, about repainting or they are none

I think they are not repainting, but just for confirmation

 
talaate:
may I ask, about repainting or they are none I think they are not repainting, but just for confirmation

Talaat E

Schaff trend cycle does not repaint

 
mladen:
Talaat E Schaff trend cycle does not repaint

Thanks Mladen for confirmation, in this case I would appreciate if we can have this one which was posted by Mrtools by using EMA as MTF too.

Download Forex-Tsd File - Schaff Trend Cycle of averages alerts nmc.mq4

thanks in advance

 
talaate:
Thanks Mladen for confirmation, in this case I would appreciate if we can have this one which was posted by Mrtools by using EMA as MTF too.

Download Forex-Tsd File - Schaff Trend Cycle of averages alerts nmc.mq4

thanks in advance

Talaate, added mtf. The chart picture is 4 hour Schaff on 1 hour offline data.

 
mrtools:
Talaate, added mtf. The chart picture is 4 hour Schaff on 1 hour offline data.

Thanks my hero

 
mrtools:
Talaate, added mtf. The chart picture is 4 hour Schaff on 1 hour offline data.
talaate:
Thanks my hero

no rush for that,

perhaps in the future you may add arrows with my obsess arrowonfirst option

Files:
photo.jpg  12 kb
 
mladen:
Trying to simplify :

If default > smooth

1 -If default < 0 dark green

2 - If default > 0 bright green

If default < smooth

1 - If default > 0 dark red

2 - if default < 0 bright red

is that correct?

mladen,

I have been thinking of this since yesterday.

I believe the easier way to code this and achieve my goals are to combine your suggestions with my conditions 2 and 4 as follows :

for conditions 1 and 3:

If default > smooth

1 -If default < 0 dark green

2 -If default > 0 dark green

If default < smooth

1 - If default > 0 dark red

2 - if default < 0 dark red

and for special conditions 2 and 4 which supersede above condition 1 and 3 :

If default > smooth > 0 bright green

if default < smooth < 0 bright red

Can this be more easily done?

Thank you so much for your patience and continued help and support now and in the past.

I very much appreciate all of your precious time spent on this.

traderdp

David

 
traderdp:
mladen,

I have been thinking of this since yesterday.

I believe the easier way to code this and achieve my goals are to combine your suggestions with my conditions 2 and 4 as follows :

for conditions 1 and 3:

If default > smooth

1 -If default < 0 dark green

2 -If default > 0 dark green

If default < smooth

1 - If default > 0 dark red

2 - if default < 0 dark red

and for special conditions 2 and 4 which supersede above condition 1 and 3 :

If default > smooth > 0 bright green

if default < smooth < 0 bright red

Can this be more easily done?

Thank you so much for your patience and continued help and support now and in the past.

I very much appreciate all of your precious time spent on this.

traderdp

David

David

I am not sure that the conditions are not duplicated that way, but will check

 
mladen:
David I am not sure that the conditions are not duplicated that way, but will check

mladen,

thank you so much.

I believe it requires that special conditions 2 and 4 trump or take precedence in case of duplication which can occur.

traderdp

David

 
mladen:
David I am not sure that the conditions are not duplicated that way, but will check

mladen,

A final solution if you can not trump duplication meaning have conditions 2 and 4 take precedence then simply

do it your way as you suggested yesterday:

If default > smooth

1 -If default < 0 dark green

2 - If default > 0 bright green

If default < smooth

1 - If default > 0 dark red

2 - if default < 0 bright red

I can use that new histogram below the original histogram that I already have which shows my special conditions 2 and 4 to resolve this problem.

Thank you once again for all of your incredible patience and attention to this. I really appreciate all that you have done to help me and us all on the forum.

traderdp

David

Reason: