Thanks in advance... -Dean
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
chart price column printing?
Collapse
X
-
chart price column printing?
On an NT instrument chart, in the right hand price column there's normally a black arrow-box with white numbering indicating the current price of the last bar. Is there a function to place other similar price indicators at different price levels in the same price column? For instance, resistance or support levels? In different colors? Or does this require custom graphics?
Thanks in advance... -DeanTags: None
-
Thanks Josh, but I need to create my own price markers, is there a function to do this or do I have to use some custom graphics?
Part of my indicator output is drawing support and resistance lines. I do it now with DrawLine(). So could or should I make a simple indicator that draws a horizontal line from a certain point to the end, then it should display the price marker? How to do that?
I'd rather not have to call external code or other indicator, better to have all the drawing done in my own code module.
Thanks -DeanLast edited by cybertunerone; 04-08-2009, 06:44 PM.
Comment
-
Hi Dean, unfortunately there's no function for this, if you use plots it will display the needed price markers, if you want to stay with DrawLine you can add a DrawText field as the price marker - http://www.ninjatrader-support.com/H.../DrawText.html
Comment
-
Perhaps a suggestion for an enhancement then, I would also like to be able to create price markers without the use of a plot. Thanks.
FYI Dean, I'm doing it now with a plot that matches the value of the level I wish to use. I set the plot color to transparent. Can't set the color of the price marker, but at least my value does show as a price marker...
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
597 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
343 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
556 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
555 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment