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 AaronKoRn, Today, 09:49 PM
    0 responses
    7 views
    0 likes
    Last Post AaronKoRn  
    Started by carnitron, Today, 08:42 PM
    0 responses
    9 views
    0 likes
    Last Post carnitron  
    Started by strategist007, Today, 07:51 PM
    0 responses
    10 views
    0 likes
    Last Post strategist007  
    Started by StockTrader88, 03-06-2021, 08:58 AM
    44 responses
    3,980 views
    3 likes
    Last Post jhudas88  
    Started by rbeckmann05, Today, 06:48 PM
    0 responses
    9 views
    0 likes
    Last Post rbeckmann05  
    Working...
    X