mt5 condition block (custom indicator) issue
-
Hello,
The issue i'm having has to do with the use of the "condition" block and custom indicator in conjunction with the "set current market" block. The custom indicator will only load onto one chart during testing and as a result when trades are opened for other currency pairs, the direction (buy/sell) signal from the one chart with the custom indicator loaded is used. Resulting in either all buys or all sells.
In the screen shots there are two condition blocks that use RSI. They are there because without them, only the one chart with the custom indicator will load. however if I disconnect the custom indicator condition blocks and connect the RSI condition blocks then everything works as it should.
Also this ea was built with the online builder. The desktop ea builder does not work at all for mt5 ea's, the tester freezes when trying to test a ea built with the desktop ea builder.I tryed attaching a few screen shots, but I get an error message saying that the "board attachment quota has been reached"
Any ideas? thank you for your help.
James
-
Try this wonderful software for making screenshots: https://app.prntscr.com/en/index.html
-
I just sent an email to support@fxdreema.com with the subject "mt5 condition block (custom indicator) issue". It has the 3 screen shots
James
-
Set "Current Market" for next blocks - when you run this block once, it activates its output multiple times - as many times as many symbols you provided to it. So, blocks 7, 1, 4 and 8 run few times.
When you have your EA working on one chart, it doesn't work with other charts!
If you have this EA on EURUSD, then Set "Current Market" for next blocks runs because of EURUSD ticks. The EA is not aware of the ticks in AUDUSD or other charts.
The idea of this block is this - to reuse the same group of blocks. Otherwise you will need to have multiple groups of blocks, and for each group of blocks you will need to set specific Market.
The use of this block does not give you the same result as if you put the same single-market EA in 7 different charts.
-
Ok i understand what your saying. But the thing i noticed is that when i use a standard indicator like RSI instead of a custom one, the EA opens a combination of buys and sells according to the signal for each chart????? It may be triggered by the tics from EURUSD but it looks like its reading the RSI signal from whichever chart it is cycling through and opening orders according to that charts signal.
-
Hey, sorry but I'm currently thinking about updating the website, which is a big thing for me. Now I can't think about people's problems + after I update the site, some issues might appear or disappear. So, let's see what will happen first. I will probably forget you, so ask me later about the problem. But if you can make some simple project that contains as less blocks as possible ans shows the problem, this will be the better. Not to mention that it's still Sunday and I can't run EAs on demo account now, there are no ticks

-
ok thank you