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 Hwop38, 05-04-2026, 07:02 PM
|
0 responses
164 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
319 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
246 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
350 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
179 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment