Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Simple Indicator

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

    Simple Indicator

    Hello, guys!

    I have 2 indicators, I need to divide one indicator by another and display it as a histogram, how to do it?

    Thanks!

    #2
    Hello U0000999,

    Thanks for your message.

    I suggest going through our indicator tutorials. The second tutorial shows how to implement an indicator in an indicator and plot the result.

    Once adding an indicator inside another indicator is familiar, it will be trivial to assign a plot with the result of one indicator divided by another indicator.

    Indicator tutorials - https://ninjatrader.com/support/help...indicators.htm

    You may create the plot with PlotStyle.Bar to display as a histogram.

    AddPlot(new Stroke(Brushes.Blue), PlotStyle.Bar, "MyPlot");

    We look forward to assisting.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    576 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
    553 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