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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
157 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
91 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
143 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
130 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
107 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment