Any estimate on when this might be working, and do you expect it will also fix the problems with multi-series strategies?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
NT7B9: Multi-series indicators are broken
Collapse
X
-
NT7B9: Multi-series indicators are broken
Yes, I know the email said we "may run into issues".... the issue being that it's completely broken...if you Add() another bar series in Initialize(), OnBarUpdate is never called, and the log shows exceptions for the "GetMinMaxValues" method.
Any estimate on when this might be working, and do you expect it will also fix the problems with multi-series strategies?Tags: None
-
kdoren,
There are underlying issues we are working on to address it as a whole. Please do not test/use multi-series indicators at this point in time. Unfortunately I cannot give you an ETA or an evaluation on the multi-series issue. What I can tell you is that we are working on it and will let you know when it is ready for testing again. Thank you for your efforts and patience.
To clarify that we are on the same page though, which/what multi-series strategy issue are you referring to exactly? Thank you.Josh P.NinjaTrader Customer Service
-
I also get trace and log messages
Error in GetMinMaxValues object non set to a reference
I cannot explain this from my code. The log messages show up only on one of my 2 PCs. Both have the same indicator set in use, workspace (charts, etc) are different.
Comment
-
I get this GetMinMaxValues error only at startup of NinjaTrader and there I get in in several indicators, also referring a very simple
DayOfWeekColor indicator published by me long time ago
could be related to a bug when using multiple dataseries in one chart.
(FDAX and Es 03-10)
The indicators with the error message are all attached in the primary dataseries of the chart (upper chartarea)
All indicators are however simple indicators of single-instrument type.
regards
Comment
-
Josh,
I can reproduce the GetMinMaxValues ERROR in the log at startup.
It does not happen due to failure in DayOfWeekColor, but DayOfWeekColor will simply trigger the error:
Do the following:
1. Open a chart:
Add at least 2 dataseries to it (FDAX 03-10 and ES 03-10)
Add DayOfWeekColor.
2. Open a second chart
Add at least 2 dataseries to it (6E 03-10 and FGBL 03-10)
Add DayOfWeekColor.
3. Save the workspace and exit NinjaTrader
4. launch NinjaTrader . The log will show the exception in GetMinMaxBars.
Probably any custom indicator will trigger this error.
The error will show up only if you have a second MultiDataSeries chart.
With only 1 chart open there are no errors.
regards
EDIT:
Tried again now, and the error is complety gone.
There must be some other trigger also for this error.
andreasLast edited by zweistein; 02-15-2010, 04:02 AM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
607 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
353 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
105 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
560 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
561 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment