Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to implement Stop Loss Volume?

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

    How to implement Stop Loss Volume?

    Hi all,
    I know that stop volumes are available in Ninja SuperDOM, so I was wondering is it possible to use them in a strategy? It would be great to use also shadow features and so on. I couldn't find anything in this sense in the forum, any advise?

    I recreated myself the code for "shadow" orders but it would be better to have them already done properly.

    Thanks
    Antonio

    #2
    Hi Antonio, do you refer to the Simulated Stop orders? Those could be used in the ATM's as well - http://www.ninjatrader.com/support/h...top_orders.htm

    And if you run a NinjaScript calling an ATM for exit management, the template called could have a Simulated Stop then implemented in turn as well.

    Comment


      #3
      Hi Bertrand,
      thanks for your reply. Can you please give me an example on how to call an ATM to manage my exits?

      Thanks
      Antonio

      Comment


        #4
        Antonio, I would suggest reviewing the 'SampleAtmStrategy' directly shipped with NT, it would contain all you need to get started in this area.

        Comment


          #5
          Bertrand,
          I reviewed the "sampleAtmStrategy" as well as the documentation, but I couldn't find the solution. Basically I'm trying to implement this:

          Buy Stop Market Example
          Order Type - Buy Stop Market
          Stop Price - 1000
          Volume Trigger - 500

          This example will trigger once the market trades at a price of 1000 and the ask volume is less than 500 contracts. Once triggered, a market order is submitted. If this was a sell order, the bid volume would be monitored.



          Can you please help?

          Regards

          Comment


            #6
            phi3zz0, the simulated stop would be a part of your Stop Strategy that in turn would be a part of the ATM strategy template itself. You would need to define a template to call with this added on your SuperDOM or ChartTrader first and then call the template name in the AtmStrategyCreate() call to put it to use in the script itself. This would be nothing you create or set directly from the NinjaScript code.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            630 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            364 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            105 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            566 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            568 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X