Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Sma To Plot Color Bars Not Lines

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

    Sma To Plot Color Bars Not Lines

    Hello, I am trying to edit/develop a simple indicator which will plot colored bars instead of lines.(so when its an up cross all bars are one color and when its a down cross bars are another color.

    I was looking at editing the heikenashi, cut out the code and enter something like "if ma1 cross over ma2, plot green".. you get the point. I did this on tradestation, however it will take me a little while to get used to ninjascript

    any advice how to convert ma crosses into bars?

    thank you

    #2
    Instead of PlotStyle.Line use PlotStyle.Bars when you are adding the plot in the Initialize() method.


    Josh P.NinjaTrader Customer Service

    Comment


      #3
      plot

      thank you, yes thats what I tried before.
      However the lines go all over the screen and not on the bars ... I must be doing it wrong.

      Comment


        #4
        Are you trying to just paint the price bars a different color? If thats the case then you want to use BarColor = Color.Green. Or something like that.

        Josh P.NinjaTrader Customer Service

        Comment


          #5
          !

          Right on the money! thank you there Josh. TradeStation spoiled me I guess. haha.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          579 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          334 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          101 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          554 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          551 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X