Multi Timeframe Indicators - page 599

 

"White Only"...the most racist name of an indicator I've seen....

gincius:
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 advance
 
mladen:
gincius 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.

 
gincius:
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 :

string alert_level; string alert_message;

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

 
Pava:
"White Only"...the most racist name of an indicator I've seen....

this is the real name..

Files:
kuklux.rar  568 kb
 

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

 
john1368:
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.

 
hyrulxxx:
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

hyrulxxx

check this one : https://www.mql5.com/en/forum/173574/page32

 

Just tried it but still not working??

Reason: