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

CrossAbove()

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

    CrossAbove()

    Hi,

    Even Though I use the funtion CrossAbove() & CrossBelow(), sometimes gets true just when touching the specified level, and some other times becomes true when the level is crossed, (as expected).

    How can be that sometimes the Cross functions acts when the level has only be touched?

    Thanks

    #2
    Hi CJS, in which code context are you using those methods?
    BertrandNinjaTrader Customer Service

    Comment


      #3
      In the unmanaged approach.

      Comment


        #4
        CJS, ok do you have a code snippet of which scenario you're trying to evaluate?
        BertrandNinjaTrader Customer Service

        Comment


          #5
          Something like this:

          if (CrossAbove(High,upper+(TickSize*(RiskLevel)),1))
          {
          contadorNeutral=
          0; // counter
          CruceAlcista=
          false; // bool variable
          CruceBajista=
          true; // bool variable
          contador=
          0; // another counter


          if (SrtOrder1 != null)
          {
          CancelOrder(SrtOrder1);
          }
          }

          Any clue?

          Thanks

          Comment


            #6
            CJS, I looked into and your findings are accurate, it can also return 'true' on a touch in those scenarios. You can add a custom check here to include an offset for example to trigger your condition.
            BertrandNinjaTrader Customer Service

            Comment


              #7
              ok,

              I' ll do that.

              Thanks.

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by rocketman7, Today, 02:12 AM
              7 responses
              28 views
              0 likes
              Last Post NinjaTrader_ChelseaB  
              Started by guillembm, Yesterday, 11:25 AM
              3 responses
              16 views
              0 likes
              Last Post NinjaTrader_Jesse  
              Started by junkone, 04-21-2024, 07:17 AM
              10 responses
              148 views
              0 likes
              Last Post NinjaTrader_BrandonH  
              Started by tsantospinto, 04-12-2024, 07:04 PM
              6 responses
              101 views
              0 likes
              Last Post tsantospinto  
              Started by trilliantrader, 04-18-2024, 08:16 AM
              7 responses
              28 views
              0 likes
              Last Post NinjaTrader_BrandonH  
              Working...
              X