LEE Chun Wing
LEE Chun Wing
  • Information
12+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Canada
the Author of steady_growth EA
LEE Chun Wing
Added topic do any tools can follow metatrader 5 trades to MT4?
do any tools can follow metatrader 5 trades to MT4? thanks 
LEE Chun Wing
Added topic can MT4 run in Unix?
i want to run MT4 at freeBSD(UNIX), how to ? thanks
LEE Chun Wing
Added topic can i have quicker bacttest speed when using VMware to run metrader in linux?
can i have quicker bacttest speed when using VMware to run metarader 4 in linux? can you tell me the step of setting up? i am the first time to do such things THANKS
LEE Chun Wing
Added topic do mql4 have OOP features?
i have seen https://www.mql5.com/en/code/10370 curIndex = utils.periodToPeriodIndex( Period ()); do this means mql4 support OOP object function? thanks
LEE Chun Wing
Added topic Can Moderator publish the pre-testing result of the top-6 EA in ATC 2010?
Can Moderator publish the pre-testing result of the top-6 EA in ATC 2010 (2010.1.1 - 2010.8.31)?   I Want to see the graph and the drawdown   THANKS 
LEE Chun Wing
Added topic complicated EA vs simple EA, when?
I want to ask which curreny/ which market situation is best for using simple EA and  which curreny/ which market situation is best for using complicated EA ?   THANKS 
LEE Chun Wing
Added topic Is it a bug of MT5 ?
the result column in tester as showed what it's mean? i only choose deposit $5000 in tester is it a bug of mt5 build 370  ? thanks  
LEE Chun Wing
Added topic NEED A SCRIPT TO SHOW TRADES ON CHART
I NEED AN SCRIPT FOR SHOWING THE TRADES ON CHART, APPLY ON THE ATC CONTEST ACCOUNT . THANKYOU 
LEE Chun Wing
Added topic can anyone give me a proxy server available?
my company have a firewall that filter some internet connection, I want to use proxy to solve the dis-connection of metatrader4, and metatarder 5  I have use lots of proxy on the internet, but metatarder still can't connect  can anyone give
LEE Chun Wing
Added topic hoping the article of Pre-testing result of those contest account
I am willing to see the article of Pre-testing result of those contest account~ ~ thanks for moderator 
LEE Chun Wing
Added topic WHERE CAN WE SEE THE READ-ONLY PASSWORD FOR THE CONTEST ACCOUNT?
CAN I LOGIN AT MT5 TO SEE other participant contest account ?   where can i see the password? thanks 
LEE Chun Wing
Added topic IMPORTANT!! ~ before ATC 2010 , Moderator
I have approved by ATC.TESTER , which have qualification to join ATC 2010 but I have manual trading during preparing the competition EA  the balance of my account is not equal to $10000, could you make sure all the account balance
LEE Chun Wing
Added topic Do HistoryDealGetTicket(index) is sort by HistoryDeal open time?
Do index of HistoryDealGetTicket(index)  is sort by HistoryDeal open time?   or close time?   if i use HistoryDealGetTicket (0)  , then it will select the latest one or oldest deal? what the rules with the index 
LEE Chun Wing
Added topic ATC RULES haven't say not profitable EA can't enter the championship
Errors found in your Expert Advisors during checking: 2010.09.26 07:05 1. Copy experts\combined.ex5 ok 2. Compile 3. Configuration combined on USDCHF:M20 every tick 2010.01.01-2010.08.01 4. Start finished in 1 min 43 sec 5. Statistics 215 kb of log
LEE Chun Wing
Added topic where to fill which currency, timeframe i want to attach on in ATC 2010?
where to fill which currency, timeframe i want to attach on in ATC 2010
LEE Chun Wing
Added topic build 338 tester chart not consistent with result tab, why?
when i used tester to test my EA, I found that a trade show on the chart, but at tester result tab , i can see the deal exist, why it can be happen?    #2 should be opened at 08:00 18 Aug 2010 , but the result tab show it is open at
LEE Chun Wing
Added topic WHY ADVISOR FOLDER ARE PROTECTED FOR WRITE
I HAVE CANCEL THE "READ ONLY " PROPERTIES OF "EXPERT" FOLDER  IN MT5 INSTALL PATH, WILL IT CAUSE PROBLEM? IF IT DOES, WHAT PROBLEM WILL IT CAUSE ? 
LEE Chun Wing
Added topic how to change long --> datetime ?
how to change long --> datetime ? PositionSelect (break_bar.symbol); /*而家 一個SYMBOL 只可用一個” 利用OPEN_TIME既策略”, 除非 用FILEWRITE 左新個OPEN_TIME*/    open_time = PositionGetInteger ( POSITION_TIME ); the long is open_time, i want to print it out to
LEE Chun Wing
Added topic need an example of Print() to print out an datetime array, thanks
need an example of Print() to print out an datetime array, thanks    datetime time[50],time2[50]; Print(" time2[i]= %9d", time2[i] );          Print(" time2[i+1]= %9d", time2[i+1] ); i use
LEE Chun Wing
Added topic share the method of creating class, member
that is a revision of me to how to  creating class : class CTrade { protected :    MqlTradeRequest    m_request;         // request data    MqlTradeResult