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

second SetSopLoss

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

    second SetSopLoss

    Hi,

    is it possible to have more than one StopLosses within SetStopLoss ? If not how is it possible to set more than one stop orders from strategy ?

    best regards
    Kittyan

    #2
    Hello kittyan,

    You need to use the overload that supports a specific entry signal. You can then use multiple stop losses, tying them together by signal name with an entry.



    SetStopLoss(string fromEntrySignal, CalculationMode mode, double value, bool simulated)
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      Hello RyanM,

      I would like to have more stops for the same entry signal. As far as I see in the case you advised I can have different stops for different entries. I need more stops for the same entry. How can I manage this ?

      best regards
      Kittyan

      Comment


        #4
        This isn't possible in a managed order system. In order to scale out you must first scale in.

        The alternative is using unmanaged order system and submitting the orders at desired levels.
        Ryan M.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by itrader46, Today, 09:04 AM
        0 responses
        3 views
        0 likes
        Last Post itrader46  
        Started by timmbbo, Today, 08:59 AM
        0 responses
        1 view
        0 likes
        Last Post timmbbo
        by timmbbo
         
        Started by bmartz, 03-12-2024, 06:12 AM
        5 responses
        33 views
        0 likes
        Last Post NinjaTrader_Zachary  
        Started by Aviram Y, Today, 05:29 AM
        4 responses
        14 views
        0 likes
        Last Post Aviram Y  
        Started by algospoke, 04-17-2024, 06:40 PM
        3 responses
        28 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Working...
        X