I have tried this and continue getting an error. "Cannot convert from myChartStyle to NinjaScript.NinjaScriptBase." Any suggestions would be greatly appreciated. Thank you.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Custom Series in ChartStyles
Collapse
X
-
Custom Series in ChartStyles
Is it possible to define a custom series in a ChartStyle? If so, how?
I have tried this and continue getting an error. "Cannot convert from myChartStyle to NinjaScript.NinjaScriptBase." Any suggestions would be greatly appreciated. Thank you.Tags: None
-
Hello Zeos6,
The issues is that Series<T> objects are synchronized to the primary series (or another data series) and Chart Styles do not have that primary series.
Instead, you can use a Bars object. If you need data you can do a BarsRequest.
Below are publicly available links to the help guide.
Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
577 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
334 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
553 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
551 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment