Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

AtmStrategy.AtmStrategySelector not found

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

    AtmStrategy.AtmStrategySelector not found

    Hi all !

    I am trying to implement the example of Event fired by a change in the ATM strategy Selector as shown in the Help for the AtmStrategySelector item



    Defining the variable as

    private AtmStrategy.AtmStrategySelector

    doesn't work because there is no AtmStrategySelector in the AtmStrategy in the class. And I don't find how I can get the ATM strategy selector to attach to the SelectionChanged a trigger.

    I am developing an indicator and would like to fired an event when the user changes the ATM strategy in the ChartTrader.

    I have found the way to do that in case of a change in the Account with this code :

    CuentaSeleccionada = Window.GetWindow(ChartControl.Parent).FindFirst("C hartTraderControlAccountSelector") as NinjaTrader.Gui.Tools.AccountSelector;


    CuentaSeleccionada.SelectionChanged += (o,args) =>
    {
    AccountName = CuentaSeleccionada.SelectedAccount.ToString();
    lock (Account.All)
    myAccount = Account.All.FirstOrDefault(a => a.Name == AccountName);
    Print("CAMBIO CUENTA " + myAccount);
    };​



    How could I do the same but with the ATM strategy selector ?

    Thanks


    #2
    Hello hbolorin,

    Attached is an example.

    Attached Files
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thnk you for the file. That is what I needed.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      37 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, Yesterday, 02:41 AM
      0 responses
      17 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      25 views
      1 like
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      40 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      34 views
      0 likes
      Last Post CarlTrading  
      Working...
      X