New metatrader 4 compatible indicators - page 64

 

Non lag average & non lag MACD

Dear mladen,

I interested Both indicators created by Alexander Gettinger.

Didn't find Good Setting and Not appropriate as a Partner with other until Now

Would you like give any solutions, please ?

Not found the Problem when Compiled or Debugging with MT4 Build 628

NOTE :

non lag MACD indicator must be installed Non lag average indicator.

 

Hi Mr. Mladen, here is my next Problem:

 
studbiol:
Hi Mr. Mladen, here is my next Problem:

Here you go : __mt4_stoplight_mod_cl_nmc.mq4

Files:
 

Mladen, can you make compatible indicator with the new MT4 ?

Fractal Bands - MQL4 Code Base

 
Antonsan:
Mladen, can you make compatible indicator with the new MT4 ? Fractal Bands - MQL4 Code Base

Antonsan

As far as I see there is no problem with this version : fractal_bands_nmc.mq4

tested it on build 628

Files:
 

It was a fluke, or author indicator was looking at this forum.

A download code 30 minutes before the message, the indicator was not updated.

A similar problem appears in many indicators that I have, as in Frasma v2.mq4, which has also been corrected the error.

I did not have the option to add files to the message. And look for an indicator internet with the same problem to put the download link.

And also coincidence that if I can now add files to the message.

This is the portion of code that I had the problem.

void _computeLastNbBars( int lastBars )

{

int pos;

switch( e_type_data )

{

case PRICE_CLOSE : FRACTAL_BANDS( lastBars, Close ); break;

case PRICE_OPEN : FRACTAL_BANDS( lastBars, Open ); break;

case PRICE_HIGH : FRACTAL_BANDS( lastBars, High ); break;

case PRICE_LOW : FRACTAL_BANDS( lastBars, Low ); break;

default :

Alert( "[ 20-ERROR " + FILENAME + " ] the imput parameter e_type_data is unknown" );

}

}

 
Antonsan:
It was a fluke, or author indicator was looking at this forum.

A download code 30 minutes before the message, the indicator was not updated.

A similar problem appears in many indicators that I have, as in Frasma v2.mq4, which has also been corrected the error.

I did not have the option to add files to the message. And look for an indicator internet with the same problem to put the download link.

And also coincidence that if I can now add files to the message.

This is the portion of code that I had the problem.

void _computeLastNbBars( int lastBars )

{

int pos;

switch( e_type_data )

{

case PRICE_CLOSE : FRACTAL_BANDS( lastBars, Close ); break;

case PRICE_OPEN : FRACTAL_BANDS( lastBars, Open ); break;

case PRICE_HIGH : FRACTAL_BANDS( lastBars, High ); break;

case PRICE_LOW : FRACTAL_BANDS( lastBars, Low ); break;

default :

Alert( "[ 20-ERROR " + FILENAME + " ] the imput parameter e_type_data is unknown" );

}

}

Antonsan

You have to go to advanced mode of editing and then you will have an attach option

 
Antonsan:
It was a fluke, or author indicator was looking at this forum.

A download code 30 minutes before the message, the indicator was not updated.

A similar problem appears in many indicators that I have, as in Frasma v2.mq4, which has also been corrected the error.

I did not have the option to add files to the message. And look for an indicator internet with the same problem to put the download link.

And also coincidence that if I can now add files to the message.

This is the portion of code that I had the problem.

void _computeLastNbBars( int lastBars )

{

int pos;

switch( e_type_data )

{

case PRICE_CLOSE : FRACTAL_BANDS( lastBars, Close ); break;

case PRICE_OPEN : FRACTAL_BANDS( lastBars, Open ); break;

case PRICE_HIGH : FRACTAL_BANDS( lastBars, High ); break;

case PRICE_LOW : FRACTAL_BANDS( lastBars, Low ); break;

default :

Alert( "[ 20-ERROR " + FILENAME + " ] the imput parameter e_type_data is unknown" );

}

}

Antonsan

Here is an updated Frasma v2 indicator (no more warnings nor errors in compiling). It will not work with older versions of metatrader (build 509 or lower)

Files:
 

I like the shifted renko charts, but the attached indicator does not draw correct highs and lows whenever the market gets fast(for example when news come out). Am I the only one with this problem? Does anyone know an Indicator or ea for shifted renko that does not have these problems?

 
marley60:
I like the shifted renko charts, but the attached indicator does not draw correct highs and lows whenever the market gets fast(for example when news come out). Am I the only one with this problem? Does anyone know an Indicator or ea for shifted renko that does not have these problems?

marley60

Can you show some examples what exactly is happening?

Reason: