Glad that the builder page is up again. However, when I export a mql4, rename and load back in, I get a blank project. Also when I try to drop and place a new block, edit the sequence number, everything got messed up. Full of bugs
Best posts made by chuahb
-
RE: Builder not working for about 13 hours so far.posted in Bug Reports
Latest posts made by chuahb
-
Draw trend lines on Indicator windowsposted in Questions & Answers
I can draw trend lines on the price window. However, I cannot figure out how to do the same on an Indicator window (e.g. RSI, MACD, etc)
Please kindly help me. Thank you.
-
RE: Does your fxDreeema work properly for both Live and Demo accounts?posted in General Discussions
I got my broker to check why the EA does not work on a REAL account. Below was their reply
"The reason of why the EA is not functioning as expected in live compared to demo is because in demo there is no delay in execution time . The execution time in demo is 0ms. Wheareas in live enviroment there is always execution time.
Because of the slight increase in execution time, while the EA is taking profit , the EA sometimes cant execute market order at the same time.
So our dealer suggest you to readjust the EA to have more than 1 trail to execute a market order after a TP is hit and stop when the order is filled"
Anyway, I modified my EA to check the logic by every TICK rather than upon the closure of any trade. Somehow that works.
-
RE: Does your fxDreeema work properly for both Live and Demo accounts?posted in General Discussions
There are no backtesting involve. Everything is Forward Testing.
When I say Demo, I meant real-time forward test but not real money
When I say LIVE, I mean real time and real money.Hope that helped to clarify
-
RE: Does your fxDreeema work properly for both Live and Demo accounts?posted in General Discussions
Thank you for your input. It's a hedging strategy that can be used in any time frames. I usually use on the H1. Basically what it does is
- Open a Market LONG and SHORT with TP defined for both trades, Both trades same Lot sizes X
- Once a trade TP, let say the LONG TP, it will trigger a Market LONG at 2x lot size.
- Once the SHORT trade @ X and LONG trade @ 2X breakeven, it will close both trades together.
When used on a LIVE acct, the EA can do step 1 but not step 2
I share the EA at below link -
Does your fxDreeema work properly for both Live and Demo accounts?posted in General Discussions
I have been Demo testing an EA which I've constructed using fxDreema. It worked perfectly for more than a month on my Demo acct.
However, when I start using it on a Live acct from the same broker, it does not execute as expected.
Does anybody else experience the same problem?
-
RE: Builder not working for about 13 hours so far.posted in Bug Reports
Glad that the builder page is up again. However, when I export a mql4, rename and load back in, I get a blank project. Also when I try to drop and place a new block, edit the sequence number, everything got messed up. Full of bugs