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

What's the difference between atmStrategyCreate and startAtmStrategy?

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

    What's the difference between atmStrategyCreate and startAtmStrategy?

    I'm starting an atm strategy from within an indicator, but I want to follow the order status to make sure it's working, filled etc.
    It seems that I cannot use onOrderUpdate or onExecutionUpdate for an ATM strategy?

    In the script manual I also found the ATM strategy methods, which contain another way to start an ATM strategy with the atmStrategyCreate method.
    What's the difference between this method and the startAtmStrategy method?
    Is there a way to get events for the different parts (orders) in an ATM strategy?

    What would be the best approach when my indicator needs to create multiple ATM strategies and must monitor the order(s) and the possible position of each?

    #2
    Hello wjadevries, thanks for your post.

    OnOrderUpdate and OnExecutionUpdate can not be used to track ATM strategy orders because calling ATMStrategyCreate causes the script to submit the order to the NinjaTrader core rather than being a part of the Manage order system for strategies.

    StartATMStrtegy was designed to be used within an Addon where atmStrategyCreate was meant to be used from a Strategy so that you can get an ATM ID to use the other "Get" methods with.

    To manage multiple ATM strategies you need to define unique order IDs to be used in the ATMStrategyCreate method. That way you can supply the same name to the "Get" methods e.g.

    GetAtmStrategyEntryOrderStatus(string orderId)

    All of the methods available to monitor ATMs are on the help guide page.

    Please let me know if I can assist any further.
    Chris L.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Rapine Heihei, Today, 08:19 PM
    1 response
    3 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by Rapine Heihei, Today, 08:25 PM
    0 responses
    4 views
    0 likes
    Last Post Rapine Heihei  
    Started by f.saeidi, Today, 08:01 PM
    1 response
    4 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by Rapine Heihei, Today, 07:51 PM
    0 responses
    6 views
    0 likes
    Last Post Rapine Heihei  
    Started by frslvr, 04-11-2024, 07:26 AM
    5 responses
    96 views
    1 like
    Last Post caryc123  
    Working...
    X