Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to get Close of spec. Instrument

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

    How to get Close of spec. Instrument

    Hi,

    is there a way to get a Close (Open, High,...) of different instrument?

    Let's say I have opened chart of CL 10-13 and I'd like to know prices of CL 11-13, CL 12-13 and ES 12-13. Is there an easier way to get these info then through add new instrument like this:
    Code:
    Add("GC 02-14", PeriodType.Day, 1);
    ??

    Thank you in advance.

    Martin
    Last edited by Luigio; 09-17-2013, 12:00 PM.

    #2
    The only way to get the values of another instrument is through the Add() method.

    Once you have this added, you can reference uses Closes[1][0], Opens[1][0], etc.
    MatthewNinjaTrader Product Management

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    646 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    367 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    107 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    569 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    573 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X