Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Linnear Regression Intercept crashes
Collapse
X
-
-
before reading the last post i added the part for the indicator itself and put it just above the condition 1 line.
now it works--should i switch to this instead? "please try adding this in your OnBarUpdate() :
Value.Set(LinRegIntercept(14)[0]);
Comment
-
-
Comment
-
dont know how to do that, although for purposes of scrolling back over several days i want all lines.
how do i? then i could add another switch i think for several lines or all lines.
Comment
-
You could do this with the drawing object tag id's use, use one for the long signal and another one for the short signal, so each signal just updates the new object and does not create a new one everytime - in effect you then see only the 2 latest modified which might be enough for realtime use.
Comment
-
how do i increase the line thickness or style?
DrawVerticalLine("My vertical line" + CurrentBar, 0, Color.Lime);
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
36 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
14 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
20 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
22 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment