fxDreema

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

    Problem with ZigZag when compile

    Questions & Answers
    2
    2
    510
    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
      sengwa last edited by

      When I use ZigZag indicator in my EA.

      I compile and have error point every time.

      I try to fix it by change from

      double HH[0]; ArrayResize(HH,0);
      double LL[0]; ArrayResize(LL,0);

      to

      double HH[1]; ArrayResize(HH,0);
      double LL[1]; ArrayResize(LL,0);

      it's work.

      but I don't want to fix every time to compile. What should I do ?

      Example in Picture

      http://www.uppic.org/image-38B2_535666C0.jpg

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

        This worked before, but now with 600+ there was some changes with arrays. Fixed for the web version 🙂

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

        Online Users

        B
        R
        C
        N
        S
        S

        12
        Online

        146.9k
        Users

        22.4k
        Topics

        122.6k
        Posts

        Powered by NodeBB Forums | Contributors