Jinsong Zhang
Jinsong Zhang
3.7 (15)
  • Information
15+ years
experience
36
products
218
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
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=