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

ToTime Method

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

    ToTime Method

    How do I set up a new counter in my code?
    Last edited by G-Force; 11-16-2015, 05:55 AM. Reason: Change Idea

    #2
    what do u mean/what do u want to do?

    Comment


      #3
      Hello,

      Thank you for the question,
      Can you please provide further details the context of this question or provide a sample of what you are looping through where you need a counter variable?

      I look forward to being of further assistance.
      JesseNinjaTrader Customer Service

      Comment


        #4
        I was given the following code but compile didn't like it:

        #region Variables
        private int counter = 0; // create the counter
        #endregion

        protected override void OnBarUpdate()
        {
        if (Close[0] > Close[1])
        counter++; // if the current close is greater than the previous, increment the counter
        else
        counter = 0; // reset the counter back to 0 because the current close isn't greater than the previous

        if (counter == 5)
        ExitLong(); // if there have been five consecutive up closes, exit long position
        }

        Comment


          #5
          Hello,

          Thank you for the reply.

          I pasted the sample into a strategy but it compiled fine, could you post the whole script instead to see where you have placed this syntax in the file? It may be that this syntax is in a incorrect location.

          Either the entire file or the error message would be needed to further identify what your compile error is.

          I look forward to being of further assistance.
          JesseNinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Tim-c, Today, 02:10 PM
          1 response
          6 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by Taddypole, Today, 02:47 PM
          0 responses
          2 views
          0 likes
          Last Post Taddypole  
          Started by chbruno, 04-24-2024, 04:10 PM
          4 responses
          50 views
          0 likes
          Last Post chbruno
          by chbruno
           
          Started by TraderG23, 12-08-2023, 07:56 AM
          10 responses
          399 views
          1 like
          Last Post beobast
          by beobast
           
          Started by lorem, Yesterday, 09:18 AM
          5 responses
          23 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Working...
          X