Announcement

Collapse
No announcement yet.

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 CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      262 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      168 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      170 views
      1 like
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      257 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      209 views
      0 likes
      Last Post CarlTrading  
      Working...
      X