Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Cannot export thirt party indicators
Collapse
X
-
Hello FishTrade,
Are the 3rd party scripts open source scripts you can view the code of in the NinjaScript Editor?
Or are these closed source assemblies that are listed in the Tools > Remove NinjaScript Addon window?
In your script, do you have a variable named count?Chelsea B.NinjaTrader Customer Service
-
Hello Chelsea;
I belive these are Open Source. All are publicly avilable at various sites or Ninjatrader shared indicators. Note that this is not limited to few of the 3rd part indicators or Drawing tools or Strategies. But to all. Just to make sure, how I view in the NinjaScript Editor the source codes? And, I have no idea what this is (do you have a variable named count?
Comment
-
Hello FishTrade,
Below is a link to a support article with helpful resources on getting started with C# and NinjaScript.
Please start by watching the 'NinjaScript Editor 401' training video.
To open the NinjaScript Editor click New > NinjaScript Editor.
"And, I have no idea what this is (do you have a variable named count?"
The error you provided a screenshot of, is stating a parameter with the name 'count' has a value that is out of the range of valid values.
In the code of the script you are exporting, is there a variable declared with the name count?
Is this public?
If so, does this use the Range attribute?
Have you set a default value between the allowed range in OnStateChange() when State is State.SetDefaults?
If this is not a script you have programmed yourself, please report the error to the author or vendor that has distributed this software to you so the error can be corrected in the code of the script.Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
571 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
330 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
548 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
549 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment