Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Printing a string on the chart
Collapse
X
-
Hi xewoox,
so you mean like the BarTimer for tick / volume charts? If so, then please take a look at this post - http://www.elitetrader.com/vb/showth...er#post1907047
Thanks to our member tobbe for sharing!
-
I am not looking a bartimer for ticks. But rather I try to display how much contracts left to fill up for the current bar before a new bar appear.
I have a constant volume bar chart. Each bar is 1000. So I would like to display at the bottom left of the chart the number of contracts in the current bar or how much contracts left to fill the current bar (i.e. 1000 - the number of contracts in the current bar)
This value will continue update at every tick
I just not sure what API I can call to do that.
Comment
-
VOL is not I am looking for. I am not looking at plotting volume of each bar since my chart is Constant Volume BAR chart (i.e. every bar is 1000 contracts) . What I am interest is as current bar is developed, I would like to print a string to indicate a count down of how many contracts needed to fill up the current bar. I know how to get the value but I don"t know to display.
Fore example, I will like to display update this string at the bottom left corner above. This is the string I will display and update as each tick.
Volume Left 890
This indicate that it need 890 contracts to fill up the current bar
Comment
-
Thanks TAJTrades!
Should you need a custom coded one, you can use DrawText() to display it - http://www.ninjatrader-support.com/H.../DrawText.html
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
182 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
334 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
258 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
358 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
187 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment