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

ExitShort and EnterLong () method issue

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

    ExitShort and EnterLong () method issue

    Hi ,

    When ever Long signal is generated by strategy i first exit open position by ExitShort() and in next bar i enter new position by EnterLong(Convert.ToInt32(DefaultQuantity)) . As per above first it exits position but in next candle when it enters it Doubles quantity and opens position .How to avoid this and always make sure only 1 Quantity open

    #2
    Originally posted by shankar.deshapande View Post
    I first exit open position by ExitShort()
    Don't do that.

    In Managed mode, this is not necessary.

    When EnterLong is called, it will automatically exit
    the short position, if one exists.


    Comment


      #3
      But i i want to do it on seperate bar like in first bar exit and then in next bar enterLong , How can i do it?

      Comment


        #4
        Hello shankar.deshapande,

        Don't call an Exit method and Entry method at the same time, as it takes time for the exit order to be submitted, accepted, filled, and then for the position to change.


        For the entry method, require the position to flat.
        Chelsea B.NinjaTrader Customer Service

        Comment


          #5
          yes . i am not doing on same bar . i am doing on next bar stilll quantity doubled

          Comment


            #6
            Hello shankar.deshapande,

            To confirm, you are requiring the position to be flat before submitting the entry in the opposite direction?
            Chelsea B.NinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by jxs_xrj, 01-12-2020, 09:49 AM
            5 responses
            3,289 views
            1 like
            Last Post jgualdronc  
            Started by Touch-Ups, Today, 10:36 AM
            0 responses
            5 views
            0 likes
            Last Post Touch-Ups  
            Started by geddyisodin, 04-25-2024, 05:20 AM
            8 responses
            61 views
            0 likes
            Last Post NinjaTrader_Gaby  
            Started by Option Whisperer, Today, 09:55 AM
            0 responses
            5 views
            0 likes
            Last Post Option Whisperer  
            Started by halgo_boulder, 04-20-2024, 08:44 AM
            2 responses
            24 views
            0 likes
            Last Post halgo_boulder  
            Working...
            X