穆瑞数学交易系统 - 页 113

 

Xard777,你的最新指标非常好,但它出现在其他指标下,并由价格。可见水平的坏和他们的价格。你能做到这一点,像以前一样显示在其他东西的上面吗?

 
Stasinsan:
Xard777,你的最新指标非常好,但它出现在其他指标之下,并由价格。可见水平的坏和他们的价格。你能做到这一点,像以前一样显示在其他东西上面吗?

你们好。

更改代码...

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

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

 

请xard777帮助我

你有mq4中的murrey math ea吗?

 
karte:
请xard777帮助我,你有mq4的murrey数学EA吗?

对不起,我没有任何Ea的。

Xard777

 

谢谢你。

 

有谁是MQ4的Murrey数学专家?

 

karte:
请xard777帮助我,你有mq4中的murrey math ea吗?

这是Murrey math ea

附加的文件:
 

在mq4中,而不是在ex4中,请注意!

 

Xard777,我在X-MM-Math.mq4上还有一个问题。在价格的第一次变化中,趋势线 消失了。如何解决这个问题?

附加的文件:
screenclip.zip  42 kb
x-mm-math.mq4  36 kb
 

好吧,我有它!

谢谢你,junglelion !