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 judysamnt7, 03-13-2023, 09:11 AM
        4 responses
        53 views
        0 likes
        Last Post DynamicTest  
        Started by ScottWalsh, Today, 06:52 PM
        4 responses
        33 views
        0 likes
        Last Post ScottWalsh  
        Started by olisav57, Today, 07:39 PM
        0 responses
        5 views
        0 likes
        Last Post olisav57  
        Started by trilliantrader, Today, 03:01 PM
        2 responses
        19 views
        0 likes
        Last Post helpwanted  
        Started by cre8able, Today, 07:24 PM
        0 responses
        6 views
        0 likes
        Last Post cre8able  
        Working...
        X