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 mjairg, 07-20-2023, 11:57 PM
              3 responses
              213 views
              1 like
              Last Post PaulMohn  
              Started by TheWhiteDragon, 01-21-2019, 12:44 PM
              4 responses
              543 views
              0 likes
              Last Post PaulMohn  
              Started by GLFX005, Today, 03:23 AM
              0 responses
              3 views
              0 likes
              Last Post GLFX005
              by GLFX005
               
              Started by XXtrader, Yesterday, 11:30 PM
              2 responses
              12 views
              0 likes
              Last Post XXtrader  
              Started by Waxavi, Today, 02:10 AM
              0 responses
              7 views
              0 likes
              Last Post Waxavi
              by Waxavi
               
              Working...
              X