IndicatorManagerUI – Chart toolbar button for indicators for quick management (show/hide) by BidAskFlow
Description:
IndicatorManagerUI is a lightweight NinjaTrader 8 indicator that adds a small button to the chart’s top toolbar (MainMenu). Clicking the button opens a context menu listing all indicators on the current chart tab with checkboxes, allowing you to quickly show/hide individual indicators without opening the Indicators window. This is ideal for decluttering complex layouts while you focus on price action.
How to use:
- Import the NinjaScript zip.
- Add IndicatorManagerUI to any chart (Indicators window).
- Click the toolbar button to open the indicators menu.
- Use the checkboxes to toggle visibility of each indicator, or use the “Show all / Hide all” shortcuts (if enabled).
Parameters:
- Exclude this indicator: When enabled, IndicatorManagerUI hides itself from the menu so you can’t accidentally turn it off.
- Show All / Hide All shortcuts: Adds menu items to instantly show or hide all listed indicators.
- Sort alphabetically: Sorts the indicator list by name for easier scanning.
Notes:
- This toggles indicators’ IsVisible property; it hides plots, but indicator-created drawing objects may remain visible depending on how the indicator is coded.
- The manager operates per chart tab and affects only the indicators on that specific chart.
Created by: BidAskFlow.com
Website: https://bidaskflow.com