Dua Yong Rew
Dua Yong Rew
5 (1)
  • Information
11+ years
experience
7
products
364
demo versions
0
jobs
3
signals
3
subscribers
To be successful, a sound strategy or EA is needed. You also need the right broker for a successful journey. Below are the brokers I have done my trades with and been able to withdraw money from.

Please copy and paste the link instead of clicking it. It will not register the referral code. Thank You.

---

I use FXVM as my VPS provider. Sign up with the link below
https://fxvm.net/?aff=19429

---

IC Markets > https://icmarkets.com/?camp=67610

Sign up under my referral and get VIP commission rates at $5.50 instead of $7.00 for USD based account.
Other currency based account are also eligible for VIP rates

If you already have an existing ICMarkets profile, you can still connect it to our program. To do this, send an email to ICMarkets support (support@icmarkets.com), with a request to connect your profile to the referral number 67610

---

Fusion Markets > https://fusionmarkets.com/?refcode=80196

ForexTime > https://www.forextime.com/?partner_id=4949241

Eightcap > https://join.eightcap.com/visit/?bta=39104&brand=eightcap

If you already have an account with the mentioned brokers, you can still join my IB by emailing them and quoting my referral code.

Fusion Markets (help@fusionmarkets.com)
Referral code > 80196

Forex Time (support@fxtm.com)
Referral code > 4949241

EightCap (customerservice@eightcap.com)
Referral code > 39104
Dua Yong Rew
Added topic Statistics : Collecting Hourly Average Range
//+------------------------------------------------------------------+ //| doshur | //| www.doshur.com |
Dua Yong Rew
Added topic void comment
hi all, i seen some EA that can display a whole load of text with the comment function but when i try, the max is only up 64 how did those EA do that
Dua Yong Rew
Added topic How To Speed Up Optimization?
Hi Guys, For example I want to optimize a moving average cross over EA I have the following inputs Fast_MA and Slow_MA So under the tester environment, I put the following Fast_MA > start : 1, step : 1, stop : 20 Slow_MA > start : 1, step : 1
Dua Yong Rew
Added topic Cope with GAP
I backtest my EA and notice this small little thing that does not happen very often, often only during monday open I notice the GAP will actually accelerate the calculation of moving average and any other indicators making a false signal. How do you
Dua Yong Rew
Added topic verify history center data
hi all, this is always a problem to me. when i try to download the history, the data seems to "jump" from one date to another leaving a missing period how can i ensure the quality of my data to backtest me EA
Dua Yong Rew
Added topic EA Strategy
Hi all, For those who have EA running on live account making real money. Is your strategy running for a specific pair or multi pair
Dua Yong Rew
Added topic how to convert double to integer
how can i convert a double value to a integer value
Dua Yong Rew
Added topic Active 9 Hours
Hi all, Any ideas to go about finding which 9 hours range got the highest high and the lowest low of the day for consecutive x number of days example i need to find the 9 hour range of the day with the max high and min low and collect and compare
Dua Yong Rew
Added topic VPS Sponsorship
Anyone here wanted to help fund my open source project? Need to use a VPS to test out some code and will update the thread accordingly with my findings. https://www.forex-tsd.com/expert-advisors-metatrader-4/24496-rangerfx.html
Dua Yong Rew
Added topic seperate buyers and sellers
given a candlestick, it has high, low, open, close values. how do you separate buyers from sellers? my take is close - open if express in ratio is (close - open) / (high - low) what's your take
Dua Yong Rew
Added topic overbought / oversold zone
what is your method of identifying overbought / oversold zone? or your method of identifying reversal
Dua Yong Rew
Added topic indicator eating lots of memory while referencing to other timeframe
my indicator are eating quite a lot of memory while referencing to other timeframe like example int MA_Direction(int TF, string Pair) { double F_MA = iMA(Pair, TF, 5, 0, MODE_EMA, PRICE_CLOSE, 0); double S_MA = iMA(Pair, TF, 5, 0, MODE_EMA
Dua Yong Rew
Added topic store bool in global variable
hi all how can i store a bool in global variable? thanks
Dua Yong Rew
Added topic currency strength (Phy, Barrowboy, Cloudbreaker, ...)
need some help from the gurus here can check how to reduce the memory for this ea
Dua Yong Rew
Added topic requotes question
yesterday my EA tries to open a trade and got a error 138 i check on it and found that the price in that few seconds was rising very fast i got requoted 2 times and entry price is not that good. so should i use a bigger slippage or stop open the
Dua Yong Rew
Added topic Oanda Labs
is there any way to get this data into a metatrader indicator? http://fxtrade.oanda.com/tools/statistical_information/fx_open_position_summary.shtml
Dua Yong Rew
Added topic week of the month
how can i get the week of the month
Dua Yong Rew
Added topic average ticks per minute
anyone can help? how can i code to count the average ticks per minute
Dua Yong Rew
Registered at MQL5.community
Dua Yong Rew
Added topic 30sec chart
anyway to get seconds chart? need to program into my EA for sharper entry