You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
"White Only"...the most racist name of an indicator I've seen....
Dear mladen or mrtools.
Please make this indicator MTF. and add alert to it.
It is one of the best ZZ I tried...(very good together with non lag ZZ V4).
Thanks in advancegincius As far as I see it already has alerts in it. What is wrong with the alerts when you are asking for alerts too?
I need alert only level 3
Once level 1 and 2 is set to false, level 3 is also not working.
I need alert only level 3 Once level 1 and 2 is set to false, level 3 is also not working.
gincius
This is the code that does the alerting part :
alert_message = symbol+" "+ tChartPeriod+ " at "+ DoubleToStr(Close[0] ,digits);
if ( Trigger1 && Alert_Lv1 )
{
if( FP_BuferUp[0] != 0 ) { Trigger1 = False ; alert_level =" ZZS: Level 1 Low; ";
if(Box_Alerts) Alert(alert_level,alert_message);
if(Email_Alerts) SendMail(alert_level,alert_message);
if(Sound_Alerts) PlaySound(Alert_Lv1_Low_SoundFile);
}
if( FP_BuferDn[0] != 0 ) { Trigger1 = False ; alert_level =" ZZS: Level 1 High; ";
if(Box_Alerts) Alert(alert_level,alert_message);
if(Email_Alerts) SendMail(alert_level,alert_message);
if(Sound_Alerts) PlaySound(Alert_Lv1_High_SoundFile);
}
}
if ( Trigger2 && Alert_Lv2 )
{
if( NP_BuferUp[0] != 0 ) { Trigger2 = False ; alert_level =" ZZS: Level 2 Low; ";
if(Box_Alerts) Alert(alert_level,alert_message);
if(Email_Alerts) SendMail(alert_level,alert_message);
if(Sound_Alerts) PlaySound(Alert_Lv2_Low_SoundFile);
}
if( NP_BuferDn[0] != 0 ) { Trigger2 = False ; alert_level =" ZZS: Level 2 High; ";
if(Box_Alerts) Alert(alert_level,alert_message);
if(Email_Alerts) SendMail(alert_level,alert_message);
if(Sound_Alerts) PlaySound(Alert_Lv2_High_SoundFile);
}
}
OldBars = Bars ;
There is no "level 3" alerting code in it at all
"White Only"...the most racist name of an indicator I've seen....
this is the real name..
Hi... needs your help to make it in MTF version and can change colour and width for every line ....means i can see
daily,weekly and monthly's line in current tf (i used h4)
thanks in advance
sorry for my bad english
Can someone please fix this to work with the latest Meta 4 build please?t3_trix_roc_of_t6-mtf.mq4
Can someone please fix this to work with the latest Meta 4 build please?t3_trix_roc_of_t6-mtf.mq4
john1368
here you go
Wow, awesomely quick, a shake and a bow thank you.
Hi... needs your help to make it in MTF version and can change colour and width for every line ....means i can see
daily,weekly and monthly's line in current tf (i used h4)
thanks in advance
sorry for my bad englishhyrulxxx
check this one : https://www.mql5.com/en/forum/173574/page32
Just tried it but still not working??