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 Kaledus, Today, 01:29 PM
        5 responses
        12 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by Waxavi, Today, 02:00 AM
        1 response
        8 views
        0 likes
        Last Post NinjaTrader_LuisH  
        Started by alifarahani, Today, 09:40 AM
        5 responses
        23 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by gentlebenthebear, Today, 01:30 AM
        3 responses
        16 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by PhillT, Today, 02:16 PM
        2 responses
        7 views
        0 likes
        Last Post PhillT
        by PhillT
         
        Working...
        X