Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Simultaneous short and long

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

    Simultaneous short and long

    Hi,

    If a stragegy has simultaneously a short and long position over the same instrument and in EnterLong() and EnterShort() methods no signal name has been specified, do the positions overlap or they appear separated?

    If ExitLongLimit() has no specified signal name will close any Long position even if ti has a specified signal name?

    Thanks

    #2
    Hello,

    Thanks for the note.

    If you call EnterShort() and you are long it will reverse your position and put you short.

    If you call ExitLongLimt() with no name it will apply to everything.

    Let me know if I can be of further assistance.

    Comment


      #3
      Thanks,

      So, if I'm long in a position with signal name and I call EnterShort(SignalName) won't this happen?

      If not, how can I have a long and short position with in the same instrument and the same strategy at the same time?

      Comment


        #4
        Hello,

        Your unable to be long and short the same time with the managed approach in NinjaTrader for NinjaScript as it wards specifically against this.

        If you need this you have two options.

        1) Use ATM Strategies in the NinjaScript strategy.

        2) Go to the unmanaged approach to order entry which takes away all the rules and allows you to submit orders and do what it is you want. However this is for advanced programmers only.

        If you go with option 1 which would be recommended. Please see this link and the SampleATMStrategy that is preinstalled into NinjaTrader where you can see the code.



        Let me know if I can be of further assistance.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by fx.practic, 10-15-2013, 12:53 AM
        5 responses
        5,404 views
        0 likes
        Last Post Bidder
        by Bidder
         
        Started by Shai Samuel, 07-02-2022, 02:46 PM
        4 responses
        95 views
        0 likes
        Last Post Bidder
        by Bidder
         
        Started by DJ888, Yesterday, 10:57 PM
        0 responses
        7 views
        0 likes
        Last Post DJ888
        by DJ888
         
        Started by MacDad, 02-25-2024, 11:48 PM
        7 responses
        159 views
        0 likes
        Last Post loganjarosz123  
        Started by Belfortbucks, Yesterday, 09:29 PM
        0 responses
        8 views
        0 likes
        Last Post Belfortbucks  
        Working...
        X