ah2005 / Profile
ah2005
Added topic other computer login mt4 have some problem?
i have 4 computer develop EA when i login ohter computer .this computer EA code will Retreated lastest save statue.. the same statue exisist remote login computer. i want to know ,why
ah2005
Added topic How use mt5 multiCoie.
i have pc , E5-2650V2 2CPU,18core 36thread.. how can i set MT5 IT can use more core? on my Test, look like use only on core。。。
ah2005
Added topic how can i get the first singal!
Now, my singalPrice is 1600.00,if breakOut,Bid is 1600.10,we can get a singal. but and this time there will breakout 1600.00 even more than 60 timer at one miniute, how can i get the first one singal
ah2005
Added topic test period change problem.
when i test my mt4ea use period M1 ,then DATETIME IS :2015-01-01 TO 2015-12-31,then singal Arrow can show correct . then i switch M15,the chart show after 2017-05-23 timeframe bar. but in my char,m1 and m15 is high quality. this is
ah2005
Added topic UNKNOW this is why all the time
this is my code that get macd value use icustom: double macdValueCustom=iCustom(Symbol(),Period(),"MACD","Signal",0,1); MACD is customIndicator(not only macd but also others) but ,test result like this: how
ah2005
Added topic About mt4 code migrate mt5 problem
recently,i want migrate mt4 to mt5. I FOUND,MT4 code migrate mt5 can be succssful 98% code. BUT ,if a project develop by mt5 code Use mt5 new features which wanted to migrate mt4, may by have to success 80% code. so ,this is my idea
ah2005
Added topic this is a strange test result!
when i test EA on the same code,the same mt4 setting,different pc. PC1:VPS .Intel Xeon E5-2620 v2 2CORE ,TEST CPU USE RATE:30%-60%. lock: 2.1GH pc2: local PC.AMD 2700 16CORE.TEST CPU USEE RATE:10%-15%.
ah2005
Added topic How can i get this result use StringFormat
example and exclude result: double var=5; Print(StringFormat("???",var)); result: 005 double var=55; Print(StringFormat("???",var)); result: 055 double var=555; Print(StringFormat("???",var)); result
: