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 hazylizard, Today, 08:38 AM
    3 responses
    10 views
    0 likes
    Last Post NinjaTrader_Erick  
    Started by geddyisodin, Today, 05:20 AM
    2 responses
    18 views
    0 likes
    Last Post geddyisodin  
    Started by Max238, Today, 01:28 AM
    5 responses
    47 views
    0 likes
    Last Post Max238
    by Max238
     
    Started by giulyko00, Yesterday, 12:03 PM
    3 responses
    13 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by habeebft, Today, 07:27 AM
    1 response
    16 views
    0 likes
    Last Post NinjaTrader_ChristopherS  
    Working...
    X