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 bmartz, 03-12-2024, 06:12 AM
                5 responses
                32 views
                0 likes
                Last Post NinjaTrader_Zachary  
                Started by Aviram Y, Today, 05:29 AM
                4 responses
                13 views
                0 likes
                Last Post Aviram Y  
                Started by algospoke, 04-17-2024, 06:40 PM
                3 responses
                28 views
                0 likes
                Last Post NinjaTrader_Jesse  
                Started by gentlebenthebear, Today, 01:30 AM
                1 response
                8 views
                0 likes
                Last Post NinjaTrader_Jesse  
                Started by cls71, Today, 04:45 AM
                1 response
                7 views
                0 likes
                Last Post NinjaTrader_ChelseaB  
                Working...
                X