Kam Yuk Wong / Publications
Forum
Indicator to add avoid false breakout
My breakout EA work on different currency pairs need an indicator to help to avoid false breakout. May be consider the volume or anything else is OK. Please advise. Thanks Peter
Any good strategy for EA ?
Hi all I am an IT guy and just finished my first EA using breakout stragety and it is working on my prop firm account. I want to start another new EA, any strageties are good ? Hope some experienced traders can help this IT guy. Thanks Peter
EA has problem, the function work in stragety tester but not in demo and live
Dear all, This function in my EA work in tester but not in demo and live, please help. It return the deal of 2 hours before divided by minimun lots allowed. e.g. 2 hours before the deal in was 0.05 lot, then it should return 5. Use the CODE button (Alt-S) when inserting code. A moderator
Avoid false breakout
I am developing an EA to trade breakout, the risk- reward is 1:1 (I have tried different RR ratio but they almost got the same result in the long term.) How to avoid false breakout ? It mainly work on XAUUSD , US500 on timeframe M5. Thanks Peter
Triangle Breakout
May I know if there is anyone who focus on triangle breakout and can make profit this year
False breakout
How to avoid false breakout ? I focus on trading breakout, but false breakout greatly affect my equity growth, hope someone can help me to avoid the false breakout. Thanks
Use same EA for all symbols
Hi all I have finished an EA, I want to use it for my demo account for all symbols with timeframe M15. Is there an easy way to do it ? I don't want to open the symbols and drag and drop the EA to them one by one Peter
EA sharpe ratio
May I know the back test sharpe ratio value of your EA you developed yourself or got it from mql5 .com
programming problem
I want to update the ask value for all ticks and reduce the spread by 50%, but the program only update 1 tick finally as shown by the print function . Can anyone help me to fix the problem ? void OnStart () { MqlTick ticks[]; if ( CopyTicksRange ( _Symbol ,ticks, COPY_TICKS_ALL , 0
MT5 strategy tester work well but not in live account
I guess if an EA work well in live account, it may not be good in tester. If I am right, what should I do to improve my EA ?