fxDreema

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

    AT ALL: test periods with customers indicators

    Questions & Answers
    2
    2
    847
    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
      Dieter last edited by

      The test periods with customers indicators are very long. The mt-4 tester requires 200 to 600 hours for simple ea's . Can you give me an answer if you have had the same experiences and how long your test periods with custom indicators are compared with the mt-4 indicators from the mt-4 programm?

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

        It depends on custom indicators and also how they are used. Normally indicators should be fast, but I saw some slow custom indicators. Maybe their code is not optimized. Custom indicator is written well when it calculates it's value only for the last candle on every tick. Bad written custom indicator is when it recalculates all candles on every tick.

        In EA, use the custom indicator when needed. For example, if the EA needs to know the value from custom indicator only once when the new candle is created, put "Once per bar" before the condition, so that the condition will be executed once per bar and the indicator inside as well.

        Also, if you have to check multiple indicators in a row, put the fastest at the top, or the one that can make the condition to pass not so often.

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

        Online Users

        A
        F

        12
        Online

        146.7k
        Users

        22.4k
        Topics

        122.6k
        Posts

        Powered by NodeBB Forums | Contributors