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 mkouitra, 10-23-2021, 04:40 PM
    17 responses
    1,959 views
    0 likes
    Last Post NinjaTrader_Jason  
    Started by Vietanhnguyen2hotmailcom, 05-03-2024, 10:29 AM
    4 responses
    27 views
    0 likes
    Last Post Vietanhnguyen2hotmailcom  
    Started by PhillT, 04-19-2024, 02:16 PM
    4 responses
    36 views
    0 likes
    Last Post PhillT
    by PhillT
     
    Started by ageeholdings, 05-01-2024, 05:22 AM
    5 responses
    38 views
    0 likes
    Last Post ageeholdings  
    Started by reynoldsn, Yesterday, 02:34 PM
    0 responses
    15 views
    0 likes
    Last Post reynoldsn  
    Working...
    X