翁鼎
翁鼎
Friends

Add friends via their profile or user search and you will be able to see if they are online

翁鼎
Added topic 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
翁鼎
Added topic 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
翁鼎
Registered at MQL5.community
翁鼎
Added topic 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
翁鼎
Added topic how to calculate automaticly a report like AUTO TRADING CHAMPIONSHIP?
z score hpr mfe mae distributions etc
翁鼎
Added topic 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
翁鼎
Added topic 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
翁鼎
Added topic 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