Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

May 2008 Stocks & Commodities ("The Quest For Reliable Crossovers")

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

    May 2008 Stocks & Commodities ("The Quest For Reliable Crossovers")



    www.ninjatrader.com/SC/May2008SC.zip

    This is really useful. Was this posted in the file sharing section? I didn't see it.

    This has me wondering if any other S&C indicators have been missed. Are they all posted?

    I tried going to www.ninjatrader.com/SC but the listing was denied.


    (btw, I did notice that If I say yes to overwite ZeroLagEMA, I get an error, but it imports fine if I click no)

    #2
    Has not been posted it yet. Is on my reminder list and should get done this next week. All S&C articles that we contribute to are always posted in the File Sharing Section after the actual hard copy article is released.
    RayNinjaTrader Customer Service

    Comment


      #3
      It is now posted.
      RayNinjaTrader Customer Service

      Comment


        #4
        Cool, I might suggest posting it in the indicators section as well because the ZeroLagTEMA and ZeroLagHATEMA indicators are incredibly useful in there own right.

        I use the ZeroLagEMA all the time so its nice to see this.

        Good stuff coming out of S&C, is there any chance we may see any indicators from earlier back issues?


        I wasn't sure if any of these are available for NT.


        March 2008: Measuring Cycle Periods
        November 2007: Stochastics with Long-term EMA filter Strategy
        October 2007: Accumulated Range Ratio Indicator
        September 2007: Trading Trendline Breaks
        August 2007: Stops Barrier Indicator
        July 2007: Volume Price Confirmation Indicator (VPCI)
        June 2007: Rectangle Breakouts
        May 2007: Trongone Moving Average (TMA)
        April 2007: Adjusted Rate of Change Indicator
        March 2007: Moving Average Crossovers (Part II)
        February 2007: Moving Average Crossovers
        January 2007: Fourier Transform for Traders

        Comment


          #5
          Some are in our file sharing area such as ZeroLag, already exists.
          RayNinjaTrader Customer Service

          Comment


            #6
            Ray,

            what are the setting you have on your screen shot of chart? I can' t read them.

            Are they both the ZeroLagHATEMA?

            Thanks, Al

            Comment


              #7
              Not sure off the top of my head, just download the zip file and check it out.
              RayNinjaTrader Customer Service

              Comment


                #8
                Is there a list of where these are?

                Comment


                  #9
                  Listed in our file sharing area.
                  RayNinjaTrader Customer Service

                  Comment


                    #10
                    plot problem

                    Hi

                    I have import this strategy and the indicators ZeroLag HATEMA and TEMA from the forum ( The VervoortMACrossOver strategy ) , but when i chart the indicators HATEMA and TEMA with option calculate on bar close 'false' those indics goes to zero on the chart .
                    Can anyone explain me or telling me what to change in the code to have something normal .
                    You can see in the graph.
                    Thanks
                    Attached Files
                    Last edited by primoto; 11-11-2008, 07:16 AM. Reason: add details, add chart

                    Comment


                      #11
                      primoto,

                      These may be bugs. Which indicators are you using exactly and which version? I believe there are a few floating around.
                      Josh P.NinjaTrader Customer Service

                      Comment


                        #12
                        Hi Josh,

                        I use indicators from this link http://www.ninjatrader-support2.com/...catid=2&sort=d

                        Last version coming from the zip file of "The VervoortMACrossOver strategy "
                        Attached Files

                        Comment


                          #13
                          Thanks. We will look into it.
                          Josh P.NinjaTrader Customer Service

                          Comment


                            #14
                            primoto,

                            Can you email me at josh [dot] peng [at] ninjatrader [dot] com. Thanks.
                            Josh P.NinjaTrader Customer Service

                            Comment


                              #15
                              Bug in ZeroLagHATEMA

                              I have just revisited the ZeroLagHATEMA, which was coded as a supplement to TASC magazine from May 2008. I used it with a longer period and it caused considerable trouble, as it took about 5,000 to 10,000 bars to display correct values. The reason is a bug:

                              Please replace

                              Code:
                              if (CurrentBar == 0)
                              {
                              	haC.Set(0);
                              	haO.Set(0);
                              	return;
                              }
                              			
                              if (CurrentBar < 1)
                              	return;
                              with

                              Code:
                              if (CurrentBar == 0)
                              {
                              	haC.Set(Close[0]);
                              	haO.Set(Open[0]);
                              	ZeroHATEMA.Set(Input[0]);
                              	return;
                              }
                              Last edited by Harry; 01-09-2011, 03:17 PM.

                              Comment

                              Latest Posts

                              Collapse

                              Topics Statistics Last Post
                              Started by junkone, Today, 11:37 AM
                              1 response
                              9 views
                              0 likes
                              Last Post NinjaTrader_ChelseaB  
                              Started by frankthearm, Yesterday, 09:08 AM
                              11 responses
                              42 views
                              0 likes
                              Last Post frankthearm  
                              Started by quantismo, 04-17-2024, 05:13 PM
                              5 responses
                              35 views
                              0 likes
                              Last Post NinjaTrader_Gaby  
                              Started by proptrade13, Today, 11:06 AM
                              1 response
                              6 views
                              0 likes
                              Last Post NinjaTrader_Clayton  
                              Started by love2code2trade, 04-17-2024, 01:45 PM
                              4 responses
                              35 views
                              0 likes
                              Last Post love2code2trade  
                              Working...
                              X