fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. varso
    3. Posts
    V
    • Profile
    • Following 0
    • Followers 0
    • Topics 18
    • Posts 82
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by varso

    • RE: Add new indicator from .ex4

      __Indicators has buffers. Every buffer has a value all the time, even when the indicator line (arrow, histogram) is not visible. In this moment the value of this buffer is 0 or 2147483647, it depends on how the indicator is programmed. 2147483647 is the biggest integer value and in MQL4 is presented by a constant called "EMPTY_VALUE". Not all custom indicators can be used in EA, it depends on the programmer as well. Some of the custom indicators may have values on their buffers, or value that does not change, and that's why I created this block "Levels tester...". Now, when you know what the buffers gives to the EA and when, it's a matter of conditions to create a proper trading signals.[/quote:2q6jx9hn]

      Thank you now its clear for me

      posted in Questions & Answers
      V
      varso
    • RE: Add new indicator from .ex4

      __So you have 2 buffers - buffer 0 (blue one) and buffer 1 (red one). I think your file is ok, if there are no errors. But if you run the backtester and after it's done you can see the indicator on the chart - then it works fine.

      Well, not all custom indicators use their buffers to connect with EA. Some indicators are programmed only to be used in manual trading mode, so their buffers can return constant value all the time, or some weird values. That's why I made this block called "Levels tester..." - to see in real time what is the value of a single buffer. This block it's somewhere on the top.[/quote:104gf0gl]

      First
      Hello
      This is my first post.

      Second
      Today i start use fxdreema im not programer but this is much easier and fun. Thank you so much for your work.
      I have totaly same problem like james
      I have custom indicator mq4. Which draw arows and i want use this arows in EA.
      I look on video tutorial about custom indicator ad i make this procedur
      I see now that this indicator have 2 buffers one call signal.
      They give my the same number it looks this.
      ( this is pictures from demo in backtest is the same)

      i upload also the indicator.
      Please can you help me? what can i do that this simle EA work? And is it possible?

      P.S. Sorry for me english im little tired.

      ......
      buffers.jpg
      SSx.mq4

      posted in Questions & Answers
      V
      varso
    • 1
    • 2
    • 3
    • 4
    • 5
    • 5 / 5