Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Indicator enhancement idea for future version
Collapse
X
-
Indicator enhancement idea for future version
Just an idea... it would be nice to have the ability to "enable/disable" an indicator temporarily the way you can a strategy. I've wanted to take an indicator that I've got set just they way I want it off the chart for a bit but obviously when I do I have to go back and resest all the settings. I know you can save a template and then reload that template on the chart, but the convenience of just turning an indicator on and off would be awesome!
Tags: None
-
Nice one that I have been meaning to suggest for a while. Maybe I actually did, and forgot that I did.Originally posted by californiatrader View PostJust an idea... it would be nice to have the ability to "enable/disable" an indicator temporarily the way you can a strategy. I've wanted to take an indicator that I've got set just they way I want it off the chart for a bit but obviously when I do I have to go back and resest all the settings. I know you can save a template and then reload that template on the chart, but the convenience of just turning an indicator on and off would be awesome!

-
Actually you can simulate that now. Someone wrote an indicator that "fades" indicators in and out of a chart, collectively or individually or as groups.Originally posted by californiatrader View PostJust an idea... it would be nice to have the ability to "enable/disable" an indicator temporarily the way you can a strategy. I've wanted to take an indicator that I've got set just they way I want it off the chart for a bit but obviously when I do I have to go back and resest all the settings. I know you can save a template and then reload that template on the chart, but the convenience of just turning an indicator on and off would be awesome!
There is a youtube video on how it works here: http://www.youtube.com/watch?v=UPy_dKDWsjg
Comment
-
I know. I already do that using a bool variable to use to declare the Plot and/or change its color to transparent, depending on what is needed.Originally posted by Tasker-182 View PostActually you can simulate that now. Someone wrote an indicator that "fades" indicators in and out of a chart, collectively or individually or as groups.
There is a youtube video on how it works here: http://www.youtube.com/watch?v=UPy_dKDWsjg
The problem is that because it is defined in a partial class, it shows up in all indicators, even those that do not need a Plot, and I have to override it's browsable attribute in that case.
If the facility is handled by the base NT code instead, I have fewer hoops to jump through. The alternative of making the arrangement in each individual indicator is even more onerous a burden for me.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
596 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
554 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment