Jinsong Zhang
Jinsong Zhang
3.1 (10)
  • Information
12+ years
experience
36
products
210
demo versions
0
jobs
0
signals
0
subscribers
MT5 Articles List - Traders' Blogs: https://www.mql5.com/en/blogs/post/90

Ranking of servers for MT5 signals: https://www.mql5.com/en/blogs/post/716917

Ranking of top 100 servers for MT4 signals: https://www.mql5.com/en/blogs/post/716958
Jinsong Zhang
Added topic hcc file size
Pls view the form of .hcc file size: (kb) 2010 2009 2008 2007 2006 2005 2004 2003 2002 2001 audusd 11369 61830 45241 31556 30864 32434 22934 15147 13545 12736 eurgbp 11289 8903 13459 10432 15652 16404 16427 16200 15820 15362 eurjpy 11322 15814 15959
Jinsong Zhang
Added topic Bug of HistorySelect()
Run the script: void OnStart () { HistorySelect ( 0 , TimeCurrent ()); Print ( HistoryDealsTotal (), " " , HistoryOrdersTotal ()); } then you do some deals, and  "History" tab can't refresh automatically after run the script
Jinsong Zhang
Added topic leaked memory?
I have opened position and run follow script:   #include <Trade/Trade.mqh> void OnStart () {    int slippage= 10 ;    CTrade *OrderClose = new CTrade;    if (OrderClose.PositionClose( _Symbol ,slippage* _Point
Jinsong Zhang
Added topic Wrong TimeCurrent()?
 I try Print(TimeCurrent()); but it seem not right, please see pic:   Why? 
Jinsong Zhang
Added topic everytime I change timeframe, I have to wait long time for update
everytime I change timeframe, I have to wait long time for update
Jinsong Zhang
Added topic When should use POSITION_MAGIC, ORDER_MAGIC, DEAL_MAGIC ?
Hello, please tell us when to use POSITION_MAGIC , ORDER_MAGIC, DEAL_MAGIC? Could you give some examples? Thank you
Jinsong Zhang
Added topic how to modify data in csv file?
I have some codes: =============================================== int start() { int songrecord; songrecord=FileOpen("_record.csv", FILE_CSV|FILE_WRITE|FILE_READ,','); if(songrecord<=0)return; int FA_id=1114444; int myFA;
Jinsong Zhang
Registered at MQL5.community
Jinsong Zhang
Added topic How can EA get market open/close datetime ?
How can EA get market open/close datetime? Thanks
Jinsong Zhang
Added topic Is there any tools help to change mql4 to mql5?
Is there any tools help to transform mql4 to mql5
Jinsong Zhang
Added topic mt5 setup error!
The procedure entry point GetProcessImageFileNameW could not be located in the dynamic link library PSAPI.dll (but there is PSAPI.dll in \system32\ folder)
Jinsong Zhang
Added topic please, how to know if the platform is ECN?
Hi, is there any script tell me if a broker is ECN? Thanks
Jinsong Zhang
Added topic How can I write more words in order comment??
Hi, Can I write more Characters on order comment ? How to do it? Thanks
Jinsong Zhang
Added topic Question about data download
Hi, I have demo accounts of "alpari" and "FOREX", I use MT4. When I try to download the data via history center, it tell me data from metaquotes differ from the data stored on the trade server. Now, could anyone tell me how to
Jinsong Zhang
Added topic I have 2 ea runing on 4 charts...
I have 2 ea runing on 4 charts, so how can I start or stop the 2 ea with script
Jinsong Zhang
Added topic hello, how to get Ask & Bid before ten seconds ago?
hello everyone, how to get Ask & Bid before ten seconds ago? Thanks