New metatrader 4 compatible indicators - page 276

 
aitosin:
mladen and mrtools

please update the indicator below

nonlag_deviations.mq4

Hi aitosin,

try it now,hope it will be work,only one warning exist.

nonlag_deviations_1.mq4

Files:
 
mntiwana:

Hi aitosin,

try it now,hope it will be work,only one warning exist.

nonlag_deviations_1.mq4

thanks mntiwana

but the indicator shows nothing

 
aitosin:

thanks mntiwana

but the indicator shows nothing

i dont know exact but i think possibly i did some thing wrong when removing errors,

 
aitosin:

thanks mntiwana

but the indicator shows nothing

Try out this one : nonlag_deviations_nmc.mq4

 
mladen:
Try out this one : nonlag_deviations_nmc.mq4

this is patrick

now works perfectly

thanks mntiwana and mladen

 
aitosin:

this is patrick

now works perfectly

thanks mntiwana and mladen

not to me,only to MLADEN.:)

 
mladen:
Try out this one : nonlag_deviations_nmc.mq4

Dearest MLADEN,

so the problem was because of not adding "t" here too......but the editor did not show any error or extra warning locating this place.

double iNonLagMa(double tprice, double length, int r, int instanceNo=0)

{

r = Bars-r-1;

if (ArrayRange(nlm_prices,0) != Bars) ArrayResize(nlm_prices,Bars);

nlm_prices[r]=price;

regards

 
mntiwana:

Dearest MLADEN,

so the problem was because of not adding "t" here too......but the editor did not show any error or extra warning locating this place.

double iNonLagMa(double tprice, double length, int r, int instanceNo=0)

{

r = Bars-r-1;

if (ArrayRange(nlm_prices,0) != Bars) ArrayResize(nlm_prices,Bars);

nlm_prices[r]=price;

regards

Yes, that was the only thing needed to be changed

 

Hello,

This seems an interesting indicator, but it does not work with me. Could someone please take a look at it ?

Files:
 
Wulong10:
Hello, This seems an interesting indicator, but it does not work with me. Could someone please take a look at it ?

Wulong10,

there were 3 simple errors,removed,more i dont know, krelian99 or kilian19 better tell you or our own boss can better guide you.

any way how are you.

regards

chartsynchronization_1.mq4

Reason: