Yu Zhang
Yu Zhang
  • Quant / Trader / Programmer at ShangHai
  • China
  • 6582
4.1 (6)
  • Information
8+ years
experience
59
products
9
demo versions
0
jobs
0
signals
0
subscribers
Quant / Trader / Programmer at ShangHai
I am a senior practitioner in Fintech industry.
And I have done a lot of academic research on financial markets.
From 2012, I work as a Quant.
Forex, stock and futures are my main trading varieties.
I can use MQL4, MQL5, C++, MySql, and Python.
Yu Zhang
Added topic How to add Symbol to Market Watch base in code?
How to add Symbol to Market Watch base in code
Yu Zhang
Added topic Is there a good way to compile all the *.mq5 files to *.ex5 just with one click?
when we finish edit program , we should compile mq5 files to ex5.  But if there are many mq5 files , Is there a way to compile all mq5 files to be ex5 without one by one
Yu Zhang
Added topic When your computer Restart occurred in optimization, How to restore optimization ?
when you optimizated EA, And need pass too many. But your computer Restarted accidentally. How to restore it?  
Yu Zhang
Added topic Strategy Tester Can not Run When It optimizated too much!!!! The Status of Agents always stop in 99%
When I use Strategy Tester to Optimization. I fund a bug. If I optimizated, When Steps is less, It can run well: such as 200 Steps. But,When Steps is too much,It can't run: such as 10000 Steps. The Journal of Tester shows: ... 2018.08.07 17:43:10.286
Yu Zhang
Added topic how to get the generated files back in main PC ,if we use File Functions in Local Network Farm or MQL5 Cloud Network?
we know File Functions load in EA, it will generate some file in  MQL5's File Folder . And if File Function load in Strategy Tester, it will get in Tester Folder. But I want know , if we use Local Network Farm or MQL5 Cloud
Yu Zhang
Added topic Is ePayments safe?
when we want withdraw from account, we can see ePayments on the first. Is it safe?  I have seen some bad news about ePayments.  Has anyone used it? Can you talk about it
Yu Zhang
Added topic Local Network Farm can not be used!
Local Network Farm can be used before, but today I found It can't be used! I have two PC, IP is "192.168.2.101" and "192.168.2.102". I have already create "inbound" rules for the ports : Windows Firewall > Advanced Settings > Inbound Rules
Yu Zhang
Added topic Does Mt5 have other platform interface such as python or matlab?
Does Mt5 have other platform interface such as python or matlab
Yu Zhang
Added topic How to get correct result on OnInit() or OnStart() such as function : BarsCalculated() , CopyBuffer()...
Sometimes we want the program to execute only once. So We use OnInit() or OnStart() . But I find that some code cannot be executed.  Such as: void OnStart ()   {    int handle= iMA ( _Symbol , _Period , 15 , 0
Yu Zhang
Added topic why not have buy-limit-stop / sell-limit-stop ?
MT5 have buy-stop-limit / sell-stop-limit , but why not have  buy-limit-stop / sell-limit-stop. I think this is also usefull. I suggest add it
Yu Zhang
Added topic Do we load EA will be compatible with multi-core cpu?
We know Back test compatible multi-core , But just load EA, Is it will be compatible with multi-core cpu
Yu Zhang
Added topic Why "FileWrite" can't used in Strategy Tester of MT5
We know FileWrite can used in EA and Indicators , But when I use Strategy Tester to output something in file , I find FileWrite can not used. Anyone used FileWrite in Strategy Tester? Do you find it can't use? for example: void OnTick ()
Yu Zhang
Added topic Which Company can provide "AUS200" In MT5 ?
I know some company provide "AUS200" in MT4, but I don't find it in MT5. Who can help me
Yu Zhang
Added topic A large bug about Zigzag On Mt5 and Mt4!!! Please correct it!!!
If we loaded Zigzag Indicator , I find a large bug!  It also happened on Mt5 and Mt4.  To Set Zigzag Value: ( ExtDepth=30; ExtDeviation=5; ExtBackstep=3; ) Symbol is "AUDUSD" ;   TimeFrame is "H1"  . The latest timeclock is
Gabriel Nsor
Gabriel Nsor 2017.06.23
Please can someone help in making the the zigzag colour which was made in MT5 language work with MT4 platform
Here is my email mgbe_nsor@yahoo.com. Thanks in anticipation of your kind response
Yu Zhang
Added topic Does MT5 can use GPU computing? Does it join this feature?
We know that MT5 supports CPU multithreading operations, But If it is compatible with GPU computing should best. NVIDIA's GPU have CUDA function . I think if MT5 can run the GPU to calculate should be best feature
Yu Zhang
Added topic MT4, MT5 is not compatible with the latest version of win10 (win10 build 15002, win10 build 15007)
Such as: MT4 in the latest version of win10 can not  be open; MT5 in the latest version of win10 can be open, but can not load custom indicators
Yu Zhang
Added topic How to see the scatter Charts In MetaTrader 5?
How to see the scatter Charts In MetaTrader 5?  I read some article about solve this problem , It work via Google Chart API .  But In Some Country ,The government blocked the visit , So I can't use it via Google Chart API. Does anyone who
Yu Zhang
Added topic How to get Price data and Time data of mouse position by clicking the mouse?
We can use " CHARTEVENT_CLICK " to get X coordinate value and Y coordinate value of mouse position , But How to get Price data and Time data of mouse position by clicking the mouse? It we move the mouse , we can see Price data and Time data by
Yu Zhang
Yu Zhang
点下鼠标,能否可以输出鼠标点击位置的价格和时间数据?

如上,点击鼠标返回的是X、Y像素位置,请问有没有办法实现点击鼠标,返回对应点的价格和时间?