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

Woodie cci

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

    Woodie cci

    Hello, I apologize for my English.

    I would like to know how to change the setting of the woodie cci from cci typical price at close.
    I need an explanation because I do not know programming.

    Thanks to all, and greetings.

    #2
    robix, welcome to our forums - unfortunately this is not possible for the Woodies CCI indicator we programmed into 6.5, this will be possible for our next release NinjaTrader 7.
    BertrandNinjaTrader Customer Service

    Comment


      #3
      Bertrand, thanks for your answer, wait for the next release of ninja.

      greetings to all

      Comment


        #4
        Source for Woodies CCI?

        Using "Search" in the off-line help, I searched for "Woodies CCI". It came back with a helpful message, and indicated at the bottom that the source code is available through the Trader Control Center window.... Went to:

        Control Center
        Tools > Edit NinjaScript > Indicator

        Did not find it in the list. Any suggestions as to what I am missing?

        Thanks!

        ================================================== =========

        NinjaScript > Language Reference > Indicator Methods > Woodies CCI

        Description
        ...........
        Examples

        // Prints the current value of a 20 period WoodiesCCI using default price type
        double value = WoodiesCCI(20)[0];
        Print("The current WoodiesCCI value is " + value.ToString());

        // Prints the current turbo value of a 20 period WoodiesCCI using default price type
        double value = WoodiesCCI(20).Turbo[0];
        Print("The current WoodiesCCI turbo value is " + value.ToString());

        Source Code

        You can view this indicator method source code by selecting the menu Tools > Edit NinjaScript > Indicator within the NinjaTrader Control Center window.

        Comment


          #5
          SharkCub, unfortunately the source for the Woodie CCI implementation can't be accessed.
          BertrandNinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Balage0922, Today, 07:38 AM
          0 responses
          1 view
          0 likes
          Last Post Balage0922  
          Started by JoMoon2024, Today, 06:56 AM
          0 responses
          6 views
          0 likes
          Last Post JoMoon2024  
          Started by Haiasi, 04-25-2024, 06:53 PM
          2 responses
          19 views
          0 likes
          Last Post Massinisa  
          Started by Creamers, Today, 05:32 AM
          0 responses
          6 views
          0 likes
          Last Post Creamers  
          Started by Segwin, 05-07-2018, 02:15 PM
          12 responses
          1,786 views
          0 likes
          Last Post Leafcutter  
          Working...
          X