Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Indicator added with AddChartIndicator not visible on chart

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

    Indicator added with AddChartIndicator not visible on chart

    Hi,

    I updated to the latest release of NT- 8.0.1.0. I was using 8.0.0.14 RC2 before this.

    I have a strategy that calls AddChartIndicator in OnStateChange during State.Configure.

    Now the thing is, both strategy and indicator get added to the chart. However, looks like the indicator is not visible on chart, and none of the drawings it does can be seen on the chart. Indicator.IsVisible property is true.

    This used to work with prior versions, so has anything changed regarding that function call?

    How can I get the indicator visible on the chart again?

    Thanks,
    Vishal
    Last edited by tanbyte; 11-15-2016, 12:33 AM. Reason: Adding previous version which was working

    #2
    Looks the strategy is getting disabled by default, even though I have this code in OnStateChange section (which used to work in previous version):
    if (State == State.SetDefaults)
    {
    IsEnabled = true;
    }

    Comment


      #3
      Hello tanbyte,

      Thank you for your post.

      I am not aware of any changes to the function. Please send me your log and trace files so that I may look into what occurred. You can do this by going to the Control Center-> Help-> Email Support.

      Please list 'ATTN: Patrick H' in the subject line and reference this thread in the body of the email.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by NullPointStrategies, Yesterday, 05:17 AM
      0 responses
      66 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      141 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      76 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      47 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      51 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X