Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Drawing Hiding Addon
Collapse
X
-
Drawing Hiding Addon
Is there an addon that allows me to hide a drawing from specified time frames?
Tags: None
-
Hello eduardopoletto,
Thank you for your note.
There aren't any existing scripts that I can think of. Are you referring to hiding global drawing tools from certain timeframes? You could consider using those time frames in a chart that has "Show global draw objects" unchecked in the data series window:
If this doesn't suit your needs, please provide a more detailed description of what you are looking to achieve so I may better assist you.
Please let me know if I may be of further assistance.
-
what i'd like to do is, for example, draw a line in the 5min TF that's not visible in 15m TF when I change the TF, but if I drop to 5 min (or below) i'd like to see it again, i dont know if your solution do it
Comment
-
Although I am not aware of a script that already exists, this should be possible using a custom NinjaScript indicator. If you have a programming background, our NinjaScript team may provide you links to samples that would help you write the script yourself.Originally posted by eduardopoletto View Postwhat i'd like to do is, for example, draw a line in the 5min TF that's not visible in 15m TF when I change the TF, but if I drop to 5 min (or below) i'd like to see it again, i dont know if your solution do it
For example, you could check if the BarsPeriod.Value is greater than 5, and if so loop through the draw objects on the chart to set the object in question so that it is not visible. Then, if the BarsPeriod.Value is less than or equal to 5, you could set it to be visible again. Here are some relevant links from the help guide:- https://ninjatrader.com/support/help...barsperiod.htm
- https://ninjatrader.com/support/help...rawobjects.htm
Otherwise, we can provide you with resources to find a programmer to create this script for you. Please let me know if this option interests you so I may follow up accordingly.
Thank you for your time and patience.
Comment
-
Thanks for replying.Originally posted by NinjaTrader_Emily View Post
Although I am not aware of a script that already exists, this should be possible using a custom NinjaScript indicator. If you have a programming background, our NinjaScript team may provide you links to samples that would help you write the script yourself.
For example, you could check if the BarsPeriod.Value is greater than 5, and if so loop through the draw objects on the chart to set the object in question so that it is not visible. Then, if the BarsPeriod.Value is less than or equal to 5, you could set it to be visible again. Here are some relevant links from the help guide:- https://ninjatrader.com/support/help...barsperiod.htm
- https://ninjatrader.com/support/help...rawobjects.htm
Otherwise, we can provide you with resources to find a programmer to create this script for you. Please let me know if this option interests you so I may follow up accordingly.
Thank you for your time and patience.
Unfortunately I am not a programmer and I don't understand nothing of the language.
You had a good idea but I don't know how to do it, how to find the programmer.
Comment
-
Hello eduardopoletto,
You can search our list of NinjaScript consultants through the link below. Simply enter a consultant name or search by using our filter categories. Once you have identified your consultants of choice, please visit each consultant's site for more information or contact them directly to learn more: · https://ninjatraderecosystem.com/sea...mming-services
You can locate the contact information for the consultants on their direct websites for any additional questions you may have. Since these consultants are third-party services for NinjaTrader, all pricing and support information will need to be obtained through the consultant.
The NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The companies and services listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem, LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.
Christopher S.NinjaTrader Customer Service
Comment
-
Hi Christopher.Originally posted by NinjaTrader_ChristopherS View PostHello eduardopoletto,
You can search our list of NinjaScript consultants through the link below. Simply enter a consultant name or search by using our filter categories. Once you have identified your consultants of choice, please visit each consultant's site for more information or contact them directly to learn more: · https://ninjatraderecosystem.com/sea...mming-services
You can locate the contact information for the consultants on their direct websites for any additional questions you may have. Since these consultants are third-party services for NinjaTrader, all pricing and support information will need to be obtained through the consultant.
The NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The companies and services listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem, LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.
By "providing resources" what does Emily mean?
Comment
-
-
Hello eduardopoletto,
By providing resources Emily was referring to the NinjaScript consultants listed at the link below.
https://ninjatraderecosystem.com/sea...mming-services
You can locate the contact information for the consultants on their direct websites for any additional questions you may have. Since these consultants are third-party services for NinjaTrader, all pricing and support information will need to be obtained through the consultant.
The NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The companies and services listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem, LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.
Christopher S.NinjaTrader Customer Service
Comment
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
627 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
359 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
105 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
562 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
567 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment