fxDreema

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

    I rented a indicator to do a only robô an ex5 file I can not put it in the fxdreema. How I do??

    Questions & Answers
    3
    14
    3572
    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.
    • G
      Gustavo Rosso last edited by

      The indicator is an ex5 file from metatrader 5 and I can not put it on the custom indica |(

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

        https://fxdreema.com/help/working-with/custom-indicators
        https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
        in both topic is info how to add ex file into my indicators 🙂

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

        1 Reply Last reply Reply Quote 0
        • G
          Gustavo Rosso last edited by Gustavo Rosso

          @miro1360, You are my hero kkkkkkkk, but I still can not, what are the other variations because I think not all are INT, see if you can decipher by the image ??

          Variables
          0_1483557934065_upload-dae61a80-66d4-40bc-9021-2da29be821a4

          Buffers
          0_1483558000233_upload-1203fb92-5168-4e2f-89ee-f92bbd47e5a0

          I think I'm doing it wrong.
          0_1483558073664_upload-63fdd8c6-e867-4b4a-a24f-01a2565b2279

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

            here are types:
            0_1483560733556_upload-856ea195-9c84-4677-92ce-0b3ae49e716d

            and buffers are numbered from 0 to 7 ...

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

            1 Reply Last reply Reply Quote 0
            • G
              Gustavo Rosso last edited by

              Creating a robot is more difficult than I thought, the names of the various I think should not be put those. How do I find the right ones ?? Sorry my stupid !!

              0_1483562544937_upload-ba1bd122-1d3a-4234-afef-23f03994444d

              I think I did the opposite ?? Kkkkkkkkk

              0_1483562628328_upload-0371fcaa-fe59-4e9b-b2de-547eee7c02c6

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

                type all input parameters, one after another, like:
                int barSize 50
                double retracementFactor 1.0
                bool symmetricalReversals true
                bool showWicks true
                datetime startBuilding D'1970.01.01 00:00:00'
                bool synchronizeFirst false
                bool showCurrentBar true
                color bullishBar clrLime
                color bearishBar clrRed
                etc., add all parameters ... last one is
                int periodOfAveraging 20

                and output buffers names, define there 8 different buffers, like:
                0buff
                1buff
                2buff
                3buff
                4buff
                5buff
                6buff
                7buff

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

                G 1 Reply Last reply Reply Quote 0
                • G
                  Gustavo Rosso @miro1360 last edited by Gustavo Rosso

                  @miro1360, What I want to do is easy but I'm still not getting it, it does not execute any order.
                  :S

                  0_1483705305364_upload-61d86f15-1d7e-46b0-a351-8fb606e75435

                  I need only 3 first variables.
                  Simple strategy when the bar renko 2 closes above the bar renko 1 buy and when the bar renko 2 closes down the bar 1 close position.
                  On sell when bar renko 2 close down from sale 1, when bar 2 close above 1 close position.
                  https://fxdreema.com/shared/KgpHGJtae

                  G 1 Reply Last reply Reply Quote 0
                  • G
                    Gustavo Rosso @Gustavo Rosso last edited by

                    0_1483708651088_upload-7332b6f5-341b-4917-9edf-fa55e3694e8c

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

                      I dont know tell you exactly where is problem, but maybe it is possible to figure out ...
                      as buffer try to use "medianRenko" and compare it with value 1 for bull candle and 2 for bear candle, but this is only my blind shot, because I have not worked with this type of indicators ...
                      https://www.mql5.com/en/docs/customind/indicators_examples/draw_candles

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

                      1 Reply Last reply Reply Quote 0
                      • G
                        Gustavo Rosso last edited by

                        @miro1360, I continue with several problems, but now I've got a skeleton in mq5 that the FxDreema understands. These are Buffers

                        The list of individual output buffers is listed below for your reference:

                        #define RENKO_MA1 0
                        #define RENKO_MA2 1
                        #define RENKO_DONCHIAN_HIGH 2
                        #define RENKO_DONCHIAN_MID 3
                        #define RENKO_DONCHIAN_LOW 4
                        #define RENKO_OPEN 5
                        #define RENKO_HIGH 6
                        #define RENKO_LOW 7
                        #define RENKO_CLOSE 8
                        #define RENKO_TICK_VOLUME 9
                        #define RENKO_BAR_OPEN_TIME 10

                        0_1484078491223_MedianRenko_Skeleton.mq5

                        The idea of a robot is as in the image, if you form a bar renko green purchase, and the next red ends is simple !!
                        0_1484078850999_upload-6550ea4f-af89-44e1-ac91-d5131d332a05

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

                          try to work with CandleColor[] buffer ...

                          it is buffer 6, or if are numbered from null, it is number 5 (0,1,2,3,4,5) ...

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

                          G 1 Reply Last reply Reply Quote 0
                          • G
                            Gustavo Rosso @miro1360 last edited by

                            @miro1360, Do not understand! :s

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

                              it is hard to explain you what are buffers 😄 read about it more on mql5 ...
                              do you also know, that this renko strategy is not profitable? 😄 ... you are wasting time ... there was plenty strategies tested with renko, filtered with all types of indicators and was not profitable ... maybe something manually controlled ...

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

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

                                #define .... This is not a buffer, this is just a constant definition that is available in the indicator only.

                                input ... These are the input parameters. Each one of these must be defined in fxDreema.
                                Now, there are some issues that can cause problems:

                                Here...

                                input int barSizeInTicks = 100; // Bars size (in ticks)
                                      double customBarSize = barSizeInTicks * Point();
                                

                                barSizeInTicks is an input parameter, but customBarSize is not. It only appears in the middle of all input parameters, which is kinda bad structure. Don't add customBarSize to the list of input parameters.

                                input MaMethodType MA1method = Exponential; // 1st MA metod
                                input BufferDataType MA1applyTo = Close; //1st MA apply to
                                

                                MaMethodType and BufferDataType are defined inside the indicator file. If someone knows how the EA can see these, let me know. But I don't know. What I know is that the EA don't have a clue what these mean. The EA knows only those data types and enumerations that are defined by the system (that exist in MQL natively) or those defined in the EA itself. But the indicator is a separate program that connects with the EA via some function called "iCustom".

                                So, instead of MaMethodType use "int". The possible values are 0, 1, 2 and 3, but not Simple, Exponential, Smoothed or LinearWeighted.

                                Again, if someone knows how the EA can see those enumerations in the indicator, let me know.

                                1 Reply Last reply Reply Quote 0
                                • 1 / 1
                                • First post
                                  Last post

                                Online Users

                                P

                                6
                                Online

                                146.7k
                                Users

                                22.4k
                                Topics

                                122.6k
                                Posts

                                Powered by NodeBB Forums | Contributors