Forum

hope there will be MT4 for LINUX

i'm now running with wine, there are many problems. especially metaeditor don't work well with ime ea cannot be backtested

question about results of optimiser.

you know that if more than two parameters are used,a graph of 2D surface cannot show all the results. then what's the color for? is it the best result filling the blank? hope you understand my question. sorry for my bad english. thank you guys

can you help me?why there are many mistakes in the code?

this is to calculate SMMA: for(j=0;j<Bars;j++) { for(i=0,sum=0;i<ma_period;i++) { sum=sum+Close[j+i]; // buffer[j]=(sum-sum/ma_period+Close[j+i])/ma_period; } buffer[j]=(sum-sum/ma_period+Close[j])/ma_period; } this is to calculate LWMA for(j=0;j<Bars;j++) { for(i=0,sum=0,sum1=0;i<ma_period;i++) {

TRADE CONTEXTE IS BUSY

WHAT DOES THIS MEAN? is it problem with my code or the server banned my EA because of sening signal too frequently

My first indicator, i hope you like it.

and does anyone know how to add it to the seperate window? mainly use it in H4

Can anyone help me to build this effective ea?

four indicators simple ma 30 high simple ma 30 low macd 5 34 5 bollinger bands default time frame = m30 (1h) pairs: gbpusd (gbp) long buy condition : macd value> signal>0 && price go up through the ma30high , when the close of last stick is beyond ma30h buy at the (close-some pips) maybe 3pips. tp