Thanks!
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Output window
Collapse
X
-
I haven't done it yet, but a workaround I am thinking about is use StreamWriter to write to a notepad doument and have that notepad open on the screen
Jon
Comment
-
i have built an alternate to the output window. you can find it here.
again if you are perticularly interested in the native output window there is a code
you might be interested to check the winapi PostMessage etc stuff.Code:base.ClearOutputWindow()
Comment
-
bukkan,
Very interersting window ... with coloured text it is amazing ... wonder why NT didnt do this long ago!
Thanks!! Mucho!
Jon
Comment
-
thanks Jon.Originally posted by Trader.Jon View Postbukkan,
Very interersting window ... with coloured text it is amazing ... wonder why NT didnt do this long ago!
Thanks!! Mucho!
Jon
cant say why its not natively implemented but the beauty of NinjaTrader is it lets one do virtually anything. the limitations are only in ones mind
Comment
-
Hi bukkan
You are right, C# opens unlimited possibilities to developers.
For example, in our projects we were required to provide a better logging system that allows more detailed tracing with classification of errors, messages, etc. Well, guess what, we have decided to use log4net module with all of its power , flexibility, tuning and performance. You can find a number of already developed dashboards for this tool and enjoy nicely done multicolored trace info. Sound crazy for Ninja developers but if you really need it for big projects then why not to try :-)
Kind regards,
John
www.quanttradingcapital.com.au
Comment
-
Hi thereOriginally posted by bukkan View Posti have built an alternate to the output window. you can find it here.
again if you are perticularly interested in the native output window there is a code
you might be interested to check the winapi PostMessage etc stuff.Code:base.ClearOutputWindow()
Can someone tell me where the dsOutputWindow.dll file is?
I can't find it and am trying to follow the instructions on this link above...
Edit: My mistake - clicked download now on the right side...
ThxLast edited by ij001; 08-20-2012, 11:55 AM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
648 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
369 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
572 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