if (CurrentBar == 1) { PrintTo = PrintTo.OutputTab2; ClearOutputWindow(); PrintTo = PrintTo.OutputTab1; ClearOutputWindow(); }
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Clear output window
Collapse
X
-
Clear output window
I want to clear output window at start of every analyzer iteration. But the following code doesn't work:
Code:Tags: None
-
Hello Leeroy_Jenkins,
Thank you for your post.
The code provided is working for me when placed at the very beginning of OnBarUpdate(), before any CurrentBar checks that return back out of that method. Where within OnBarUpdate() have you placed this code, and is anything before it? If so, try placing it at the very start of OnBarUpdate().
Please let us know if we may be of further assistance to you.Kate W.NinjaTrader Customer Service
-
-
Hi Leeroy_Jenkins,
I always put it in State.DataLoaded and conditionally avoid printing to the Output Window while being in Optimization (checking Category == Category.Optimize), even if Printing is activated in general. If you do so, Print() for each individual iteration is still available, but only 1) after the Optimization is completed and 2) the respective iteration is selected from the list of Optimation results.
NT-Roland
- 1 like
Comment
-
Originally posted by NT-Roland View PostHi Leeroy_Jenkins,
I always put it in State.DataLoaded and conditionally avoid printing to the Output Window while being in Optimization (checking Category == Category.Optimize), even if Printing is activated in general. If you do so, Print() for each individual iteration is still available, but only 1) after the Optimization is completed and 2) the respective iteration is selected from the list of Optimation results.
NT-Roland
Comment
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by thomaswilleford, Today, 12:07 AM
|
0 responses
3 views
0 likes
|
Last Post
![]() |
||
Started by dlygorivw, Yesterday, 10:55 PM
|
0 responses
2 views
0 likes
|
Last Post
![]()
by dlygorivw
Yesterday, 10:55 PM
|
||
Started by dlygorivw, Yesterday, 10:53 PM
|
0 responses
4 views
0 likes
|
Last Post
![]()
by dlygorivw
Yesterday, 10:53 PM
|
||
Started by janiyaconnelly, Yesterday, 10:41 PM
|
0 responses
3 views
0 likes
|
Last Post
![]() |
||
Started by slimoriginus, Yesterday, 10:07 PM
|
0 responses
5 views
0 likes
|
Last Post
![]()
by slimoriginus
Yesterday, 10:07 PM
|
Comment