Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Spread Pairs Trading Indicator/Ratio/Chart

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

    #16
    Originally posted by mrooths1 View Post
    Hello,

    I'm unable to download uncorrupted code at the linked location. When I get the code and attempt to unzip, it states the code is corrupted. Is there a backup anywhere?
    I right clicked in windows explorer on the .zip, and said "open with/windows explorer"

    THE .CS is there.

    Code:
    //
    // Copyright (C) 2006, NinjaTrader LLC <www.ninjatrader.com>.
    // NinjaTrader reserves the right to modify or overwrite this NinjaScript component with each release.
    //
    
    #region Using declarations
    using System;
    using System.Diagnostics;
    using System.Drawing;
    using System.Drawing.Drawing2D;
    using System.ComponentModel;
    using System.Xml.Serialization;
    using NinjaTrader.Data;
    using NinjaTrader.Gui.Chart;
    #endregion
    
    // This namespace holds all indicators and is required. Do not change it.
    namespace NinjaTrader.Indicator
    {
        /// <summary>
        /// SpreadCandlesticks
        /// </summary>
        [Description("SpreadCandlesticks")]
        public class SpreadCandlesticks : Indicator
        {
            #region Variables

    Comment


      #17
      Apparently it was a mac issue. usually I'm able to unzip files. Thanks!

      Comment


        #18
        Ratio

        Hi there,

        I'm looking for an indicator for NT 8 that allows me to divide one instrument by another. Could you please let me know where I can find such an indicator?

        Thanks,
        David

        Comment


          #19
          Hello oldporkchops,

          Thanks for your post.

          Please note that you are asking about an NT8 indicator in the NT7 forum, we ask that further inquiries be created in the NT8 side to help keep the subject matter relevant to the platform, thanks for your understanding.

          To answer your question, as a starting point, please search the NT8 indicators file sharing area, there are 3 "spread" type indicators that may provide what you need or a good starting point if you wish to code your own. Here is a link to the section: https://ninjatrader.com/support/foru...&pp=15&page=13

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          600 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          347 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          103 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          558 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          558 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X