fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search

    Video Tutorial - Signals Dashboard EA [advanced] - looping Objects, arrays

    Tutorials by Users
    11
    75
    42247
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • XYON126
      XYON126 @miro1360 last edited by

      @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.

      1 Reply Last reply Reply Quote 0
      • M
        miro1360 last edited by

        Do you mean information how to do things from fxdreema blocks? Only in this forum πŸ˜„
        Or do you mean about mql4/5 languages? mql4.com, mql5.com and whole internet with tutorials πŸ˜„ ... it is similiar with C/C++ language.

        Between trading and gambling is a very small gap, be careful.

        XYON126 1 Reply Last reply Reply Quote 0
        • XYON126
          XYON126 @miro1360 last edited by

          @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.

          1 Reply Last reply Reply Quote 0
          • M
            miro1360 last edited by

            instead of worrying about what you don't know, work with what you have mastered in life πŸ™‚

            Between trading and gambling is a very small gap, be careful.

            XYON126 2 Replies Last reply Reply Quote 0
            • XYON126
              XYON126 @miro1360 last edited by

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

              1 Reply Last reply Reply Quote 1
              • XYON126
                XYON126 @miro1360 last edited by XYON126

                @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.

                0_1608290546624_4f61134b-96e2-45c7-b0e9-eb1c129e5b8a-imagen.png

                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?

                0_1608290946293_070c99e7-e4f6-4d64-8c64-59bd8def62ce-imagen.png

                1 Reply Last reply Reply Quote 0
                • M
                  miro1360 last edited by miro1360

                  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

                  0_1608321159797_558ec11f-6d2d-4b29-92b5-34d73a88ba80-image.png

                  Between trading and gambling is a very small gap, be careful.

                  XYON126 1 Reply Last reply Reply Quote 1
                  • XYON126
                    XYON126 @miro1360 last edited by

                    @miro1360 Thank you very much @miro1360. If I understand everything, please correct me!

                    0_1608457731250_d82e3789-e6ff-41b7-ad2f-85d3a47672fa-imagen.png

                    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.

                    1 Reply Last reply Reply Quote 0
                    • M
                      miro1360 last edited by

                      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 ...

                      Between trading and gambling is a very small gap, be careful.

                      XYON126 2 Replies Last reply Reply Quote 0
                      • XYON126
                        XYON126 @miro1360 last edited by XYON126

                        @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.

                        1 Reply Last reply Reply Quote 1
                        • Z
                          zedeai2 @XYON126 last edited by

                          @xyon126 Hello, sorry for very late reply. Is there any alternatif way to code it? Let' say using a kind of label name

                          XYON126 1 Reply Last reply Reply Quote 0
                          • XYON126
                            XYON126 @zedeai2 last edited by

                            @zedeai2 Hi @zedeai2 , sorry can you remind me what you mean. Thanks a lot.

                            1 Reply Last reply Reply Quote 0
                            • XYON126
                              XYON126 @miro1360 last edited by XYON126

                              @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

                              0_1612882196762_700c6ce3-a09c-4296-a91c-14f334beabb0-imagen.png

                              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?

                              0_1612882521359_cdbf259a-f708-4589-afa3-1c2754118ba3-imagen.png

                              Thank you very much in advance.

                              1 Reply Last reply Reply Quote 0
                              • N
                                Nguyenjohn @miro1360 last edited by

                                @miro1360

                                Hi Miro1360 This code show RSI value does not work in MT5 can you help me convert this.
                                Thank You

                                1 Reply Last reply Reply Quote 0
                                • W
                                  wish89 last edited by wish89

                                  @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...

                                  1 Reply Last reply Reply Quote 0
                                  • 1
                                  • 2
                                  • 3
                                  • 4
                                  • 4 / 4
                                  • First post
                                    Last post

                                  Online Users

                                  A
                                  D
                                  E
                                  N
                                  N
                                  F
                                  M
                                  A
                                  L

                                  20
                                  Online

                                  146.7k
                                  Users

                                  22.4k
                                  Topics

                                  122.6k
                                  Posts

                                  Powered by NodeBB Forums | Contributors