Dua Yong Rew
Dua Yong Rew
4.5 (2)
  • Information
12+ years
experience
7
products
376
demo versions
0
jobs
3
signals
4
subscribers
For success in trading, a solid strategy or EA is essential. Additionally, choosing the right broker is crucial for a smooth journey. Here are the brokers I have traded with and successfully withdrawn funds from.

---

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

---

IC Markets > https://www.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://www.fusionmarkets.com/?refcode=80196
(Please copy and paste the link above instead of clicking it)


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
Dua Yong Rew Published product

An Opening Range Breakout (ORB) EA is an automated trading system that is designed to trade a financial instrument based on a specific strategy called an Opening Range Breakout. The strategy is commonly used by day traders in the financial markets, particularly in the stock market. The Opening Range Breakout strategy is based on the idea that the first few minutes of the trading day can be particularly volatile, and that a significant move in the price of a stock or other financial instrument

Dua Yong Rew
Published post Issue with Pending Buy Stop Orders
When you place a pending buy stop order with a trigger price that is sensitive to the bid-ask spread, it's possible for the order to be triggered even if the chart does not reflect the price reaching the level you specified...
Dua Yong Rew Published product
Reviews: 1
175.00 USD

Night Scalper is a professionally coded night scalper that trades during the quiet session one hour before and after rollover timing. It is designed to trade EURUSD ( M5 timeframe ), though it is not limited to this currency pair. It does not use dangerous strategies, such as grid or martingale strategies, so it is a safe Expert Advisor. It is recommended to use a tight spread broker, preferably an ECN broker with good liquidity. For a list of brokers that work well with this EA, please visit my

Dua Yong Rew
Published post In a trading system, which is more important? Entry VS Exit
In a trading system, both the entry and exit are important. A well-planned entry can set a trader up for success, but it is ultimately the exit strategy that determines whether a trade will be profitable or not...
Dua Yong Rew
Added topic getting hourly range in a day and over x days
Hi all, I need to get the hourly range High - Low of a day and over x days. I written a sample to get daily range, how do I modify to get hourly range for a day and over x days?    double    low  = 0
Dua Yong Rew
Published post Why do I set TP and SL only after order is executed
Price slippage can have a significant impact on the effectiveness of fixed Take Profit (TP) and Stop Loss (SL) orders. When price slippage occurs, the price at which the order is executed can be different from the expected price, which can result in the TP and SL levels being off target...
Dua Yong Rew
Published post Guide to using Advance BreakOut Scalper EA
This serve as a guide on how to use the Advance BreakOut Scalper EA https://www.mql5.com/en/market/product/77296 Telegram Channel https://t...
Dua Yong Rew
Dua Yong Rew
I'm releasing my EA soon
Join my group at
https://t.me/stepperbo
Dua Yong Rew
Dua Yong Rew
Added a new blog post about using multiple brokers
https://www.mql5.com/en/blogs/post/751547
Dua Yong Rew
Published post Why use multiple brokers instead of just one
There are several reasons why it may be beneficial to use multiple forex brokers instead of sticking with just one. Trading conditions: Different forex brokers may offer different trading conditions, such as different spreads, leverage, and execution speeds...
Dua Yong Rew
Added topic SymbolInfoSessionTrade
Hi all, please see screenshot    string    str_start = TimeToString (start, TIME_MINUTES ),             str_end   = TimeToString (end, TIME_MINUTES )
Dua Yong Rew
Added topic Tick data
My local c drive has a very small space and ticks data are filling up fast Is there any way to point to store ticks data on another drive instead of c
Dua Yong Rew
Added topic Time converstion function slowing down EA
I noticed that TimeToString and StringToTime is making my EA a lot slower Is there anything I can improve on the code below? It is a function to check if the market is open for trading
Dua Yong Rew Published MetaTrader 5 signal
MOE FM
Price: 30 USD, Growth: 101.07%
Mixture Of Expert Recommended broker list, please refer to my profile https://www.mql5.com/en/users/doshur Join my telegram group for information   https://t.me/stepperbo
Dua Yong Rew
Added topic EA settings went off
Hi all, Anyone of you encounter this symptom where when you restart the MT5 terminal, the EA settings gets back to default
Dua Yong Rew
Added topic Opening same text file with EA across multiple pair
My EA reads from a text file. I attached my EA to 8 charts and when loading the MT5 I have some error opening the text file. I used random sleep to mitigate the opening of file in my on init Is there a better way
Dua Yong Rew
Added topic Pending Order
Hi all, Does sending my Pending Order to the Broker first means my PO will get executed first compare to those that send later with the same pricing
Dua Yong Rew
Added topic Getting Pending Order and Actual Executed price
   datetime to    = TimeCurrent (),             from  = iTime ( _Symbol , PERIOD_D1 , 0 );    ulong     ticket;
Dua Yong Rew
Added topic masked input
Feature request Can MQ add this feature? I need a masked input to password protect the EA
Dua Yong Rew
Added topic price slippage on pending order
Hi all, is there any easy way to detect that the order executed price slipped from my pending order price