I'm using "check positions count" instead when adding to volume with child trades as the counter seems to break when in this position.
Posts made by Implosion
-
RE: MT5 Counter To Pass N timesposted in Bug Reports
-
RE: NoPosition and NoPosition/orderposted in Bug Reports
@ambrogio THANK YOU.
Next time I'll post in the help section.
And the other posters please restrain yourself from making smart comments.
-
RE: NoPosition and NoPosition/orderposted in Bug Reports
Can the Site Owner fix this bug please ASAP
-
RE: NoPosition and NoPosition/orderposted in Bug Reports
@xfire
STOP IT.
YOU ARE STEALING MY THREAD. GO POST YOUR OWN!!!
I will post the code soon.
Most likely I was programming before you were born.
I just have a number of other programming projects more important right now! -
RE: NoPosition and NoPosition/orderposted in Bug Reports
@xfire said in NoPosition and NoPosition/order:
If you can't work with blocks doesn't mean it is a bug!
you should move your question to the Q&A category and share your projectI can work with blocks and stop being arrogant.
-
NoPosition and NoPosition/orderposted in Bug Reports
Under ex5 neither of these code pieces work. They just pass continuously on tick.
Can you fix this urgently? -
My Indicatorsposted in Bug Reports
In the 'my indicators', the relative directory slashes are written both as back slashes and forward slashes in different places. I know windows and linux are opposite slashes but as its primarily a windows app how about using just backslashes?
-
RE: Site fxdreema.com offlineposted in Questions & Answers
@fabiobioware said in Site fxdreema.com offline:
Hello @fxdreema, I believe that not only me, but many of us here on the forum subscribers of fxdreema would like to know if there is a way to contact you to let you know when the site is down.
Was there any form of contact?Was there any maintenance?
Plus 1 for that, the site being down was a pain, I lurve fxdreema
-
Stops Errorposted in Bug Reports
When a stop is moved to have a trade exit with a loss then the following error occurs. I have included a image. This is using the 'shrink stops' function as the 'modify stops' function didn't work for me either.
The purpose is to have a martingale trade where all the stops are the same as the LAST opened trade. This is only using take profit and don't require stop loss.

-
RE: Martingale in Buy Logic Box Not Working MT5posted in Bug Reports
Thats what putting a note in this forum is meant to be.
-
Martingale in Buy Logic Box Not Working MT5posted in Bug Reports

Its not working if the trade is stopped out and then the system opens a new trade. The new trade is the same size as the old trade. it does work if the block has a trade open it will continue to add multiple trades and each one is larger by the multiplier. This appears broken and not like the MT4 version. It does work the same as the MT4 version in the backtester. It behaves abnormally on an account with real data.
-
RE: MT5 Volume Percent based on stop lossposted in Bug Reports
Please Cancel. Found the problem. Not enough money.
-
MT5 Volume Percent based on stop lossposted in Bug Reports
Risk % of Equity (Balance, Free Margin)
The lot size here depends on the size of Stop Loss. The idea is that if the trade hits Stop Loss, the loss will be roughly the % of Equity (Balance, Free Margin) you have specified.Is not adjustable in the EA even with it ticked.
-
RE: Loop through arrays with custom blockposted in Tutorials by Users
What trade strategy are you trying to do? There may be an easier way.
-
RE: Forum Spamposted in Questions & Answers
I think this guy is just bundling your help files and try to sell them. That's the annoying part. There is no added value from his post.
-
RE: Allow the EA to trade dynamically on any 3 out of 5 charts loaded. How would I do this?posted in Questions & Answers
Logic blocks: For Each Trade->Once Per Trade Order->Counter->Entry Method.
There is a counter and a reset counter for each parent trade and for each exit strategy. So one entry and two exits would be two counters with resets. Count would depend on how many charts each exit strategy closes.