Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Calling a simple Indicator from a strategy

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

    Calling a simple Indicator from a strategy

    Simple question that has given me a hard time to solve.

    I have a strategy and I would like to invoke the NetChangeDisplay indicator (this comes with NT8) from within the strategy.

    How would I call this indicator from within my strategy?

    Then I do the following code, the indicator never shows up.

    private NetChangeDisplay testing;

    else if (State == State.DataLoaded)
    {
    testing = NetChangeDisplay(Cbi.PerformanceUnit.Percent, NetChangePosition.TopRight);
    }

    What is it that I am missing?


    #2
    Hello GARZONJ,

    From code its not expected for any indicator to show up unless you had used AddChartIndicator.


    The net change requires OnMarketData to be used so it would need to be used in realtime to have it seen with AddChartIndicator.

    I look forward to being of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    45 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    21 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    31 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    50 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    42 views
    0 likes
    Last Post CarlTrading  
    Working...
    X