Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
WinForms text indicator
Collapse
X
-
Hello Eddard,
This would be outside of our Supported methods to accomplish something like this.
With that said, I can try to point you in the right direction to help you get started with this if you would like to proceed.
So there is another users who has created a Notes Panel, that will create a window that you can use as an example at the following link.
As to check for an Indicator, you may try to use the "ChartControl.Indicators" object for something like that.JCNinjaTrader Customer Service
-
I made the test app. It in attach. However at start for some reason there is a creation of several streams, 3 log files( not one?) are created. Why so occurs and how it avoid?Originally posted by NinjaTrader_JC View PostHello Eddard,
This would be outside of our Supported methods to accomplish something like this.
With that said, I can try to point you in the right direction to help you get started with this if you would like to proceed.
So there is another users who has created a Notes Panel, that will create a window that you can use as an example at the following link.
As to check for an Indicator, you may try to use the "ChartControl.Indicators" object for something like that.Attached Files
Comment
-
Hello Eddard,
I believe this is going to be due to the fact that Initialize() can be called more than once which is creating new files since you are changing the name of the file by a seconds increment.
So you may either remove the write log for this or change the name so it is not creating a new file if Initialize is called after 1 second.JCNinjaTrader Customer Service
Comment
-
Problem not in log file. Problem - why several initialize are caused? It must be one initialize for my app.Originally posted by NinjaTrader_JC View PostHello Eddard,
I believe this is going to be due to the fact that Initialize() can be called more than once which is creating new files since you are changing the name of the file by a seconds increment.
So you may either remove the write log for this or change the name so it is not creating a new file if Initialize is called after 1 second.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
581 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
338 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 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
554 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
552 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment