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

Multi Color Plot Question

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

    Multi Color Plot Question

    I have coded a SMA with three plots, Rising, Falling, and Neutral. I believe I have followed the example for multi color plots found in the reference section of the forum. It seems that the coloration of the plot does not work when there is a single bar change in direction (and color). In my example both Rising and Falling are plotted on the same bar. I have attached a chart image along with the code that represents the indicator. Am I missing something here or is this expected behavior? You will see the falling plot as dots and the rising plot as a line, there are places where both are displayed at the same time. Is there something I can do to correct this?

    Thanks,
    Guy
    Attached Files
    TraderGuy
    NinjaTrader Ecosystem Vendor - EMS

    #2
    I suspect this is since there is a bar where lines need to be connected and you will get this overlapping. I don't believe there is anything that can be done.
    RayNinjaTrader Customer Service

    Comment


      #3
      If you do not wish for overlapping and don't care for disjoint lines you can try removing these lines of code.
      Code:
      RisingTrend.Set(1, SMA(Period)[1]);
      FallingTrend.Set(1, SMA(Period)[1]);
      NeutralTrend.Set(1, SMA(Period)[1]);
      Josh P.NinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Skifree, Today, 03:41 AM
      1 response
      2 views
      0 likes
      Last Post Skifree
      by Skifree
       
      Started by usazencort, Today, 01:16 AM
      0 responses
      1 view
      0 likes
      Last Post usazencort  
      Started by kaywai, 09-01-2023, 08:44 PM
      5 responses
      603 views
      0 likes
      Last Post NinjaTrader_Jason  
      Started by xiinteractive, 04-09-2024, 08:08 AM
      6 responses
      23 views
      0 likes
      Last Post xiinteractive  
      Started by Pattontje, Yesterday, 02:10 PM
      2 responses
      22 views
      0 likes
      Last Post Pattontje  
      Working...
      X