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 Published product

This is visualization tool based on the Depth of Market. It works with the symbols that have the Depth of Market available. It's a visual indicator that shows the volume of each Bid/Ask price and ratio of total volume of Bids/Asks. Note: check if your broker supports DOM before purchasing. 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。

Jinsong Zhang Published product

30.00 USD

.................................. This script is intended to help users to get information about ticks and spreads (e.g. ticks count, minimum/maximum/average spread). It can export reports in the CSV format with this information. Traders can see spread statistics in real time in the chart window It is useful for comparing spreads of different brokers. --------------------------------------------------------------------------

Jinsong Zhang
Added topic Do MetaQuotes want to promote Market or not?
Every product page in Market  there is link to share , that mean user can promote the products and  Share Screenshots of Charts via MQL5.com ( https://www.mql5.com/en/forum/7142 ), that for attract visitor to MQL5.com  (see: 
Jinsong Zhang
Added topic suggestion for withdraw verify
my account ever was Financial operations blocked (now it's unblock) since i use proxy to login and withdraw. That let my account safe, i like it. but there's a better way to verify: mobile . If someone withdraw, the system send a short number to his
Jinsong Zhang
Added topic My God! When dose rule changed? I don't know!!!
I ever seen the ATC2012 rule: III. Expert Advisors for MetaTrader 5  7. Expert Advisors may contain limitation on their usage outside the Championship, but must satisfy the following demands: Be operable and testable throughout the time period
Jinsong Zhang Published product

This indicator is used to compare the relative strength of the trade on the chart against the other several selected symbols. By comparing the price movement of each traded variety based on the same base day, several trend lines of different directions can be seen, reflecting the strong and weak relationship between the several different traded varieties, so that we can have a clearer understanding of the market trend. For example, you can apply this indicator on a EurUSD chart and compare it

Jinsong Zhang
Added topic bug: ChartOpen
This one work fine as EA: void OnInit () {       long chart_2= ChartOpen ( "AUDUSD" , 0 );    long chart_3= ChartOpen ( "EURUSD" , 0 );         Print (chart_2, " " ,chart_3);   
Jinsong Zhang
Added topic MQL5 Cloud Network connection failed in MT5
Journal: 2012.03.09 11:50:00 Network '771863': terminal synchronized with MetaQuotes Software Corp. 2012.03.09 11:49:59 MQL5 Cloud Network connection failed 2012.03.09 11:49:59 Network '771863': previous successful authorization performed from
Jinsong Zhang
Added topic 403 - запрещено. Доступ запрещен.
I login mql5.com but there is error: 403 - запрещено. Доступ запрещен. Предоставленные учетные данные не дают права на просмотр этого каталога или страницы. I have to use proxy to login. Can open 'http' pages but can't open 'https' pages
Jinsong Zhang Published product

This product is used to check the foreign exchange market history datas. Good quality historical datas is important for traders to perform market analysis or back testing. But the quality of historical datas provided by various foreign exchange brokers is uneven. Sometimes we notice missing k-line sequences, but sometimes it is not easy to detect them. This product helps users locate these missing locations.If there are many gaps in a given period of time on a chart, you need to be careful about

Jinsong Zhang Published product

This indicator let user clearly see Buy/Sell signals. When a bar is closed and conditions meet, arrow signal will come up at Close Price, up is Buy and down is Sell. It works on all Timeframes. And you can set sound alert when signals come up

Jinsong Zhang Published product

30.00 USD

 This is a trend indicator, as you can see here. When the white line is above the red, it means a bull market. Conversely, the white line below the red line is a bear market. This index is suitable for long - term trading and is suitable for most trading varieties. --------------------------------------------------------------------------------------------

Jinsong Zhang Published product
Reviews: 3
FREE

。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。 This indicator is based on Bollinger Bands indicator. It helps user clearly know the Band is expand or contract. The method of use is the same as the traditional Brin channel index. Users can use different color areas to distribute forest channel indicators in expansion or contraction stage. -------------------------------------------------------------------------------------------

Jinsong Zhang
Added topic What's the products quantity limitation?
Is there limitation of products quantity? I have about 30 products in market already and i submitted 2 new products yesterday. When the 2nd product is submitted, I found the 1st product miss in my products list. What happen
Jinsong Zhang Published product
Reviews: 1
30.00 USD

This script allows traders to easily close positions if their profit/loss reaches or exceeds a value specified in pips. The script allows users to easily close positions if their profit/loss reaches or exceeds a value specified in pips. Please set slippage value first. Sometimes some positions do not close due to high volatility of the market. Please set larger slippage or restart the script

Jinsong Zhang Published product

30.00 USD

This script alerts a user via sounds and alert box at the end of a countdown. It is like an alarm clock. There are 2 ways to start counting down: Set a value of remaining minutes. Example: if you need an alert after 1 hour, set it to 60. Set countdown end time. If you like to use a custom sound for the alert, copy your sound files to "terminal_path\Sounds" folder and set the exact file name in the input parameters. The sound file must be in *.wav format

Jinsong Zhang
Added topic Help! EA crash
I sent an EA to my freind and he say it make MT crash, it run fine in my PC. My system: winXP, MT4 build 4.409, my freind's system: see pic
Jinsong Zhang
Added topic about products in market
hi moderators, I wanna modify the Description of my products in market , but i don't want click reject first, how to edit Description in other way? 
Jinsong Zhang Published product

30.00 USD

This script notifies a user about different events by playing sounds, sending emails and text messages to a mobile device. The following events are supported: New deals (in/in out/out). Expiration of Pending orders. The terminal disconnected. The terminal or the script closed. Please set a notification type for each event separately. If you need notifications via Email, please make sure that the settings on the Email tab are correct. If you need to receive notifications on a mobile device

Jinsong Zhang
Added topic Problem of CopyOpen()
Hi all, see code: string _symbol[ 6 ]={ "EURUSD" , "EURJPY" , "USDJPY" , "AUDUSD" , "EURGBP" , "GBPUSD" }; double Open[]; void OnStart () {    ArraySetAsSeries (Open, true );    ushort s= 0 ;       for ( int j=