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

Tradestation Indicator ( TRENDLINES AUTOMATIC )...

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

    Tradestation Indicator ( TRENDLINES AUTOMATIC )...

    Hey guys, I am trying to find this Indicator on the Ninja forums and have had no luck yet. Does Ninja have this Indicator an it's just under a different name?? If someone know where I can get this or if you would be intersted in developing it, That would be so great. The settings for it are ( 4, 4, 10, YES, RED, BLUE, Intrabar ). Thanks for the help - Michael

    #2
    Not sure if its the same as Tradestation, but try this:
    Attached Files
    Last edited by Elliott Wave; 12-18-2008, 10:49 PM.

    Comment


      #3
      connecting swing (ATR) high low

      regression channel keeps changing, and only applies to most recent trend.


      since swing (ATR) high lows are available, can anyone connect high to high and low to low ? when they are breaches, new swing (ATR) high high, low low should be connected (new trend).

      thanks

      Comment


        #4
        Correct the Regression Channel will show you the bestfit over the 'Period' input of bars. I am not aware of a script tracking the history of the developing channel...maybe some community member can chime in.

        Here's a link to our NinjaScript consultants, in case you need this custom programmed - http://www.ninjatrader.com/webnew/pa...injaScript.htm
        BertrandNinjaTrader Customer Service

        Comment


          #5
          Compile error with Auto TrendLine CS file

          After loading the Auto TrendLine.cs file into the NJ Editor & Compiling I get the following error:
          Compiler Error CS0101
          The namespace 'NJ.Indicator' already contains a definition for 'Swing' at line 27. I don't see where it 'calls' for Swing yet alone calling for it twice.

          [Gui.Design.DisplayName("AutoTrendLine")]
          publicclass AutoTrendLine : Indicator
          {
          Line 27 starts with => #region Variables
          privatebool alertOnBreak = true;
          privateint strength = 5; // Default setting for Strength
          privateint lineWidth = 2; // Default setting for LineWidth
          private Color downTrendColor = Color.Red;
          private Color upTrendColor = Color.Green;
          privateint triggerBarIndex = 0;
          privateint signal = 0; // 0 = no signal, 1 = buy signal on down trend break, 2 = sell signal on up trend break
          #endregion

          Comment


            #6
            I'm not sure if this how the Forum is supposed to work, but I figured out my own question and the Auto Trendline & Swings are on the chart now I just need to adjust it under live data.

            Comment


              #7
              Great you got it figured out KLG08, Happy New Year!
              BertrandNinjaTrader Customer Service

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by bmartz, 03-12-2024, 06:12 AM
              2 responses
              19 views
              0 likes
              Last Post bmartz
              by bmartz
               
              Started by funk10101, Today, 12:02 AM
              0 responses
              3 views
              0 likes
              Last Post funk10101  
              Started by gravdigaz6, Yesterday, 11:40 PM
              1 response
              8 views
              0 likes
              Last Post NinjaTrader_Manfred  
              Started by MarianApalaghiei, Yesterday, 10:49 PM
              3 responses
              10 views
              0 likes
              Last Post NinjaTrader_Manfred  
              Started by XXtrader, Yesterday, 11:30 PM
              0 responses
              4 views
              0 likes
              Last Post XXtrader  
              Working...
              X