Coding help - page 625

 
mladen:

It does not mean that the trend will go in the opposite dirrection

The gray color is neutral - see the examples on that picture that ended in reverting to original trend previous to gray

mladen

I'm not one I will use this indicator, with the trend that I have on the graph in the form of MA should get a very good picture. I want to on the single chart all displayed. So let's say for simplicity of perception) as the expiry time 1 min.

 
mladen:

It does not mean that the trend will go in the opposite dirrection

The gray color is neutral - see the examples on that picture that ended in reverting to original trend previous to gray

mladen

Also on the correction (gray bars), you can make a profit)

 
stas0202:

mladen

I'm not one I will use this indicator, with the trend that I have on the graph in the form of MA should get a very good picture. I want to on the single chart all displayed. So let's say for simplicity of perception) as the expiry time 1 min.

I am afraid I do not understand : if you are not the one that will use the indicator, then why the request?

Or I understood something wrong?

 
mladen:

I am afraid I do not understand : if you are not the one that will use the indicator, then why the request?

Or I understood something wrong?

I will use, but in conjunction with other indicators

very necessary indicator)

 

hi mladen or mrtools

please help me to fix this indicator

this indicator the signal not appear at the right time

i must refresh the chart everytime

and please fix the alert too

thanks

Files:
2016_1.mq4  9 kb
 
cebrez:
hi mladen or mrtools

please help me to fix this indicator

this indicator the signal not appear at the right time

i must refresh the chart everytime

and please fix the alert too

thanks

That is part decompiled code (this part, along with some other parts of the code :

int Li_unused_8;

string Ls_28;

int Li_unused_36;

double Ld_0 = (Ask - Bid) / Gd_188;

if (Ld_0 > 1.0 && Ld_0 <= 10.0) Li_unused_8 = 4;

int Li_12 = Time[0] + 60 * Period() - TimeCurrent();

double Ld_16 = Li_12 / 60.0;

int Li_24 = Li_12 % 60;

Li_12 = (Li_12 - Li_12 % 60) / 60;

if (Li_24 <= 9) Ls_28 = "0";

if (Li_12 >= 1 && Li_12 <= 9) Li_unused_36 = -10;

else {

if (Li_12 >= 10 && Li_12 <= 99) Li_unused_36 = -13;

else {

if (Li_12 >= 100 && Li_12 <= 999) Li_unused_36 = -16;

else {

if (Li_12 >= 1000 && Li_12 <= 9999) Li_unused_36 = -24;

else

if (Li_12 >= 10000 && Li_12 <= 99999) Li_unused_36 = -29;

}

}

}

Comment("", "" + Li_12 + ":" + Ls_28 + "" + Li_24 + "",

"\n", "=======",

"\n", "" + Symbol() + "", " " + Period() + "",

"\n", "Spread : " + DoubleToStr(Ld_0, 1) + "",

"\n",

"\n", "",

"\n", "");

And then some things are patched to it

Since it is using some "Zigzag_v.2" indicator, all I can assume that it is using zigzag of some sort and, as on any zigzag indicator, alerts/signals are very dangerous

 
mladen:

And then some things are patched to it

Since it is using some "Zigzag_v.2" indicator, all I can assume that it is using zigzag of some sort and, as on any zigzag indicator, alerts/signals are very dangerous

oh my wrong, sorry i didnt post the zigzag

here ...

Files:
zigzag_v.2.mq4  15 kb
 

Here is the maso indicator that is upgraded (made user friendly and some code changes - values are the same) : maso_2_1.mq4

No alerts yet

Files:
maso.png  131 kb
maso_2_1.mq4  3 kb
 

mladen

there is hope that you can help me with the indicator?

 

mladen

I have no doubt that you are a professional)

Reason: