Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

custom calculated chart

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

    custom calculated chart

    Hi,

    I would like to chart the difference between two instruments (like spread) but with a calculation included.

    for example Crude oil 04-15 - (minus) (crude oil 05-15 * 2)

    so that is Crude oil april 2015, minus crude oil may 2015 times 2.

    hope this makes sense.

    Thanks

    #2
    Hello,

    It would be possible to accomplish this with a bit of custom programming in NinjaScript. You could add a secondary data series within the code, then perform calculations involving both data series.

    If you would like to go the custom programming route, I'll be more than happy to point you in the right direction as to how this can be done.

    Please let me know if I can assist further.
    Dave I.NinjaTrader Product Management

    Comment


      #3
      Thanks Dave, i'll have a crack at it.. i'm assuming i'll be building an indicator?

      Comment


        #4
        Hello,

        That's correct. You will need to use Add() to add a secondary data series, and Closes[int barSeriesIndex][int barsAgo] to access the close prices of bars on either data series. You can find more about Add() and Closes at the links below:

        Add(): http://www.ninjatrader.com/support/h....html?add3.htm

        Closes: http://www.ninjatrader.com/support/h...tml?closes.htm

        Please let me know if I can assist further.
        Dave I.NinjaTrader Product Management

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by SentientDavid, Today, 01:34 AM
        0 responses
        2 views
        0 likes
        Last Post SentientDavid  
        Started by MrForgetful, Today, 01:28 AM
        0 responses
        2 views
        0 likes
        Last Post MrForgetful  
        Started by falcondroneus, Today, 01:15 AM
        0 responses
        2 views
        0 likes
        Last Post falcondroneus  
        Started by Vikuno1, 11-28-2023, 11:42 PM
        15 responses
        357 views
        1 like
        Last Post PaulMohn  
        Started by PaulMohn, Yesterday, 02:06 AM
        3 responses
        12 views
        0 likes
        Last Post PaulMohn  
        Working...
        X