fxDreema

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

    iCustom indicator help, no open order..

    Questions & Answers
    3
    14
    10448
    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.
    • S
      switch3880 last edited by

      hello

      I have problem with custom ind. but is .ex4. I know which buffers used.. input parametres is default, no need change, I see indicator ina chart but no open orders..
      index buffer 0 buy
      index buffer 1 sell

      sample project which I tested: https://fxdreema.com/shared/6wa3TGo3b

      Thanks for all

      Rado

      ......
      pipfine-breakout-analyzer.mq4

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

        All input parameters must be there. If you have 1 parameter, fine, but if you have more - you must write all of their values.

        But I will suggest to put the indicator manually into the system: https://fxdreema.com/documentation/work ... indicators

        1 Reply Last reply Reply Quote 0
        • S
          switch3880 last edited by

          THANKS for help Admin :-), now its work 🙂

          Rado

          1 Reply Last reply Reply Quote 0
          • D
            dscoles last edited by

            I have reviewed the suggested page. But do not understand the idea of "you have 3 buffers, so you should define not more than 3 buffers." I understand that this is the goal, but where (in what block) is this done. Without the source code, we are not able to use the "My Indicators" menu option. This has been a stumper for me for indicators that are ex4 compiled. I end up hunting through the internet for source code, but sometimes that is not available.

            Can you provide example pictures of how you tell FXDREEMA that, for example, we are going to use something like hull-moving-averages.ex4 (any example would be great with multiple input and buffers) and how to set up the inputs and the buffers in our code?

            Thanks,

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

              The whole idea of "My Indicators" in fxDreema is to have database of some indicators and use them easily in blocks like Condition. This database does not contain the actual indicators, only their file name, input parameters and buffers. This is all that is needed to be used in the output code. A function called iCustom() is used and it needs only the name of the indicator, input values (not even parameter names, it needs their values only) and the buffer number to use - 0, 1, 2, whatever.

              Yes, you can always add indicator in fxDreema. You can't use the .ex4 file, but you can add it's information manually. All that is needed can be found in MetaTrader, as in the pictures on the bottom here: https://fxdreema.com/documentation/work ... indicators

              1 Reply Last reply Reply Quote 0
              • S
                switch3880 last edited by

                Helou Admin

                I have questions, custum ind. work in EA fajn, but on evry coming tick this indicator flashing on chart...i dont know why 🙂
                Next question, is simply method how I close trades ,means... signal from buffer0 open buy, on signal from buffer1 close trade...

                my project.. https://fxdreema.com/shared/5qf7Inzyb

                thanks

                Rado

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

                  Well, I don't have this indicator, so I don't have an idea even how it looks like. Look at your logs to see if everything looks fine there.

                  I don't get the idea of this: http://prntscr.com/6x8hkh
                  Two operands compared with ==, both are exactly the same. This condition will always be true, the same as if you don't have this block at all.

                  Here is more about indicators: https://fxdreema.com/documentation/you% ... indicators

                  1 Reply Last reply Reply Quote 0
                  • D
                    dscoles last edited by

                    I would not keep coming back to this, but it is very important for my project, AND I do not understand how to push the parameters into the indicator....

                    Let's say that my parameters are in variables. Using the example here in this thread, I see only one box for input parameters. Can you show a visual example of how to send multiple parameters as variables to the indicator?

                    Thanks

                    http://prntscr.com/6x94rs

                    1 Reply Last reply Reply Quote 0
                    • D
                      dscoles last edited by

                      Here is an indicator that I would like to use... but am not able to understand how to send the multiple parameters...

                      ......
                      hull-moving-average.ex4

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

                        http://prntscr.com/6xbla7

                        Your parameters are 21,3,0

                        But again, better add this indicator in the database from My Indicators, it's up there in the main menu. I already gave links that explain this + there is also inline information there in this option. Your indicator is pretty simple, only 3 int parameters and 2 buffers

                        1 Reply Last reply Reply Quote 0
                        • D
                          dscoles last edited by

                          This is one of those things that are totally simple (I am sure) ONCE a person understands them. Until that point though, it is like looking into a dark room. 🙂

                          So to confirm, the actual string you put into the box titled "Param." in the picture is "21,3,0" (without the quotes) using your example. (And, yes, I agree that it would be better to use your indicators from the list... It just happens to be an indicator I had immediately on hand as an example.)

                          So, let's say that I have three CONSTANTS called HULL_PERIOD; HULL_METHOD; HULL_PRICE.

                          How would I fill in the box with those constants? I have not seen anything that is specific to this exact question. If I have missed it, please try to overlook my newbie question, but please provide me just a bit more information...

                          I have to assume that you cannot just enter "HULL_PERIOD,HULL_METHOD,HULL_PRICE" in the input box... Or can you?

                          If not, how do we use multiple constants and variables in an entry like this? I can see how we can use one... but here we have three.

                          Thanks,

                          Dwight

                          1 Reply Last reply Reply Quote 0
                          • S
                            switch3880 last edited by

                            Hello Admin

                            I like to post that indicator ,but is licensed.. work only on my device..
                            idea was in condition block is only gain output buffers from indicator for buy and sell and for close..
                            if existing simplest path how 🙂 please tell me
                            pending orders i cant use.. sometime price jump order, i use offset but still not good,, buy sell block works fine..

                            Question is which block use for only gain output from custom ind..:-)
                            https://www.mql5.com/en/market/product/8418

                            thanks

                            Rado

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

                              dscoles, only if you have those constants defined in fxDreema, otherwise you will see error messages saying that they does not exists. Yes, you can do it like this: HULL_PERIOD,HULL_METHOD,HULL_PRICE. Whatever you put in this input field, it goes in the output code directly. By the way, every input field accepts 100% MQL4 code.

                              switch3880, I don't really understand your questions 🙂

                              1 Reply Last reply Reply Quote 0
                              • D
                                dscoles last edited by

                                Admin,

                                Thank you. Hmmm... More playing to do!

                                I have programmed for 32 years, but in a "natural language" environment that nobody probably has heard of. My programming language is WAY different than MQL4/MQL5 which are more like "C" or Pascal (IMO). So, I'm pressed hard to even create a working function in the MQL4 language. 🙂

                                I have looked for an environment like this one that makes the logic crystal clear, and yet provides full access to the underlying fundamentals without restriction.

                                What you have created in FXDREEMA is simply amazing.

                                BRAVO!

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

                                Online Users

                                A
                                M
                                E
                                A
                                E
                                N
                                S
                                K

                                15
                                Online

                                146.7k
                                Users

                                22.4k
                                Topics

                                122.6k
                                Posts

                                Powered by NodeBB Forums | Contributors