Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

MasterInstrument.Name problem

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

    MasterInstrument.Name problem

    Hi folks

    In Variables, I've put:

    Code:
    private string EURUSD;
    private bool XEURO = false;
    private string EURUSD;
    In OnStartUp

    Code:
    if( Instrument.MasterInstrument.Name == EURUSD )
    	
    XEURO = true;
    However, the bool XEURO doesn't seem to activate having tested it.

    Maybe this doesn't work in OnStartUp. Anyway, any pointers would be much appreciated.

    #2
    Hello arbuthnot,

    Thank you for your inquiry.

    I have seen that you have created a string variable called EURUSD but have not assigned anything to it.

    You would need to create the string as:
    Code:
    private string EURUSD = "EURUSD";
    Please, let us know if we may be of further assistance.
    Zachary G.NinjaTrader Customer Service

    Comment


      #3
      Brilliant, Zachary. That did the trick!

      Much obliged.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      129 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      74 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      116 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      111 views
      1 like
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      89 views
      0 likes
      Last Post CarlTrading  
      Working...
      X