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

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
          Paul H.NinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by WHICKED, Today, 12:45 PM
          2 responses
          18 views
          0 likes
          Last Post WHICKED
          by WHICKED
           
          Started by GussJ, 03-04-2020, 03:11 PM
          15 responses
          3,276 views
          0 likes
          Last Post xiinteractive  
          Started by Tim-c, Today, 02:10 PM
          1 response
          8 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by Taddypole, Today, 02:47 PM
          0 responses
          3 views
          0 likes
          Last Post Taddypole  
          Started by chbruno, 04-24-2024, 04:10 PM
          4 responses
          51 views
          0 likes
          Last Post chbruno
          by chbruno
           
          Working...
          X