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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
83 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
45 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
65 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
68 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
57 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment