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 TraderBCL, Today, 04:38 AM
          2 responses
          7 views
          0 likes
          Last Post TraderBCL  
          Started by martin70, 03-24-2023, 04:58 AM
          14 responses
          105 views
          0 likes
          Last Post martin70  
          Started by Radano, 06-10-2021, 01:40 AM
          19 responses
          606 views
          0 likes
          Last Post Radano
          by Radano
           
          Started by KenneGaray, Today, 03:48 AM
          0 responses
          4 views
          0 likes
          Last Post KenneGaray  
          Started by thanajo, 05-04-2021, 02:11 AM
          4 responses
          471 views
          0 likes
          Last Post tradingnasdaqprueba  
          Working...
          X