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 haas88, 03-21-2024, 02:22 AM
        19 responses
        220 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by ZeroKuhl, Yesterday, 04:31 PM
        4 responses
        31 views
        0 likes
        Last Post ZeroKuhl  
        Started by cupir2, Yesterday, 07:44 PM
        3 responses
        22 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by reynoldsn, Yesterday, 07:26 PM
        2 responses
        16 views
        0 likes
        Last Post reynoldsn  
        Started by MartinT, 05-17-2023, 06:00 AM
        18 responses
        175 views
        0 likes
        Last Post flybuzz
        by flybuzz
         
        Working...
        X