Chee Chua
Chee Chua
  • Information
6+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends

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

Chee Chua
Added topic Ranging market trading time for EUR/USD
When is the EUR/USD the quietest? What are the hours when it is ranging and moving sideways? Thank you
Chee Chua
Added topic Trading at Specific Hour in MT5
How to make EA trade at Specific Hour MT5? i.e. 12pm to 10pm PST Thank you
Chee Chua
Added topic How to stop loss at 1min OHLC?
Backtesting using Every Tick and 1 min OHLC yield very different result. Would it be possible to perform the StopLoss() function at 1 min OHLC intervals even when Backtesting Every Tick
Chee Chua
Added topic Total Commissions of all open orders.
How do I get the total commissions of multiple open positions? How do I go through all the open positions and adding them up? Thanks
Chee Chua
Added topic Is there anyway to backtest multiple instruments strategy in 1 second timeframe?
Is there any way to backtest multiple instruments strategy in the 1-second timeframe? I understand that the lowest timeframe is 1 minute and would like to know if there is any possible way to work around it? Thank you
Chee Chua
Added topic Please add "Custom Time Period" in next update
Could MT4/5 offer " Custom Time Period " in the next update? It would be nice to be able to test and attach indicators or expert advisors on tick and second charts. MT4/5 are missing tick and second charts
Chee Chua
Added topic Cloud Optimizing using 1 minute OHLC over Every Ticks
Would Cloud Optimizing using 1 minute OHLC over Every Ticks be cheaper and faster
Chee Chua
Added topic What are the specifications for a custom build PC for MT5 strategy tester optimization?
What are the specifications for a custom build PC for MT5   strategy tester 's optimization? There are many powerful gaming desktop out there and it would be a overkill to use those for optimization. How could you build a PC which only sole
Chee Chua
Added topic How much to deposit for optimizing using cloud computing?
How much to deposit for optimizing using cloud computing? 1) Let's say an optimization process on my Core i5 PC takes 3 hours, how long would it on the cloud? 2) How much would that cost me? 3) Will optimizing stopped immediately when I ran out of
Chee Chua
Added topic Real Ticks Discarded, Price Mismatch, Minutes Bars Absent
MT5: When I do strategy tester on MT5 using "Every tick based on real ticks" I get many "Real Ticks Discarded", "Price Mismatch" and "Minutes Bars Absent" errors. How to fix this
Chee Chua
Added topic MQL5- Loop to check if position is profiting or losing?
MQL5- Loop to check if position is profiting or losing? How to look for profiting and looking positions? Returning the ticket/deal numbers
Chee Chua
Added topic Can you help me convert this mql4 script to mql5?
void CloseBy2() { int slippage=10; double minimum_profit=100.00; int x; double trades[][2]; int total=OrdersTotal(); if(total>1) { ArrayResize(trades,total); for(x=total-1;x>=0;x--) { if(OrderSelect(x,SELECT_BY_POS,MODE_TRADES)) {
Chee Chua
Added topic How to remove trading server?
Looks like I could only add server. I‌s there anyway to remove server? D‌elete does not work ‌
Chee Chua
Added topic Who is the Default Broker for the MT5 downloaded here?
I downloaded MT5 from mql5.com and its has live feeds. I am using it for practicing demo trading and strategy testing. My questions are: 1. Is there is a default broker on the MT5? 2. Where does it get all the live feeds from? 3. Are the feeds and
Chee Chua
Added topic MQL5- Loop to check if position is profiting or losing?
MQL5- Loop to check if position is profiting or losing? How to look for profiting and looking positions? Returning the ticket/deal numbers
Chee Chua
Added topic MQL5 - Pair Trading: Close LOSING Position and Set Trailing Stop to WINNING Position Simultaneously
MQL5 - Pair Trading: When the condition is met, how do I do this simultaneously? 1) Close the LOSING Position immediately (Position could be a Sell/Buy order of any currency) 2) Set Trailing Stop to WINNING Position immediately (Position could be a
Chee Chua
Added topic iCustom returns 2147483647
#property indicator_separate_window #property   indicator_buffers 1 #property   indicator_color1  Silver //--- input_1 parameters extern bool       Export= false ; //--- buffers double
Chee Chua
Added topic How to execute trade at the :00 minute of every hour?
How to execute trade at the :00 minute of every hour? i.e. 1:00pm, 2:00pm, 3:00pm when conditions are met
Chee Chua
Added topic How to get the OHLC of the last 1 min bar?
How to get the OHLC (Open, High, Low, Close) of the last 1 min bar
Chee Chua
Added topic Opening a new order one day after last order (MT5)
Need some idea (MT5):  How to allow opening of a new order only after the last order has be opened for at least more than one day