Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

multi instrument price data

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

    multi instrument price data

    Hi I am having trouble pulling the price data from another instrument.

    For example as part of my indicator I am on the CL 09-17 chart and want to get price data from another instrument (CL 12-17) to plot on the chart with DrawText method.

    I am using:

    Add("CL 12-17", PeriodType.Day, 1);

    How would I get the current price of this other instrument?
    Should I use "Closes[1][0]"?

    Thanks.
    Last edited by brucelevy; 08-01-2017, 10:21 PM.

    #2
    Hello brucelevy,

    I do not have a sample for NT7 however have one for NT8 which will draw the close of the secondary series closing price at the high of the primary series. See attached for how this was accomplished. The syntax would be the same aside from DrawText, the equivalent in NT7 would be Draw.Text.

    Please let us know if you need further assistance.
    Attached Files
    Alan P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by sjsj2732, 03-23-2026, 04:31 AM
    0 responses
    77 views
    0 likes
    Last Post sjsj2732  
    Started by NullPointStrategies, 03-13-2026, 05:17 AM
    0 responses
    313 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    314 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    149 views
    1 like
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    114 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Working...
    X