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 SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    38 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    20 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    14 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    20 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    22 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X