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 charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
65 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
149 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
162 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
99 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
286 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|

Comment