fxDreema

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

    some help is welcome

    Questions & Answers
    2
    6
    1155
    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.
    • F
      FHTrading last edited by

      hi fxdreema!

      i have this indicator this time
      (use all default settings)

      You will see on the windows of the indicator that there is a kind of price and a sample line, with levels 90, 60, 40 and 10. Well i need to know wich are the buffers of the the line and the candles of the price (i mean this current candle value or the candle close value).
      The only i know is that when i upload the indicator to fxdreema platform y can see only 4 buffers but i dont know wich is each one.

      Well thanks anyway

      ......
      CapitalManagerDR.mq4

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

        Buffers 0, 1 and 2 have no color by default, but if you add colors to them you will easily see what they represent. Actually, fxDreema reads this information very well.

        But there are some problems with input parameters and you will probably get compile errors. The answer to this is here, I wrote about this recently:
        topic/2795

        In your case, you have two enumerations - indicators and ENUM_RANGEMODE. Make them int in the indicator definition and use default values of 0.

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

          Damn, for some reason this parameter called "Symbol_" is placed as the last parameter, it must be the second parameter. I still don't know why, but you make sure that all parameters are added properly, their order matters the most. If not, the indicator will not load or will not stay loaded correctly.

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

            I fixed the last problem, you can re-upload the indicator and that parameter will be second, not last.

            Now I get this error when I try this on a Visual backtest: CapitalManagerDR EURUSD,H1: ObjectCreate: error 4202
            Well, in this case I thing the indicator is "wrong". This particular indicator creates those candles using short trendlines (and using data from the hidden buffers), but somewhere in it's code ObjectCreate() fails to do that on visual backtest. Otherwise I think this does not appear on live.

            Buffers are fine.

            1 Reply Last reply Reply Quote 0
            • F
              FHTrading last edited by

              The code of the indicate seems to be a mad i agree.
              I ddint understand if u think that indicators is "wrong" and then it doesnt make anything correct and that i shouldnt use it because it even doesnt work properly at live.

              My second doubt is if at least i can add an alarm to the indicator to alert me when the line for example is above the 40 lvl and the current value of candle below 10. But maybe make an alarm has the same difficulties of make an ea.

              Finally if u fiex some errors, u can send me that file? 🙂
              Thanks

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

                No, I didn't fixed the indicator, for me this is just another indicator from internet that fxDreema needs to work with. But sometimes fxDreema has bugs 🙂

                Now I fixed the problem with that Symbol_ parameter, it appears where it should appear. But the other thing, the first problem I mentioned, I will leave it that way, because I want datatypes to be free. Well, some datatypes obviously does not fit. In this case "int" works.

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

                Online Users

                K
                M
                R
                D
                S
                S
                B
                D
                K
                B
                F
                W

                23
                Online

                146.7k
                Users

                22.4k
                Topics

                122.6k
                Posts

                Powered by NodeBB Forums | Contributors