fxDreema

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

    Having a problem with buffer on indicator appear

    Questions & Answers
    2
    2
    790
    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.
    • M
      Myraid last edited by

      my buffer on indicator appear is not responding

      for (i=limit;i>=0;i--) {
      hhb = Highest(NULL,0,MODE_HIGH,dist,i-dist/2);
      llb = Lowest(NULL,0,MODE_LOW,dist,i-dist/2);

        if (i==hhb)
           b1[i]=High[hhb]+SignalGap*Point;
        if (i==llb)
           b2[i]=Low[llb]-SignalGap*Point;
      
      1 Reply Last reply Reply Quote -1
      • fxDreema
        fxDreema last edited by

        I guess you are talking for the "Indicator appear" block, but I don't recognize this code. From where did you get this code? If it's from the indicator... I can suggest to try it with "Trace" first, so you are sure that the output buffers are giving you good values.

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

        Online Users

        P

        10
        Online

        146.7k
        Users

        22.4k
        Topics

        122.6k
        Posts

        Powered by NodeBB Forums | Contributors