New metatrader 4 compatible experts - page 9

 

New metatrader 4 compatible experts

Good afternoon everyone

Hello mladen

Please remove warnings could this EA

Thank you very much in advance.

A big hug.

Hermo.

 
Hermo:
Good afternoon everyone

Hello mladen

Please remove warnings could this EA

Thank you very much in advance.

A big hug.

Hermo.

Try it out : ilan1.6_pipstep_qprofit_1.mq4

 

New metatrader 4 compatible experts

Good afternoon everyone

Hello mladen

Please remove warnings could this EA

Thank you very much in advance.

A big hug.

Hermo.

Thanks mladen these two EAs and have for a while.

 

New metatrader 4 compatible experts

Good afternoon everyone

Hello mladen

Please remove warnings could this EA.

Thank you very much in advance.

A big hug.

Hermo.

Files:
 
Hermo:
Good afternoon everyone

Hello mladen

Please remove warnings could this EA.

Thank you very much in advance.

A big hug.

Hermo.

Hermo

Check it out (and I mean check it out : because of the lines 345 and 355 in the code). I think that close all will be called in correct conditions (from the brief checking of the idea of the code) but you need to check it in tests too : swb_grid_5.k-ml-1_nmc.mq4

That is one of the cases when we have to be extra careful because of the new logical operators precedence

Files:
 

New metatrader 4 compatible experts

Good afternoon everyone

Hello mladen

Please remove warnings could this EA.

Yesterday in the thread of new indicators for MT4 indicator you send using this EA, the EA is now does not work with this new indicator.

https://www.mql5.com/en/forum/183798/page86

The Ea executable if it works with the old flag.

I could tell that it should.

As always, thank you very much for all your work mladen.

A big hug.

Hermo.

Files:
 
Hermo:
Good afternoon everyone

Hello mladen

Please remove warnings could this EA.

Yesterday in the thread of new indicators for MT4 indicator you send using this EA, the EA is now does not work with this new indicator.

https://www.mql5.com/en/forum/183798/page86

The Ea executable if it works with the old flag.

I could tell that it should.

As always, thank you very much for all your work mladen.

A big hug.

Hermo.

First just this :

To be able to use the new indicator, the indicator name in the iCustom() call must be changed or you have to change the name of the "nmc" version and it will work (since in the EA the name is hardcoded to "TMA with Distances" not to "TMA with Distances nmc" )

 
Hermo:
Good afternoon everyone

Hello mladen

Please remove warnings could this EA.

Yesterday in the thread of new indicators for MT4 indicator you send using this EA, the EA is now does not work with this new indicator.

https://www.mql5.com/en/forum/183798/page86

The Ea executable if it works with the old flag.

I could tell that it should.

As always, thank you very much for all your work mladen.

A big hug.

Hermo.

Try it out now : beta_v1.01.mq4

Change the line 186 to use the indicator that you wish it to use

Files:
beta_v1.01.mq4  22 kb
 

New metatrader 4 compatible experts

mladen:
First just this : To be able to use the new indicator, the indicator name in the iCustom() call must be changed or you have to change the name of the "nmc" version and it will work (since in the EA the name is hardcoded to "TMA with Distances" not to "TMA with Distances nmc" )

Hello mladen

I followed your instructions and the system does not work.

//******************************************************************************************************************************************************

double tma(int buf, int shift)

{

string TimeFrame = "current time frame";

return(iCustom(NULL,TimeFrame_tma,"TMA with Distances nmc", TimeFrame , HalfLength, Price,ATRMultiplier,ATRPeriod,Interpolate,0,0,0,0,0,0,buf,shift));

}

//******************************************************************************************************************************************************

No where can be the error.

Apparently the old executable code is equal to the code of the new indicator.

Adjoint if it solves any questions, I am unable to find the error.

I beg your help.

A big hug.

Hermo.

Files:
 
Hermo:
Hello mladen

I followed your instructions and the system does not work.

//******************************************************************************************************************************************************

double tma(int buf, int shift)

{

string TimeFrame = "current time frame";

return(iCustom(NULL,TimeFrame_tma,"TMA with Distances nmc", TimeFrame , HalfLength, Price,ATRMultiplier,ATRPeriod,Interpolate,0,0,0,0,0,0,buf,shift));

}

//******************************************************************************************************************************************************

No where can be the error.

Apparently the old executable code is equal to the code of the new indicator.

Adjoint if it solves any questions, I am unable to find the error.

I beg your help.

A big hug.

Hermo.

Results of a quick visual test of Beta EA using the "nmc" version of indicator (all default parameters) - metatrader 4 build 660

Files:
beta.gif  76 kb
Reason: