fxDreema

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

    Indicator Tester Block Usage

    Questions & Answers
    2
    9
    1266
    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.
    • D
      dscoles last edited by

      I am attempting to add my first custom indicator using the Indicator Tester block.
      Two questions:

      1. I click on "Click here to add customer indicators" and add my indicators (2 of them). I click UPDATE on the "add new indicator screen" after finding them on my disk and adding them. I close the "add new indicator screen" using the top-right "X" button. The indicator tester continues to display "there are no custom indicators yet." Can you tell me what step I am missing?

      2. I noticed someplace that there is a notice about EX4 files, suggesting that we review the bottom half of a page (I can no longer seem to find the link): Can you tell me what mechanism can we use to use EX4 files? Do we somehow need to create a wrapper around them?

      Thank you,
      Dwight

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

        "Indicator tester" is a block that can be used to visualize values on the chart, similar to indicator. This block is to be used when you don't have an idea what the custom indicator buffers are giving you. It's an alternative to the native Comment for example, but it also prints the history of values as a line. This line is created from multiple small trendlines, so it's not a good idea to use this block in normal situation. Use it only to see what is going on in custom indicators or other values.
        After you add a new indicator, reopen the properties window of "Indicator tester" 🙂

        EX4 files are all that MetaTrader 4 needs to run the expert advisor. This is it's compiled version, it's "executable"... the expert advisor itself. What is needed is to put it in the directory where other Experts are, open MetaTrader 4 and double-click on it in "Navigator" or backtest it.

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

          Hi Radoslav,

          Thank you for your quick reply. Ha... now that I go back into my fxDreema project I see that the two indicators that I supplied are available for use? 😆

          The question I have related to EX4 indicators is this: How do I use one in a block within fxDreema when I do not know how to send the inputs or receive the outputs since I do not have the source code (MQ4)?

          Thank you.
          Dwight

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

            Add them manually. The whole idea of adding custom indicators in fxDreema is to ger their input parameters and buffers from the code and nothing more. I don't even store what's uploaded and in future they will not even be uploaded. Unfortunately the .ex4 file is too encoded and I can read this data from there.

            Adding data from custom indicators is... when you understand it, it's easy, but you should be careful to put correct number of parameters and correct datatypes. Here is more: https://fxdreema.com/documentation/work ... indicators

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

              Thank you... time to play!

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

                I found the location ... the load indicators is under the indicator drop-down at the top of the screen...

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

                  Thank you for that find on the MA_MODE...

                  However,
                  One of the indicator parameters is missing from the screen... ma_RISOMA_MODE.

                  Should I be able to just manually modify the code to include that value?

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

                    The third item...

                    found the indicator load.

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

                      Also taken care of... 😛

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

                      Online Users

                      E
                      H
                      E
                      J
                      S
                      W

                      16
                      Online

                      146.7k
                      Users

                      22.4k
                      Topics

                      122.6k
                      Posts

                      Powered by NodeBB Forums | Contributors