Do Hung
Do Hung
Friends

Add friends via their profile or user search and you will be able to see if they are online

Do Hung
Added topic How to detemine cross-over point value?
Hi, Please help me. I am coding an EA that open a trade (buy or sell) when MA20 cross MA5. I want to stoploss at cross-over point. How can I detemine cross-over point value ?   Thank you very much! 
Do Hung
Registered at MQL5.community
Do Hung
Added topic How to know IP of PC that using EA
Dear, I would like to code in mq4 a function that can give me IP address of PC that use EA. I've searched on Internet but I've not got solution for this issue. Please support. Thanks you
Do Hung
Added topic I need History data with GMT time.
Dear All, I need History data with GMT time for backtest . Please advice me where can I download it. Thank you very much DoHung
Do Hung
Added topic Ping IP with EA
Dear all, I need to Ping an IP to check if my VPS is alive or not. I want to code with EA mql, of course ! I try to use ShellExecuteA, it can call cmd.exe then ping. Unfortunately, ShellExecuteA does not return value of ping's result. Is there any
Do Hung
Added topic Auto login MT4 continuously
Hi, I organize an FX game with hundred of Demo accounts . I want to make update ranking report on web regularly and I want all works should be done AUTOMATICLY. I use Multi-terminal but it is only allow to connect maximum 10 demo accounts at a time
Do Hung
Added topic My EA: Demo make profit while live account make loss, Why?
My EA have excellent for back test from 2000 - 2009, event 2 first month of 2010. But it does not act well in a live account. I run EA for Demo and Live Account at same time on 2 different computers. It made quite different result. Demo account made
Do Hung
Added topic Can we use FileWrite for backtest?
I have EA as follow that use FileWrite to record indicator information for BACKTEST. This EA works in real-time trading but NOT for backtest. I wander, does FileWrite works for backtest. If Yes, what am I wrong? Thank your all
Do Hung
Added topic Why do Tester System does not stop order to take profit?
I am testing my EA. I am in good position with sell order (with TP at 21174) but when market price down bellow TP (21168) Tester System does not close order to take profit. Someone please help me on this. Thank you very much
Do Hung
Added topic How to progame RSI Expert Advisor
Hi all, I am newbie for MQL4 . I would like to program Exper Advisor with condition as follow: 1. If RSI(14) > 70 --> Sell 2. If RSI(14) < 30 --> Buy Please help me. Thanks