zifu wang
zifu wang
Friends 2
zifu wang
Added topic No response from trading sever when MT5 client is under Windows 7
1. I downloaded setup file from this website and Alpari UK; 2. Install them on Windows 7 3. Cant register new demo account when the client is installed under Windows 7 (It's working fine under XP) 
zifu wang
Added topic Modify comment of deal
Guys,  Is it possible to modify comment of deal which you have placed?  
zifu wang
Added topic data type of magic number
 Please advise what type should be correct for the magic number, ulong or long? A. ulong is used in struct MqlTradeRequest and MQL LIB.  struct  MqlTradeRequest   {     ENUM_TRADE_REQUEST_ACTIONS
zifu wang
Added topic corresponding relation between DEAL_TYPE and DEAL_ENTRY
Please advise if it's correct in following  corresponding relation: DEAL_TYPE   DEAL_ENTRY 1 DEAL_TYPE_BUY / DEAL_TYPE_SELL DEAL_ENTRY_IN / DEAL_ENTRY_OUT / DEAL_ENTRY_INOUT 2 DEAL_TYPE_BALANCE / DEAL_TYPE_CREDIT / DEAL_TYPE_CHARGE /
zifu wang
Added topic Customized indicators on iphone/ipad
Is it possible to add customized indicators on iphone/ipad when the iphone/ipad is jailbreaked? 
zifu wang
Added topic Initialization of variable m_adjusted_point
m_adjusted_point        = 10 ; The variable m_adjusted_point in MQL5 standard libary should be changed to 0.00010, correct? m_adjusted_point        = 0.00010 ;
zifu wang
Added topic Wrong Assignment in MQL5 Libarary(m_base_price)
In object filter, it's impossiable to assign m_base_price in object m_signal. //+------------------------------------------------------------------+ //| Generating a buy
zifu wang
Added topic example of CiTime
Hi Guys, Can you give an example how to use CiTime class in TimeSeries.mqh file to get open time of a bar? CiTime CiTime is a class designed for access to open times of the bars in the history. Description The CiTime class provides an access to open
zifu wang
Added topic export Trade History Report
How to export " Trade History Report " by command line or MQL5 code
zifu wang
Added topic Disable Copy Trades
Is it possiable to forbid viewing trading history and coping trades through investor account during trading hours
zifu wang
Added topic change password
Dear all, How to change password for login account of MT5 by MQL5? or is it possiable to forbid viewing trading history and copy trades during trading hours? please advise
zifu wang
Added topic News Filter
Hi Guys, How to code a news filter based on " Economic Calendar " object, include Event Time, Name, Currency, Importance,Actual,Forecast,Previous? 
zifu wang
Added topic timezone of trade sever
Hi Guys, How to know timezone of trade sever? or time GMT offset for the sever? Currently i can calculate this based on local time. but EA may be used in different timezone for different trade sever or moved from one country to another or, even local
zifu wang
Added topic multi custom max
Hi Guys, Is it possiable to output multi custom max values in report file after one time optimization in strategy tester?  if no, can escalate this as a feature request? thanks
zifu wang
Added topic forex market hours
The forex market is open 24 hours a day, 5.5 days a week. but why dose forex market open on Monday 00:00am, close on Friday 11:00 pm in Metatrader 5 (server:MetaQuotes-Demo)
zifu wang
Added topic sub-position for expert
Is it possiable that there is an exclusive position for every expert by specified magic number? we can buy/sell orders, modify sl/tp without affecting by other experts
zifu wang
Added topic Reloading Optimization Result
Is it possiable to reload optimization result file in folder cache into " Strategey Tester "? The aim is to re-analyze the report
zifu wang
Added topic what's the meaning of error "critical runtime error" when doing back testing?
HP 0 Agent_192.168.0.10:2005 22:42:19  EURUSD: history synchronization completed [4090 Kb] RP 2 Agent_192.168.0.10:2003 22:42:20 genetic pass (9, 110627387037426572) tested with error "critical runtime error"
zifu wang
Added topic what's meaning of access point with 94 % quality
2011.03.15 11:50:14 Network '719056': auto connecting to a better access point with 94 % quality (previous: 54 %)   How to calculate this ratio? based on what?   what quality is minimum required in real trading
zifu wang
Added topic how to update some variables in custom indicators from expert advisor
Is it possiable to update some variables in custom indicators from expert advisor? can you share some examples
123