Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Help with plotting

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

    Help with plotting

    I created a simple indicator to calculate and plot a series. The output shows as a line even though i call for a bar in the PLOT. Why is this? I want to be able to choose HISTOGRAM (Bar), Line, etc at the chart. Haven't had this problem with other plotting activities.

    AddPlot(new Stroke(Brushes.DodgerBlue, 7), PlotStyle.Bar, "mySeries");
    Thanks

    #2
    Hello dmking,

    This would be a change where you need to remove/re add the indicator for it to be reflected. Have you done that or re applied the indicator since updating that?

    I would otherwise expect that to work as a bar plot, I would likely need more details about the other code in the file to see where the error may be.

    I look forward to being of further assistance.
    JesseNinjaTrader Customer Service

    Comment


      #3
      Hi Jesse,

      Got to step out for a while. Will reply more in detail later. I have remove the indicator from the chart and then added it back. The result is the same.

      Comment


        #4
        Hello dmking,

        Thanks for confirming that.

        When you are back at it you may want to take a look at the VOL indicator, I believe that is the most simple example of a Bar plot being used so that could be referenced for comparisons to make sure you are coding similar.

        I look forward to being of further assistance.
        JesseNinjaTrader Customer Service

        Comment


          #5
          Hey Jesse,

          Thanks for the tip. I looked at the VOL indicator and also created a modified ROC (Daily percent change) and I get the Bar plot. It must be something else that I'm doing that locks me into a line Plot even though I call for a Bar.

          Comment


            #6
            Hello dmking,

            Thanks for checking that, yes it must be related to something in that script. What state are you creating the plot in? I can't really think of any specific reason that would limit the plot to a certain type other than something code-wise affecting it or some other script you have applied affecting it.

            If you are unable to find a solution and the script is something you can post I would be happy to take a look at the code to see if I can spot anything. The alternative would be to try and generate a new script and see if just setting Value[0] to the Volume[0] works, if not upload that and we can review that.

            I look forward to being of further assistance.

            JesseNinjaTrader Customer Service

            Comment


              #7
              Thanks Jeese,

              I do some things with shading/"clouds" that may be causing problems. I'll troubleshoot and let you know.

              Thanks

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by sidlercom80, 10-28-2023, 08:49 AM
              172 responses
              2,279 views
              0 likes
              Last Post sidlercom80  
              Started by Irukandji, Yesterday, 02:53 AM
              2 responses
              17 views
              0 likes
              Last Post Irukandji  
              Started by adeelshahzad, Today, 03:54 AM
              0 responses
              4 views
              0 likes
              Last Post adeelshahzad  
              Started by Barry Milan, Yesterday, 10:35 PM
              3 responses
              13 views
              0 likes
              Last Post NinjaTrader_Manfred  
              Started by WeyldFalcon, 12-10-2020, 06:48 PM
              14 responses
              1,431 views
              0 likes
              Last Post Handclap0241  
              Working...
              X