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 Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      571 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      330 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      548 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      549 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X