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 Test error: the version is too old. What's the reason?
When I tested my EA I got this error. My championship's EA get this kind of comment too
Hongbin Gu
Added topic How to use PositionClose() to close more than one orders?
Because the SYMBOL_VOLUME_MAX is 5.0, I have to open two orders: a 5.0 lots sell order and a 4.7 lots at the same time.  When I use trade.PositionClose(_Symbol,3) to close the opened orders, I get the error: failed instant buy 9.70
Hongbin Gu
Registered at MQL5.community
Hongbin Gu
Added topic I use Low[], but the result is Open[], why?
I use Low[], but the result is Open[], why? Anybody can help me with this
Hongbin Gu
Added topic How two EAs can communicate directly?
One EA is the server and other EAs are client. I want the server EA send signals to clients EAs. I was thinking of setting up a web server to reside the signal data's file. But can anyone help me a way to let the two EAs communicate directly without
Hongbin Gu
Added topic Problem with a multi currency pairs EA.
When I code a multi currency pairs EA. Do I need to apply it to all the currency pairs' chart? I only applied it to EURUSD, when the OrderSend () call the Bid, it should open EURJPY, but the Bid send to the OrderSend is EURUSD's Bid. What should I do
Hongbin Gu
Added topic How to get more history data on EURUSD H1?
With demo account I can get data from 2006.02.16. But with championship accout I can got date from 1999. Now I forget it's password so with its investor's password I can only get the data from 2006 now. Is there any way to get more date on H1 chart
Hongbin Gu
Added topic How to move to the most left side of a chart?
Is there any key shortcut to do this? I have to drag mouse lots of times now
Hongbin Gu
Added topic Can I use MetaTrader 4 MultiTerminal to logon to other broker's server?
When I use it, I can only logon to MetaQuotes-Demo. Is it a demo version of MultiTerminal what I downloaded? Thanks
Hongbin Gu
Added topic Question about championship account's login.
I test my EA in my computer and find that there should be an order opened today but it didn't in the championship's server. I've checked the server's Journal and find that from Oct. 11 to Oct. 15, there are 9 logins. My questions are: 1. Why my
Hongbin Gu
Added topic It seems that there are bugs in MT4' Strategy Tester.
When it calculates the profit, it has wrong result. When testing, my EA buy 0.1 lot EURGBP at 0.5064 and close it at 0.5127, the profit I get is -157.83. It should be a value greater than 0 I think. I attach the testing result here. It is only one
Hongbin Gu
Added topic InternetOpenUrlA() always has errors.
Anyone familiar with InternetOpenUrlA? It's a function in wininet.dll. I gets the error all the time
Hongbin Gu
Added topic Can two datetime variable be compared with >=?
I use TimeCurrent ()>=StrToTime("11:45") to see whether current time is after 11:45am, but it return different types in comparision. It got the same result when I use TimeCurrent()-StrToTime("11:45")>=0 Thanks for your help
Hongbin Gu
Added topic Why can I only open a BUYSTOP, cannot open a BUYLIMIT?
My code is: // open buy ticket= OrderSend (Symbol(),OP_BUY,Lots,Ask,3,Bid-StopLoss*Point,0,"BUY",123,0,Green); // open buystop
Hongbin Gu
Added topic Can I control the pending order and not let it be triggered?
I want to open only one long position and one short position at the same time. But I open BUYSTOP, BUYLIMIT, SELLLIMIT, SELLSTOP when I open a long a short. If the price go up and beyong SELLLIMIT, the pending order of SELLLIMIT will be trigger, so
Hongbin Gu
Added topic Should there be 4 digits or 5 digits after decimal point of price of EURUSD?
I use Contest Account the price is something like 1.4540. But I applied for a demo account the price is like 1.45408. I ask this question because when I use Stop Loss, there will be different result. Say stop loss is 20, then 1.4540's stop loss is
Hongbin Gu
Added topic Is every broker's server time GMT?
Is every broker's server time GMT ? Or it is only their local time
123