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 last edited by XYON126

      Hi zedai2. You try to open it with two EAs, only all in one EA. Since if you do it with 2 EA, if you think that one eliminates the other, a panel will never accept two EAs at the same time, this only allows you with indicators. Sorry for my English

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

        @xyon126 said in Video Tutorial - Signals Dashboard EA [advanced] - looping Objects, arrays:

        @ miro1360. Thank you very much for the tutorial and the video, they are phenomenal, unique. This help is the best. I have a question. It is possible that the buttons of the pairs or symbols EURUSD, GBPUSD, etc. have a LINK that when pressed does not send to the window of that pair, if so, how could it be done. Thank you very much in advance and sorry for my English.

        It is pretty simple, just continue with the loop template. I assume that you need to change a pair on the same chart (not open a new one). Add this to "on Chart" section.

        0_1600813217994_33bc5f8d-08d3-460c-b832-275e81f159b1-image.png

        Now when you click on the pair name, the chart changes accordingly.

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

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

          @miro1360 said in Video Tutorial - Signals Dashboard EA [advanced] - looping Objects, arrays:

          Thank you very much for the tutorial and the video, they are phenomenal, unique. This help is the best. I have a question. It is possible that the buttons of the pairs or symbols EURUSD, GBPUSD, etc. have a LINK that when pressed does not send to the window of that pair, if so, how could it be done. Thank you very much in advance and sorry for my English.

          Thank you very much, I am going to try it.

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

            @miro1360 Thank you very much. I look at all this is by pair?

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

              https://fxdreema.com/shared/W5N4D492d

              you look on it through the loop + mouse clicked on object (the loop iterates over an object name, the object name (and pair name) is selected/changed in the loop)

              now as you click on a pair name, the chart is changed accordingly ... so you can make any object clickable from any array contained its name:

              0_1601576340403_50e460d7-56c4-4a0d-9334-0eb6677af8c3-image.png

              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 XYON126

                @miro1360 Many thanks. Just a few last questions to be able to adapt it to my strategy:
                What exactly does it do?, How can an audible alarm be added? and in "on Timer" there are in the lower right corner two loose blocks "Pass" the Nr. 22 and Nr. 23 What function do they have, what are they for? or they do nothing.

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

                  22 and 23 does nothing 😄
                  alarm for what condition?

                  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 XYON126

                    @miro1360 Hi look! My intention is to adapt it for my strategy which is: Always being in M5 when this occurs EMA-30> EMA-200; EMA> 12> EMA-30; PRICE> EMA-200; Current candle crosses above EMA-30 all in M5, M15 and H1 at the same time. Let me know (sound signal and on panel) when all this occurs and the candle that obtains it closes.
                    All this I will apply in 12 currency pairs. There is another premise but I think it is impossible to program since it is visualizing a change in trend or swing with a minimum of 4 candles, 2 bearish and 2 bullish in a row and this visual is much faster. That is why I need an audible warning and in the panel to know which pair produces it. By the way, what does the tutorial panel really do?
                    Thank you very much.

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

                      here is something ... alert is slightly tricky, the whole system can be complicated and not easy to explain 😄

                      https://fxdreema.com/shared/EHOzBnZpb

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

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

                        @miro1360 hi, i'm following the video, excellent tutorial, thank you very much.
                        I would like to ask if there is something similar but to handle the open trades of the currency of the chart we are working on.

                        0_1606027107511_30cebd85-ccbd-4d71-b50b-aa4e8f3280dd-image.png

                        That is, we assume that we work with several currencies at the same time and in the graph we want only the open trades of that currency to appear so that we can easily see specific information about that currency and not about everything in general
                        Thank you very much for everything, you are a great help

                        ANTONIO JESUS

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

                          @miro1360 Hello, I am making this concept of the photo with your panel, the problem I have is the one seen in the photo, my idea is that in the panel next to each PAR I get the number of open operations in that PAR and that in another button I get an arrow up green or down red If the profit is positive or negative but I am not, what I get is the photo, I do not get all the buttons in any column, it deletes the PAR and when I delete the EA I have a button and it does not delete it. Please, what am I doing wrong? Thank you.

                          0_1607973140565_bca89d7b-ac59-42d9-926b-89be0f86ec0d-imagen.png

                          https://fxdreema.com/shared/Ohnb0CqMb

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

                            many things ...

                            • block IDs (numbering) is wrong (it must be incremental as my first example does)
                            • prefix name is missing
                              0_1607983544029_9dc61261-45dd-4bcf-bbb6-e6329ec278c5-image.png
                            • this is not working that way ... move it in the loop (and add blocks for trades filtering - by name)
                              0_1607983692527_c39c52aa-e0c4-4a03-8012-2b103dc049d9-image.png

                            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, thank you very much for the help. I have made the changes you have mentioned (I think I have understood it correctly) and I get the one in the photo, where are the errors?

                              0_1608005985657_e86e64d7-5331-4148-98ad-4f2a8db04995-imagen.png

                              https://fxdreema.com/shared/Fjl7fF6kc

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

                                as I said, many things 😄 ....
                                all "conjoint" objects have the same name and it is wrong, change it ... for something different, like "field-a" and "field-b"
                                0_1608009626346_38ceaa19-ff97-403e-a452-da74114ae763-image.png

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

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

                                  and do this correction for each loop:

                                  0_1608009958101_ee8532ec-f557-46a5-8926-bd0c6b1e9949-image.png

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

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

                                    I am not sure if this will be sufficient:
                                    ... perhaps you will need somehow filter the trades, because "Trade statistics" count with all opened trades (regardless of the pair) and therefore all blocks will be either green or red
                                    0_1608010128429_912cae45-0b8f-47be-88a4-7b3b993c041e-image.png

                                    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 XYON126

                                      @miro1360 Hi @miro1360, thank you very much for the comments and help, for what you comment with the profit for PAR I see that it will not be possible and having only the amount next to the pair it will be worth the same. I have modified everything and what I have done is two columns, one for purchases and one for sales, but even so it gives me problems; In the photo there are 3 open operations as indicated in the upper part where it indicates the total of operations but in those of the pairs when there are no pairs a button with a zero should appear and it does not come out, and it generates a button in the air that I don't know why, another problem is that when everything is left to zero the upper panel does not reset and the columns of the pair operations do not appear, And I get the trading buttons one position above par and not to the side. where are the errors? Well, I think it's simplified and now it should be fine. I'm not a computer scientist and I am unable to find the errors. Thanks a lot.

                                      0_1608022872241_cf836ab6-6741-4740-b1b5-5defcc6f7c9e-imagen.png

                                      https://fxdreema.com/shared/UASMeWOfd

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

                                        here with profit/loss info ... you can add all additional info that way:
                                        https://fxdreema.com/shared/WkqqYegkb

                                        0_1608047153503_fced5ca1-b801-442a-bfd9-5003f47d16be-image.png

                                        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 XYON126

                                          @miro1360 Thank you, Thank you very much. @miro1360, I am envious of you. Could you give me a little of your wisdom for Christmas. MERRY CHRISTMAS AND A HAPPY NEW YEAR. Very, very grateful. ;-).

                                          I am going to study it to the millimeter, it is very valuable information.

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

                                            🙂 no worries, the more you practice the better you become
                                            this is important in the loop
                                            0_1608133708641_80897f39-21b3-4e61-9770-9b26463a304d-image.png

                                            I wish you Merry Christmas too 🙂

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

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

                                            Online Users

                                            Q
                                            C
                                            T
                                            S
                                            A
                                            M
                                            R
                                            G
                                            G
                                            Y
                                            C

                                            23
                                            Online

                                            146.7k
                                            Users

                                            22.4k
                                            Topics

                                            122.6k
                                            Posts

                                            Powered by NodeBB Forums | Contributors