Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Standard Error returns Linear Regression line???
Collapse
X
-
Standard Error returns Linear Regression line???
I am new at NT. I am calling StdError from within OnBarUpdate but I am not getting the Standard Error. It appears to be returning the linear regression value that the Standard Error indicator uses. I have sent it to an output window and I am not getting standard error values. Can you comment on this please? I am happy to calculate the standard error myself but maybe there is something that I am not understanding in Ninja Script. Does StdError return multiple values in something like a structure that I need to access? Thanks.
Tags: None
-
imported post
Correct. The default value of Standard Error is LinReg. I just realized that our Help Guide section on this indicator is not complete.
You can access values for this indicator:
I will update our documentation on the next release.StdError(periodValue).Upper[0]
StdError(periodValue).Lower[0]
Ray
RayNinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by sjsj2732, Yesterday, 04:31 AM
|
0 responses
35 views
0 likes
|
Last Post
by sjsj2732
Yesterday, 04:31 AM
|
||
|
Started by NullPointStrategies, 03-13-2026, 05:17 AM
|
0 responses
287 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
286 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
133 views
1 like
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
92 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|

Comment