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 andrewtrades, Today, 04:57 PM
          1 response
          10 views
          0 likes
          Last Post NinjaTrader_Manfred  
          Started by chbruno, Today, 04:10 PM
          0 responses
          6 views
          0 likes
          Last Post chbruno
          by chbruno
           
          Started by josh18955, 03-25-2023, 11:16 AM
          6 responses
          436 views
          0 likes
          Last Post Delerium  
          Started by FAQtrader, Today, 03:35 PM
          0 responses
          9 views
          0 likes
          Last Post FAQtrader  
          Started by rocketman7, Today, 09:41 AM
          5 responses
          20 views
          0 likes
          Last Post NinjaTrader_Jesse  
          Working...
          X