History of my problem: reading Help I found information about Positions... Excellent, I thought. Now I can write an indicator, which will show info about current status of all my positions and orders... but I was wrong. Simply add Positions[0] to the new indicator script always return error. Oh, I see... I must add corresponding "using" where it described, but... which one?! There no any mention about this in help (or may be I not find it yet). So question: is the any (except internal Help system) full description of "data model" using in Ninjatrader? The complete list of all classes, its members and methods, etc...
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Is any complete document about data model used in Ninjascript ?
Collapse
X
-
Is any complete document about data model used in Ninjascript ?
Subj themself
History of my problem: reading Help I found information about Positions... Excellent, I thought. Now I can write an indicator, which will show info about current status of all my positions and orders... but I was wrong. Simply add Positions[0] to the new indicator script always return error. Oh, I see... I must add corresponding "using" where it described, but... which one?! There no any mention about this in help (or may be I not find it yet). So question: is the any (except internal Help system) full description of "data model" using in Ninjatrader? The complete list of all classes, its members and methods, etc...
Tags: None
-
zencoder, accessing positions is only possible from a NinjaScript strategy and this would only include positions the strategy is managing itself. The complete language reference of NinjaScript is found in our help guide under the 'NinjaScript' entry, you can access it easily via F1 pressed in your NS editor.
-
Thanks for reply. But my question was not about abstract obtaining help from internal systemOriginally posted by NinjaTrader_Bertrand View PostThe complete language reference of NinjaScript is found in our help guide under the 'NinjaScript' entry, you can access it easily via F1 pressed in your NS editor.
I need a simple list of namespaces, classes, its properties and methods with arguments list which is used NinjaScript engine.
Something like here in msdn.
As far as I see there is nothing except Help and this Forum? Is this correct?
Comment
-
That's correct, the best reference of our documented NS methods would be - http://www.ninjatrader.com/support/h..._reference.htm
Other more advanced resources are our tips and reference samples here on the forums - http://www.ninjatrader.com/support/f...splay.php?f=29
Comment
-
This is simple online version on local offline Help system. No any additional information.Originally posted by NinjaTrader_Bertrand View PostThat's correct, the best reference of our documented NS methods would be - http://www.ninjatrader.com/support/h..._reference.htm
This is examples, but not documentation...Other more advanced resources are our tips and reference samples here on the forums - http://www.ninjatrader.com/support/f...splay.php?f=29
Thanks once more. The only way left - is self-study on self-errors
))
Comment
-
To get started in our NinjaScript, those tutorials would be the best place - http://www.ninjatrader.com/support/h.../tutorials.htm
Then gradually build on those concepts and check into the reference samples I linked you in my prior post. This will give you a good solid foundation for custom work.
There are also lots of readymade custom scripts available from users in our sharing section that you can study and modify for your use :
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
646 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
367 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
108 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
569 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
573 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment