The Murrey Math Trading System - page 113

 

Xard777, your latest indicator is very good, but it appears under other indicators, and by the price. Visible levels of bad and the price for them. Could you do that, shows on top of everything else as before?

 
Stasinsan:
Xard777, your latest indicator is very good, but it appears under other indicators, and by the price. Visible levels of bad and the price for them. Could you do that, shows on top of everything else as before?

Hi there,

Change the code...

//+------------------------------------------------------------------+

ObjectDelete(buff_str);

ObjectCreate(buff_str, OBJ_TREND, 0, Time[0], mml, Time[0+FW], mml);

ObjectSet(buff_str, OBJPROP_STYLE, STYLE_SOLID);

ObjectSet(buff_str, OBJPROP_COLOR, mml_clr);

ObjectSet(buff_str, OBJPROP_BACK, 1); 1 to 0

ObjectSet(buff_str, OBJPROP_RAY, 0);

ObjectMove(buff_str, 0, Time[0], mml);

//+------------------------------------------------------------------+

buff_str = "mml_txt"+i;

ObjectDelete(buff_str);

ObjectCreate(buff_str, OBJ_TEXT, 0, Time[mml_shft], mml_shft);

ObjectSetText(buff_str, ln_txt+DoubleToStr(mml,Digits)+ln_tx, 12, "Euro Ext Bold", mml_clr); 12 to 9

ObjectSet(buff_str, OBJPROP_BACK, 1); 1 to 0

ObjectMove(buff_str, 0, Time[mml_shft+25], mml);

}

//+------------------------------------------------------------------+

Xard777

 

please xard777 help me

have you a murrey math ea in mq4 ? please

 
karte:
please xard777 help me have you a murrey math ea in mq4 ? please

Sorry, I do not have any ea's

Xard777

 

Thank you.

 

ok have anyone a murrey math expert in mq4 ? no ex4 ! please

 

hi

karte:
please xard777 help me have you a murrey math ea in mq4 ? please

this is murrey math ea

Files:
 

In mq4 not in ex4 please !

 

Xard777, I have another problem with the X-MM-Math.mq4. Disappears trend line in the first change in the price. How to fix it?

Files:
screenclip.zip  42 kb
x-mm-math.mq4  36 kb
 

Ok i have it !

Thank you junglelion !

Reason: