Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Why the first 20 bars don't show any indicator's plot?
Collapse
X
-
Hello jjhou,
Thanks for your post.
The default behavior of BarsRequiredToPlot is set to 20. This was set to 20 as a compromise in recognition that some indicators will require a number of bars to be processed before their accuracy is reasonable.
You can override this in the code of the indicator with: http://ninjatrader.com/support/helpG...iredtoplot.htm
-
In fact threre is some possible improvement here for the default indicators that come with NinjaTrader.
Setting "BarsRequiredToPlot" to 20 bars for all indicators is actually a bad solution. When you have a SMA(5), you would only need 5 bars to make an accurate calculation. For a SMA(100) you would rather want to wait for hundred bars.
Inserting a code line "BarsRequiredToPlot = Period" in "State == State.Configure" would fix the problem.
But then there will be more requests, why the indicator does not plot anything for the first hundred bars, when the indicator period is set to 100.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
636 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
366 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
107 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
568 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
571 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment