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

Woodies CCI Autotrader

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

    Woodies CCI Autotrader

    I downloaded woodies cci autotrader from below link and it seems not working. it does not give me historical perfomance in back testing. Can someone see whats wrong.

    This is a port of the Woodies CCI Autotrader strategy by snaphook. This strategy uses a newer version of the CCI_Forecaster indicator than the version previously used with snaphook’s strategy. This is an early beta version of an Autotrader for Woodies CCI using the CCI_Forecaster_DE indicator. I am placing it in the public domain in […]

    #2
    Hello jkpdon,

    The first two lines in OnBarUpdate in the script:
    Code:
    // Make sure this strategy does not execute against historical data
    if (State == State.Historical) return;
    Have you contacted the original author snaphook for assistance with their software?
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thanks Chelsea. That makes sense.

      Comment


        #4
        How do you backtest it? or you cant ?

        Comment


          #5
          Hello jkpdon,

          The script is designed to return historically. It cannot be backtested. Please contact the original author for more information about how their software is meant to work.
          Chelsea B.NinjaTrader Customer Service

          Comment


            #6
            Any update on this? I looked it at it, and I respect that he doesn't want it backtested, but I can't switch instruments when I go to edit the strategy. Any fix?

            Comment


              #7
              Hello chinaexpert1a,

              There have been no changes to this script.
              However, this is open source if you want to make changes yourself.

              Unfortunately, in the support department at NinjaTrader it is against our policy to create, debug, or modify, code or logic at the request of our clients. This is so that we can maintain a high level of service for all of our clients as well as our partners.

              You can also contact a professional NinjaScript Consultant who would be eager to create or modify this script at your request or assist you with your script. The NinjaTrader Ecosystem has affiliate contacts who provide educational as well as consulting services. Please let me know if you would like our business development follow up with you with a list of affiliate consultants who would be happy to create this script or any others at your request.


              To confirm, you are unable to change the instrument on a chart when running the strategy?
              Does the strategy disable and not re-enable?
              Does the chart not change instruments?

              If you remove the instance of the strategy from the chart Strategies window, then change the instrument, then add a new instance of the strategy are you able to enable the new instance?
              Chelsea B.NinjaTrader Customer Service

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by FrancisMorro, Today, 03:24 AM
              0 responses
              1 view
              0 likes
              Last Post FrancisMorro  
              Started by Segwin, 05-07-2018, 02:15 PM
              10 responses
              1,770 views
              0 likes
              Last Post Leafcutter  
              Started by Rapine Heihei, 04-23-2024, 07:51 PM
              2 responses
              31 views
              0 likes
              Last Post Max238
              by Max238
               
              Started by Shansen, 08-30-2019, 10:18 PM
              24 responses
              944 views
              0 likes
              Last Post spwizard  
              Started by Max238, Today, 01:28 AM
              0 responses
              11 views
              0 likes
              Last Post Max238
              by Max238
               
              Working...
              X