@egaxme
Please send me the EGAx - a custom indicator, so I can test your EA. I have arranged the EA a little differently, I hope that is ok for you. What exactly do you need help with, what is not working?
Posts made by RGoo
-
RE: how to add matriangle.. please halp meposted in Questions & Answers
-
RE: AO-Hodrick-Prescott Channel ... how to read the buffers ?posted in Questions & Answers
Thanks for the tip, can you also briefly explain why it does not work with fxdreama.
-
AO-Hodrick-Prescott Channel ... how to read the buffers ?posted in Questions & Answers
Hi guys, does anyone know how to read the buffers from the indicator "AO-Hodrick-Prescott Channel"?
In MT5 the values are displayed, but with fxdreama I can not get the values.

-
RE: block numbers to textposted in Questions & Answers
Thanks for your advice. The EA is quite complex and I turn some blocks on and off. Then it is easier to find the blocks by text. I think it's also important to understand how the program works.
-
block numbers to textposted in Questions & Answers
If I change block numbers to text, which block runs first?
-
RE: Tested R&S levelsposted in Questions & Answers

I meant the one stored in block 12, even if it is not used it is necessary for compiling, or I would have to change block 12, which I don't want to do for the time being. -
RE: Tested R&S levelsposted in Questions & Answers
Can you please add the link to the indicator used? I would like to test your EA.
-
RE: Help for building a EAposted in Questions & Answers
Before someone does the work of writing this EA for you, it would be nice if you could tell us something about the background. Are you currently trading this strategy manually or just heard about it?
And one more important tip at the beginning, it won't help you much in the future if you don't write your EAs yourself. You will quickly discover points that you would like to change or expand and then you cannot really change anything effectively because you have not worked out the strategy of the program yourself. This does not have in common what the program does as an EA, but how the program should do it. You also need basic programming knowledge, even if it is always advertised that this is not necessary with fxdreama. Otherwise you would fail at the latest with the variables. -
RE: EA with a different magic number is using another EA's tradesposted in Questions & Answers
I then simply used groups, in my experience it doesn't work without groups.
-
RE: Making connections between blocks using the block IDposted in Questions & Answers
https://fxdreema.com/shared/rPCeO0jRd
There are a variety of ways to build a "remote control". A simple variant might be this one. It's only a suggestion, I haven't tested it. I only use MT5. 11 and 13 also control SELL. However, the indicator may only switch once, otherwise every tick is bought.
-
EA with a different magic number is using another EA's tradesposted in Questions & Answers
Hi guys, does anyone have an idea why an EA with a different magic number is using another EA's trades? Both are on the same chart. In an earlier version of my EA this was not a problem, but I don't know what I could have done wrong now.
-
RE: Counter status information **Solved**posted in Questions & Answers
Hello, I also want to use a counter to know if the block is still going through. However, I don't understand fxdreama's explanation. Can you please send me an example.
-
RE: mq5 compile to ex5posted in Questions & Answers
Many thanks for the answer. Does that mean it's the same for you? But why do you see in some videors that others only save mq5, have you noticed that too?
-
mq5 compile to ex5posted in Questions & Answers
In the tutorials it can seen that saving the mq5 file is enough to compile it to ex5. I have to save both files separately. The mq5 files are not displayed in my MT5. I have to save ex5 to be able to open it. In MT4 it was different (for me). What I doing wrong or is this normal in MT5?