Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Problem updating chart

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Rev,

    You would need to contact the indicator developer of StatusBox to resolve this as it is a problem with the programming.

    dver,

    I would need to see this when it is in the disabled state. Please email me at support at ninjatrader dot com ATTN: Brett and reference this forum post and include your phone number the next time this occurs and leave it up for me to look at. I will call ASAP.

    -Brett

    Comment


      #17
      This is my indicator... I did this indicator on vertion 6.5 but now on 7 gives me error and doesn't work. I'm working on to fix this.

      Ty

      Comment


        #18
        Can you please post your full Initialize() code.

        -Brett

        Comment


          #19
          My full Initialize() code

          Originally posted by NinjaTrader_Brett View Post
          Can you please post your full Initialize() code.

          -Brett

          Here you are:

          protected override void Initialize()
          {



          slopeMaxCCIDataSeries = new DataSeries(this); //

          slopeMinCCIDataSeries = new DataSeries(this); //

          slopeMax2CCIDataSeries = new DataSeries(this); //

          slopeMin2CCIDataSeries = new DataSeries(this); //

          slopeMax3CCIDataSeries = new DataSeries(this); //

          slopeMin3CCIDataSeries = new DataSeries(this); //

          slopeMaxTurboDataSeries = new DataSeries(this); //

          slopeMinTurboDataSeries = new DataSeries(this); //

          cciSwingHighDataSeries = new DataSeries(this); //

          cciSwingLowDataSeries = new DataSeries(this); //

          cciSwingHighUp100DataSeries = new DataSeries(this); //

          cciSwingLowDownn100DataSeries = new DataSeries(this); //




          CalculateOnBarClose = true;
          Overlay = false;
          PriceTypeSupported = false;
          DrawOnPricePanel = false;



          }

          Comment


            #20
            This is for the indicator StatusBox?

            -Brett

            Comment


              #21
              StatusBox

              Yes it is.

              Ty

              Comment


                #22
                In that case I would need you to send me the code to support at ninjatrader dot com ATTN: Brett and reference this forum post as I do not see anything that would cause that. Would need to load it up on my side and take a look at it.

                -Brett

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by GLFX005, Today, 03:23 AM
                0 responses
                1 view
                0 likes
                Last Post GLFX005
                by GLFX005
                 
                Started by XXtrader, Yesterday, 11:30 PM
                2 responses
                11 views
                0 likes
                Last Post XXtrader  
                Started by Waxavi, Today, 02:10 AM
                0 responses
                6 views
                0 likes
                Last Post Waxavi
                by Waxavi
                 
                Started by TradeForge, Today, 02:09 AM
                0 responses
                12 views
                0 likes
                Last Post TradeForge  
                Started by Waxavi, Today, 02:00 AM
                0 responses
                2 views
                0 likes
                Last Post Waxavi
                by Waxavi
                 
                Working...
                X