Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Indicator printing at the user set level
Collapse
X
-
Indicator printing at the user set level
Is it possible or how could be done to have an indicator printing at the certain level of bar completion. For example, MA printed at 75% of the bar completed, or maybe at 957th tick of 1000 ticks bar or at 55th sec of a 1min bar. Current options are Bar: Closed or Real Time only.Tags: None
-
Hello peter,
Thank you for your post.
You can achieve this by using CalculateOnBarClose = false and using the following variable:
Bars.PercentComplete
This is a double, 0.75 would represent 75% built.
For more information on Bars.PercentComplete, please see the following helpguide article: http://www.ninjatrader.com/support/h...ntcomplete.htm
For tick based bars, you could use Bars.TickCount. This will be the total number of ticks contained in the current bar. For more information on TickCount, please see this help guide article: http://www.ninjatrader.com/support/h...?tickcount.htm
Please let me know if I can assist you any further.DexterNinjaTrader Customer Service
-
Thank you for a swift reply. The good news is that it is possible to do. The bad is that I do not work on, understand or have any knowledge of codes etc.. I use NT to trade.While using and plotting indicators I've noticed that CompleteOnBarClose in indicator property box, there are only two options offered (false/true). It would add an extra flexibility if there was something "in between" these two. For exe: CalculateON %, ticks, time completed. What is left for me now is to hope that some day a new NT ugrade will include such option. Again, thank you very kindly for your response.Last edited by peter@cleaniq; 04-28-2011, 05:49 PM.
Comment
-
Thanks for the kind feedback Peter how to further enhance our NinjaTrader platform, we'll add it to our list and now track your suggestion under # 919 for you.
Thanks again,Last edited by NinjaTrader_Bertrand; 04-29-2011, 08:33 AM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
566 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
330 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
547 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
548 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment