Video Tutorial - Signals Dashboard EA [advanced] - looping Objects, arrays
-
@miro1360 Thank you very much @miro1360, , you are right in that, with practice knowledge increases; by the way, about what you highlight in the photo (very important) a query arises, I have been looking at MT4 and I have not been able to find information on the variables and formulation that you use or at least uneducated as I understand it , although I have knowledge of Visual Basic 6.0 programming (it is just as old as me :-)) and thanks to that I understand the language well but not to that point, where can I find that well explained information? Thank you very much in advance.
-
-
@miro1360 Hello @miro1360, Yes, I was referring to Mql4, Mql5 I have been looking there and it is quite chaotic to find the use of code and how to use it in the fxDreema blocks for that purpose and that of Formulas or at least I have not been able to find it specifically Although you tell me that it is similar to C, C ++ and here I am already lost because I do not know that language completely and at 60 years old the will is high but the mental agility not so much. Thanks a lot.
-
instead of worrying about what you don't know, work with what you have mastered in life

-
@miro1360 Good advice, thank you very much, I usually practice it and advise the same myself, where is the experience and the years.

-
@miro1360, Sorry one question, is it possible with a show / not show button multiple buttons that are in a specific area? That is, suppose that all the buttons of the information of the operations were like a single button, they were in a specific area of ​​the complete set; and you need to hide them at the same time (that area) because they bother your strategy and analysis at that moment and then, for example at 5 min. you want them to show up again. Is this possible in fxDreema?
This photo is an example of what I consult, this panel is the one I have made with your help, the "show / No show" button is naturally now drawn on top, it is not real.

And finally, it is also possible in fxDreema to make a button that allows me to execute a BreakEven of the active operations in the active PAR of all positive operations, or is it only possible to do BreakEven in operations of a specific strategy, example this photo?

-
it can be done, buttons for controlling the visibility of objects (they are not removed, but shifted away from the chart)
you can separate the BE for each chart or you can do it like this for a better view:
https://fxdreema.com/shared/eigVnyG1c
some loops are now slightly changed (so that the state of the button and the BE data must be preserved and cannot be redrawn if it already exists)
... I have not tested the BE functionality (if does it trigger at all), you can test it ... if that doesn't work, there may just be a little change
-
@miro1360 Thank you very much @miro1360. If I understand everything, please correct me!

1st With this code what you do is move the buttons off the screen with the variable "xxofset".
2nd To all the buttons that I need to hide you add the variable "xxoffset"
3º You create two more columns of buttons the "BE" and the "50", I understand that with the "BE" when it is pressed if the green color is active and the "50" I understand how far in% of the SL it should be so that when you press the blue button "BE" you made me Break Even, being able to modify the percentage of 50 in the button and if instead of percentage you want pips, you only have to change in the BreakEven block to "Fixed values".What I don't understand is what the "xoffset" variable is for, it was already at the beginning, but what does it do? since by varying the value of X the button was already separated from the one next to it.
-
exactly, xxoffset is moving first group of objects (+), be_xxoffset is moving the second group (BE)
the blue BE button "hides" all BreakEven control blocks, they are still active after the hide (shift) ... similiar as the blue "+" button
yes, you can change it to "fixed values" ... maybe it doesn't work at all because I didn't test it (if so, it will be an easily fixable mistake)
xoffset shifts all objects (if you set it -1500, the objects will be moved to the left) ... I put it there because I don't use such a high resolution as you (if I didn't put it there, I would have to move all the objects to the left, you have them on the right for your high resolution) ... you can delete xoffset variable, it has no other use ... -
@miro1360 OKAY! Thank you very much, with this I have analysis and learning for a long time and I will be able to finish (I hope so) my operations panel, I will not tire of thanking you, you are a crack, I think that without you fxDreema would not be successful. Thank you very much and I am at your service as much as I can.
I will inform you about how my super panel is going, rather your super panel since 70% is thanks to your code, the other 30% my adaptation I have an idea of ​​the panel. If you want when I finish it and add all the adapted code that you have taught me, I will share it with you.
-
@xyon126 Hello, sorry for very late reply. Is there any alternatif way to code it? Let' say using a kind of label name
-
-
@miro1360 Hi @miro1360! Sorry, I need help, in the panel where you have been helping me I want the list or column of Breackeven buttons "BE" when the pair has a positive operation with 5 or more pips, the button "BE" which is gray change to green, the sequence I have made is the one in the photo but I find the problem that I think that when there is a positive operation with 5 or more pips instead of changing the color, the icon disappears. Can you help me Where do I have the error? I attach a photo of the blocks, if you need the EA this is the link:
https://fxdreema.com/shared/4QroI22Ed

And another problem is that the show / no show button with the BE buttons does not work and I think it is well programmed, can you verify it and help me solve that error?

Thank you very much in advance.
-
Hi Miro1360 This code show RSI value does not work in MT5 can you help me convert this.
Thank You -
@miro1360 Hi man, can you help me sorting my values in descending order? I tried many times with your customcode block for mt4 project, but I'm stuck... mine is an mt5 project
Here's https://fxdreema.com/shared/DXkeVzNEb
Thanks in advance...