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.
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.
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.
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
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
When used on a LIVE acct, the EA can do step 1 but not step 2
I share the EA at below link
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?
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