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 SalmaTrader, 07-07-2026, 10:26 PM
      0 responses
      32 views
      0 likes
      Last Post SalmaTrader  
      Started by CarlTrading, 07-05-2026, 01:16 PM
      0 responses
      20 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 06-17-2026, 10:32 AM
      0 responses
      12 views
      0 likes
      Last Post CaptainJack  
      Started by kinfxhk, 06-17-2026, 04:15 AM
      0 responses
      18 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 06-17-2026, 04:06 AM
      0 responses
      20 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Working...
      X