chua le
chua le
chua le
Added topic Tick Prices
Hi,   May I know how to write the coding  to find the diferrences between the current tick price and previous tick price?  Regards 
chua le
Added topic How the Program Flow?
//+------------------------------------------------------------------+
chua le
Added topic How to print message into a file
Hi,   May I know how to print message to a file instead of to the expert log?   Thanks 
chua le
Added topic Print Message for Debugging during backtesting
Hi,   I found that "Print ()" cannot print messages to expert log during backtesting . Please advise how to print message for debugiing purpose during backtest.   Thank you 
chua le
Added topic Look for a consistent profiting EA
Hi,   I am looking for a consistent profiting EA, can anyone recommend? I search the internet and there are many websites on EA and I am not sure which EA is really consistently profitable.   Regards 
chua le
Added topic MQL4 Documentation and MQL4 Book Download
Dear All,   Is there a link for the above mentioned download? The MQL4 book format is in .chm which is not a file. Please help.   Regards 
chua le
Added topic Orderclose not working
My Oredrclose is not working, please help.         if (total>0)         {         if(bar3<-1) OrderClose(ticket,OrderLots(),Bid,3,Green);        
chua le
Added topic Which moving average for EA?
Hi, I am thinking of creating an EA using 2 moving averages basing on crossover method. Which EMA is recommended? Is there a way to optimize which EMA to be used
chua le
Added topic Consistent Profitable EA
Hi All, Have created simple EA for automated trading but it seems that not easy to achieve consistent profit. Please advise is there any EA in the market that can achieve consistent profit? Manual trading really takes up lots of time of having to sit
chua le
Added topic OrderClose not working
Hi, I have the following coding for my EA, please help me why the OrderClose is not triggerred? Do I need to use OrderSelect() ? What is the purpose of OrderSelect()? Thank you. //+------------------------------------------------------------------+
chua le
Added topic Script not working in Windows 8
Hello, I just installed MT4 in windows 8 and found that script not working, please help me. Thank you
12