Indicators with alerts/signal - page 1546

 
marwilli:

Dear mladen,

I is it possible to get arrows at the middle zone line ?? (silver)
At blue line cross the dotted silver line?

Thank you very much in advance
Regards Markus

Change lines  183 and 184 from this :

         if (wpr[i]>wps[i]) trends[r][0] =  1;
         if (wpr[i]<wps[i]) trends[r][0] = -1;

to this :

         if (wpr[i]>slic[i]) trends[r][0] =  1;

         if (wpr[i]<slic[i]) trends[r][0] = -1;

and it will work like that then
 
pankaj1:

Thank You Sir for your reply,could you recommend any of the MACD indicator of your choice coz i trust Our Forex Guru,as in my view their are so many but the best Person who can suggest me is only You.

Hope i will get what i am looking for.(sorry for the trouble)...

Thank You Once Again.

Regard's

pankaj1 

There are a lot of indies here,you can search one of your choice,any way try this one of MLADENs toy with a lot of incredible options.


 
mntiwana:

There are a lot of indies here,you can search one of your choice,any way try this one of MLADENs toy with a lot of incredible options.


Thank You Sooooo much Mntiwana..Really appreciate your Help

God bless You 

 

Hi Mladen/Mntiwana...

 

Could one of you please fix this indicator as i am getting lots of errors.

 

Thanks

 

Nishant P. 

Files:
 
nishhhan:

Hi Mladen/Mntiwana...

 

Could one of you please fix this indicator as i am getting lots of errors.

 

Thanks

 

Nishant P. 

{RevEng EMARSI}
inputs:
EmaPeriod( 45 ),
WildPeriod( 14) ;
variables:
EmaRSI( 0 ),
AUC,
ADC,
RevEngEmaRSI(0),
X( 0 ) ;
EmaRSI = XAverage( RSI, EmaPeriod);
Value1 = Iff( Close > Close1, Close – Close1, 0) ;
AUC = XAverage( Value1, WildPeriod ) ;
Value2 =Iff( Close1 > Close, Close1 – Close, 0 ) ;
ADC = XAverage( Value2, WildPeriod ) ;
X = ( WildPeriod – 1 )*( ADC * EmaRSI
/ ( 100 – EmaRSI ) – AUC ) ;
RevEngEMARSI = Iff( X >= 0, Close + X,
Close + X * ( 100 – EmaRSI ) / EmaRSI ) ;
Plot1[-1]( RevEngEMARSI, “EmaRSI” ) ;

Indicator: RevEngRSI-SMA
{RevEng SMARSI}

Can you tell me,why cant you get/have indicators from here (TSD),what problem do you feel and noticed.

your brother "yaskan bhai" was playing

regards

 
mntiwana:
{RevEng EMARSI}
inputs:
EmaPeriod( 45 ),
WildPeriod( 14) ;
variables:
EmaRSI( 0 ),
AUC,
ADC,
RevEngEmaRSI(0),
X( 0 ) ;
EmaRSI = XAverage( RSI, EmaPeriod);
Value1 = Iff( Close > Close1, Close – Close1, 0) ;
AUC = XAverage( Value1, WildPeriod ) ;
Value2 =Iff( Close1 > Close, Close1 – Close, 0 ) ;
ADC = XAverage( Value2, WildPeriod ) ;
X = ( WildPeriod – 1 )*( ADC * EmaRSI
/ ( 100 – EmaRSI ) – AUC ) ;
RevEngEMARSI = Iff( X >= 0, Close + X,
Close + X * ( 100 – EmaRSI ) / EmaRSI ) ;
Plot1[-1]( RevEngEMARSI, “EmaRSI” ) ;

Indicator: RevEngRSI-SMA
{RevEng SMARSI}

Can you tell me,why cant you get/have indicators from here (TSD),what problem do you feel and noticed.

your brother "yaskan bhai" was playing

regards

I am getting lots of error while compiling.

Also not able to attach to charts. 

 

Hi Mladen,

Is there an updated version of the attached NonLinearRegression indicator? If not, could you please add your usual alerts. Thanks in advance

Regards

Jasjit

Files:
 
dear mladen/mntiwana,
is it possible to get arrows for the lwma indicator?

But there is an other problem with this indicator too. He stopped paint after some bars, posted here:
https://www.mql5.com/en/forum/175037/page984

Do you have a solution for this?
Thanks in advance
Regards Markus
Files:
 
nishhhan:

Hi Mladen/Mntiwana...

 

Could one of you please fix this indicator as i am getting lots of errors.

 

Thanks

 

Nishant P. 

That is tradestation code, not metatrader. It can not be compiled using metateditor
 
marwilli:
dear mladen/mntiwana,
is it possible to get arrows for the lwma indicator?

But there is an other problem with this indicator too. He stopped paint after some bars, posted here:
https://www.mql5.com/en/forum/175037/page984

Do you have a solution for this?
Thanks in advance
Regards Markus
Here is the correct indicator (that works)
Files:
LWMA_MA.mq4  2 kb
Reason: