For example, I want to export 6am-9.30 am high, low, opening, closing, volume traded for 5 minute intervals.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
exporting data to file?
Collapse
X
-
Hello FishOil,
Thank you for your note.
There isn't anything supported by NinjaTrader Support to export in JSON or XML.
However, NinjaScript is C#.
You may be able to accomplish this using unsupported methods.
Below are a few publicly available links I was able to find through a search.
Learn how to serialize .NET type objects into JSON-encoded data and then deserialize such data back into instances of .NET types.
I have classes like these: class MyDate { int year, month, day; } class Lad { string firstName; string lastName; MyDate dateOfBirth; } And I would like to turn a Lad object into a...
I need to write the following data into a text file using JSON format in C#. The brackets are important for it to be valid JSON format. [ { "Id": 1, "SSN": 123, "Message": "whatever"...
Below is a link to a reference sample on writing to a text file.
Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
45 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
21 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
31 views
1 like
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
50 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
42 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment