--EV
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Can I append a string to the string in the title bar?
Collapse
X
-
Can I append a string to the string in the title bar?
How can I append a string to the text already in the title bar?
--EVTags: None
-
ETFVoyageur, if you are referring to the text placed on a chart by an indicator, it is possible to make it say whatever you want. Please take a look at this text formatting sample to see how.
If you are talking about the text on the top of a chart (something like "CL 03-11 (250 Tick)"), then I believe it is possible but unsupported.Last edited by NinjaTrader_Austin; 01-29-2011, 02:01 PM.AustinNinjaTrader Customer Service
-
I already know about ToString(), and use it to make my indicator's string small enough to be useful.
My question is about appending text top the text already in the chart's title bar.
If that is unsupported (as I expect it is) any hint about where to look would be appreciated.
--EV
Comment
-
It is indeed unsupported. I recall from last weekend you don't use Visual Studio to debug, but have you at least created a project and added the NinjaTrader dll's to view available properties and methods? That is how most people get around the unsupported aspect of these features. Take a look at the attached screenshot, I did a quick search for label in the Object Browser (with NinjaTrader.Core.dll added as a reference) and these are the results. I actually looked through this because I thought it was supported, but it is not.
The above method is very unsupported, but it will show you details I have a feeling you'd love to find out.
Unfortunately I could not find which label property sets the title.AustinNinjaTrader Customer Service
Comment
-
Thanks, Austin.
You are right about VS -- my copy is too old for you (2002). One of these days I'll have to get a newer version.
Which version of .NET do you support, anyway? Do I have a problem if I use a newer VS?
--EV
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
173 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
328 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
252 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
355 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
181 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment