Indicators with alerts/signal - page 921

 
mrtools:
Angy, added the alerts.

Many thanks for your generous work!

 
Angy:
Many thanks for your generous work!

Angy, your welcome, but Mladen did the hard work of making the code much simpler to work with.

 

Dear Mladen / Mr Tools

I would be grateful if you could please add the option for this indicator to display a vertical line whenever the 2 lines cross (as pictured). It would also be great to have the option for the usual alert sound and popup message. Thank you in advance!

 

mrtools/mladen is it possible to add alert to this ind. ? Hope this ind. does not repaint supdem_nmc.mq4

Files:
supdem_nmc.mq4  10 kb
 
mrtools/mladen is it possible to add alert to this ind. ? Hope this ind. does not repaint and can u plz change the color top color as FireBrick and bottom lime SupDem nmc.mq4
 

mrtools/mladen is it possible to add alert to this ind. ? Hope this ind. does not repaint and if u can change the top color to Firebrick and bottom to limeSupDem nmc.mq4

 
Pippo Inzaghi:
Dear Mladen / Mr Tools

I would be grateful if you could please add the option for this indicator to display a vertical line whenever the 2 lines cross (as pictured). It would also be great to have the option for the usual alert sound and popup message. Thank you in advance!

Pippo Inzaghi, added the lines and alerts.

 

Can someone add an on-chart alert that says when the volume of the previous bar is above or below the MA.

Something like "Previous bar above line: true/false" in the sub-chart window of the attached indicator would be great!

Thanks!

Files:
 
Jaquanburton:
Can someone add an on-chart alert that says when the volume of the previous bar is above or below the MA.

Something like "Previous bar above line: true/false" in the sub-chart window of the attached indicator would be great!

Thanks!

Jaquanburton, added alerts when range volume histo crosses the ma signal line.

 
topi:
mrtools/mladen is it possible to add alert to this ind. ? Hope this ind. does not repaint and if u can change the top color to Firebrick and bottom to limeSupDem nmc.mq4

Topi, to change the colors simply change these 2 lines in your external parameters

extern color TopColor = C'0,81,81';

extern color BotColor = C'0,54,89';

to

extern color TopColor = Firebrick;

extern color BotColor = Lime;

since the indicator uses a built in zig zag, don't think alerts will be very accurate in this type of indicator.

Reason: