Hongbin Gu
Hongbin Gu
Friends

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

Hongbin Gu
Added topic Why the EA button flick when my EA is running?
When my EA is running, it turns on and off several times and the is disabled. After I click the EA button to enable it it stops flicking
Hongbin Gu
Added topic Testing problem with iCustom().
I use iCustom to call an indicator in my EA, when testing it is two slow(more than 20 minutes). I use the Heiken Ashi indicator. Anyone know why it is so slow? When I use an indicator which I create myself, it is very slow too when testing. Thanks
Hongbin Gu
Added topic Does MQL4 support recursion?
When I use a recursion, the system returns "stack overflow". Is there a method to sovle it? I am using the Heiken Ashi indicator, there is a recursoin in it so I want to imbed the indicator code to my EA. Of course I can use iCustom () to
Hongbin Gu
Added topic How can I know whether the EA is enabled or disabled in a MT4?
I want to create an EA Controller - on some condition send Ctrl+E keystroke to MT4 to enable or disable the Expert Advisors. But I don't know whether it it currently enabled or disabled, can anyone help me with this
Hongbin Gu
Added topic How to erease the text written by Comment()?
I created an indicator which uses Comment to write something on the main chart. But when I deattach the indicator, the text remains there. How can I erease it? Thanks
Hongbin Gu
Added topic Can anyone give me a ObjectCreate sample? I create one and it doesn't work. Thanks.
My code is, help me to make it work. ObjectCreate ("text_object", OBJ_TEXT, 0, Time[i], Close[i]); ObjectSetText("text_object", "Hello world!", 10, "Times New Roman", Green); ObjectSet("text_object"
Hongbin Gu
Added topic Can iBands() return more than one value?
Indicator Bands can plot three lines, but iBands () can only return one value. What should I do if I want all the three lines' value
Hongbin Gu
Added topic Does the MT4 Mobile support EA?
Does the MT4 Mobile or MT4 Mobile SE support EA and customized indicator
Hongbin Gu
Added topic Help me with Error: dll calls are not allowed
When I using the followin code: #import "wininet.dll" int InternetOpenA(string a0, int a1, string a2, string a3, int a4); #import The call of InternetOpenA is like: int abc= InternetOpenA("abcde", 0, "0"
Hongbin Gu
Added topic How to know another account's activity such open, close or modifiy an order?
I have two account, I have both account's account number and password. But the second one is operated by another person. How can I know the second account's open, close and modifiy activity when I use the first account through MQL4 code? Thanks
Hongbin Gu
Added topic Which indicators are long term indicators and which ones are short terms ones?
I checked the imbeded technical indicators with MQL4 and any kindhearted person can tell me : Which indicators are long term indicators and which ones are short terms ones? Thanks a lot! These indicators are : iAC iAD iAlligator iADX iATR iAO
Hongbin Gu
Added topic What does "error sell opening 4109" mean?
What does "error sell opening 4109" mean? Thanks
Hongbin Gu
Added topic How to caculate how many orders are closed by StopLoss or TakeProfit?
How to caculate how many orders are closed by StopLoss or TakeProfit? I can use OrderClose to know how many orders or closed normally, but the order closed by StopLoss or TakeProfit can't be known through OrderClose. Thanks
Hongbin Gu
Added topic What does "unmatched data error" mean?
It happens when my EA loads, the log shows: 10:21:18 MYEA EURUSD,H1: loaded successfully 10:23:43 TestGenerator: unmatched data error (volume limit 1138 at 2008.08.08 14:00 exceeded) 10:23:43 TestGenerator: unmatched data error (volume limit 1138 at
Hongbin Gu
Added topic Can I set different TrailingStops in an EA?
Same as the subject. Thanks for any help
Hongbin Gu
Added topic How to open 1 buy order at most and 1 sell oder at most at the same time?
How to open 1 buy order at most and 1 sell oder at most at the same time? Thanks
123