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 Mindset, 04-21-2026, 06:46 AM
    0 responses
    88 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    134 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    118 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    67 views
    0 likes
    Last Post PaulMohn  
    Working...
    X