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 argusthome, 03-08-2026, 10:06 AM
    0 responses
    113 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    60 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    40 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    43 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    81 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X