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

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 pibrew, Today, 06:37 AM
    0 responses
    0 views
    0 likes
    Last Post pibrew
    by pibrew
     
    Started by rbeckmann05, Yesterday, 06:48 PM
    1 response
    12 views
    0 likes
    Last Post bltdavid  
    Started by llanqui, Today, 03:53 AM
    0 responses
    6 views
    0 likes
    Last Post llanqui
    by llanqui
     
    Started by burtoninlondon, Today, 12:38 AM
    0 responses
    11 views
    0 likes
    Last Post burtoninlondon  
    Started by AaronKoRn, Yesterday, 09:49 PM
    0 responses
    15 views
    0 likes
    Last Post AaronKoRn  
    Working...
    X