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 traderqz, Today, 12:06 AM
              2 responses
              4 views
              0 likes
              Last Post traderqz  
              Started by RideMe, 04-07-2024, 04:54 PM
              5 responses
              28 views
              0 likes
              Last Post NinjaTrader_BrandonH  
              Started by f.saeidi, Today, 08:13 AM
              1 response
              7 views
              0 likes
              Last Post NinjaTrader_ChelseaB  
              Started by DavidHP, Today, 07:56 AM
              1 response
              6 views
              0 likes
              Last Post NinjaTrader_Erick  
              Started by kujista, Today, 06:23 AM
              3 responses
              11 views
              0 likes
              Last Post kujista
              by kujista
               
              Working...
              X