Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Parameters in Add On?
Collapse
X
-
Parameters in Add On?
Hello, 1) How do I set a Parameter value for an AddOn? 2) How do I add a new Parameter to an existing AddOn? I'm not using AddOn to make a new tab or window....it is used to launch a background process.... ThanksTags: None
-
reformatted?
Hello,
1) How do I set a Parameter value for an AddOn?
2) How do I add a new Parameter to an existing AddOn?
I'm not using AddOn to make a new tab or window....it is used to launch a background process....
Thanks
-
reply
I found a better solution than parameters
What I am trying to do is to get the name of a session run time Profile.
I don't like using the Ninja Parameters so I put most all parameters in an SQL database then load them at startup into public static variables.
So, in this case I just needed the name of the Profile I want to load....for testing the profile will be something like TEST. In production, a different profile PROD.
What I did was to put this profile name in a text file, very similar to the old idea of an INI file, in the Ninja 8 My Documents and then read it at startup (via an AddOn.
Once I have the name of the session Profile, then I can continue loading the run configuration from the SQL database with an AddOn.
Works good, and I don't have to mess with the Parameters.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
67 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
150 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
100 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
288 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|

Comment