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

How to plot override without bar data visible

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

    How to plot override without bar data visible

    Hi there,

    I know that plot override is not supported here however this is a question that pertains to other coding situations as well. I'm sure someone can point me in the right direction

    Basically as you can see by the image attached I have plotted today's and yesterday's bars to the right of the chart. I do not want the primary data series (Daily bars) visible (the white bars on the left). When I set the primary data series (Daily bars) to Color.Transparent OR I scroll the Daily bars off the chart, my custom plots disappear and my scaling disappears, as you can see by the image.

    I'm using:

    Code:
    ChartControl.GetYByValue(this, price);
    as suggested by koganam here

    I "sort of" understand why this is happening, but how to prevent it? Do I need to add an "invisible" High or Low plot set to AutoScale = True and THEN set the data series bars to Color.Transparent?

    Any tips in the right direction would be just great. Thank you!

    Simon
    Attached Files

    #2
    Hi Simon, a transparent plot will have special handling so will likely not help here. I think you could set a dummy plot to the chart's background color (so it would not be visible) and have autoscale enabled for it? That way you should retain your scale.
    BertrandNinjaTrader Customer Service

    Comment


      #3
      Okay, thanks Bertrand. That makes sense.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by bmartz, 03-12-2024, 06:12 AM
      4 responses
      31 views
      0 likes
      Last Post bmartz
      by bmartz
       
      Started by Aviram Y, Today, 05:29 AM
      4 responses
      12 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