Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

lock account selector in chart trader

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • NinjaTrader_Kate
    replied
    Hello luxurious_04,

    Thank you for your reply.

    You would need to detect the tab is selected and unlock/undo any changes made by the script. There's only one Chart Trader on the right of the chart, and changing tabs changes what is selected within it. Here are some examples a colleague of mine created that modify chart trader and undo changes when a different tab is selected:

    https://ninjatrader.com/support/foru...ions#post96376

    Please let us know if we may be of further assistance to you.

    Leave a comment:


  • luxurious_04
    replied
    This works but it does affect all account selectors in all tabs. How can this be fixed?

    Leave a comment:


  • NinjaTrader_Kate
    replied
    Hello luxurious_04,

    Thank you for your post.

    That would be possible from NinjaScript, yes.

    Code:
                    ChartControl.Dispatcher.InvokeAsync((Action)(() =>
                    {
                        NinjaTrader.Gui.Tools.AccountSelector accountSelector = (Window.GetWindow(ChartControl.Parent).FindFirst("ChartTraderControlAccountSelector") as NinjaTrader.Gui.Tools.AccountSelector);
    
                        accountSelector.IsEnabled = false;
                    }));
    Please let us know if we may be of further assistance to you.

    Leave a comment:


  • luxurious_04
    started a topic lock account selector in chart trader

    lock account selector in chart trader

    Is there a way to lock or make the Account Selector unchangeable just like the Instrument Selector in the chart trader.
    Attached Files

Latest Posts

Collapse

Topics Statistics Last Post
Started by RideMe, 04-07-2024, 04:54 PM
5 responses
28 views
0 likes
Last Post NinjaTrader_BrandonH  
Started by f.saeidi, Today, 08:13 AM
1 response
4 views
0 likes
Last Post NinjaTrader_ChelseaB  
Started by DavidHP, Today, 07:56 AM
1 response
6 views
0 likes
Last Post NinjaTrader_Erick  
Started by kujista, Today, 06:23 AM
3 responses
9 views
0 likes
Last Post kujista
by kujista
 
Started by Mindset, Yesterday, 02:04 AM
2 responses
18 views
0 likes
Last Post NinjaTrader_RyanS  
Working...
X