Indicators with alerts/signal - page 787

 

Super trend - hull (wit alerts and multi time frame) : supertrend_hull_amp_alerts_nmc.mq4

Originally it was posted here : https://www.mql5.com/en/forum/180648/page268

 

...

Super trend hull from this post : https://www.mql5.com/en/forum/173574/page269 with alerts added

Updated version posted here : https://www.mql5.com/en/forum/180648

 

Averages crosses - with values, alerts and arrows (and multi time frame if needed) : ma_crosses_arrows_lines_mtfalerts_nmc.mq4

Originally it was posted here : https://www.mql5.com/en/forum/180648/page269

 
choudri7:
hi to all coders experts fellow traders and fellow learners

plz plot M5 M10 EMA on chart with arrows and alters while crossing each other

to use in mtf. THANKS

Hi Choudri7,

On this version you can use arrows or arrows and lines its mtf and alerts.

Updated version posted here : https://www.mql5.com/en/forum/180648

 

Updated kwan indicators (histogram version with alerts and multi time frame) : kwan_histo_mtfalerts_nmc.mq4

Originally it was posted here : https://www.mql5.com/en/forum/180648/page270

Files:
 
elcomepips:
Hi, could you put on alert and make histogram? kwan_mtf.mq4

Hi Elcomepips,

Made it histogram version with alerts.

Updated version posted here : https://www.mql5.com/en/forum/180648

 

Hi experts,

I would like to ask what code can be added to this code so that it will trigger sound alert when 5 bars together showing trend long/short. Because "if (Gd_244 > 0.0 && Gd_252 < 0.0)" this code will just focus on the latest bar and keep alerting me. So, any idea about this code?

if (Gd_244 > 0.0 && Gd_252 < 0.0) {

Ls_196 = "Trend : LONG";

Li_204 = 65280;

}

if (CoreAlert == TRUE) {

if (Gd_244 > 0.0 && Gd_252 < 0.0) Alert("Trend Long");

}

Files:
alert_22.png  9 kb
 

Hi Mladen,

I purchased theTrend Quality Q1 directional indicator - mtf.mq4from the Elite Section. But when i add to the chart and nothing shows up, am i missing something? I am using MT4 build 646. Thank you.

 
babagoproject:
Hi Mladen, I purchased theTrend Quality Q1 directional indicator - mtf.mq4from the Elite Section. But when i add to the chart and nothing shows up, am i missing something? I am using MT4 build 646. Thank you.

Please check your PM box (I sent you a message a couple of hours ago)

 

FX Sniper's Ergodic CCI Trigger simple - 2_ mtf + alerts from here: https://www.mql5.com/en/forum/180648/page442 updated to be compatible with new mt4 builds.

Reason: