Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Plot start bug in N7 release 21 ?

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

    Plot start bug in N7 release 21 ?

    Hi,
    it seems to me there is something wrong, plots are not starting from the first bar.
    Plain new indicator using the following code looks like this on 60min and Daily chart (see the screenshot below).

    Add(new Plot(Color.FromKnownColor(KnownColor.Orange), PlotStyle.Line, "Plot0"));
    Plot0.Set(Close[0]);

    Regards
    Petr
    Attached Files
    Last edited by Peter Cherry; 04-17-2014, 06:03 AM.

    #2
    Peter, you see the so called unstable period omitted here by default, please try with BarsRequired == 0 in Initialize() and it should show all bars.

    Comment


      #3
      Perfect. Solved. It is fine now.
      Thank you

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      579 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      334 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      554 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      551 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X