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

AtmStrategyCreate() arguments

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

    AtmStrategyCreate() arguments

    Hi,
    I would want to create a variable in order to pass OrderType value to the AtmStrategyCreate() method.
    How should I create the corresponding variable?

    Thanks.

    #2
    Hello lillomur,

    Thank you for your post.

    You can create an enum to select the desired value and then use a case and switch to set the value based on the selected enum. For an example using an indicator that allows for different moving averages through an enum please visit the following link: http://ninjatrader.com/support/forum...ead.php?t=3420

    Comment


      #3
      Hi Patrick,

      Finally I've create a OrderType variable and it works fine:

      private OrderType TipoOrden
      TipoOrden= OrderType.Stop;
      .../...
      AtmStrategyCreate(OrderAction.Buy, TipoOrden ,limitPrice,stopPrice,TimeInForce.Day, orderId, strategyTemplateName, AtmStrategyId);

      Thanks a lot for your help.
      Oscar

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by WHICKED, Today, 12:56 PM
      2 responses
      14 views
      0 likes
      Last Post WHICKED
      by WHICKED
       
      Started by Felix Reichert, Today, 02:12 PM
      0 responses
      1 view
      0 likes
      Last Post Felix Reichert  
      Started by Tim-c, Today, 02:10 PM
      0 responses
      1 view
      0 likes
      Last Post Tim-c
      by Tim-c
       
      Started by cre8able, Today, 01:16 PM
      2 responses
      9 views
      0 likes
      Last Post cre8able  
      Started by chbruno, 04-24-2024, 04:10 PM
      3 responses
      49 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Working...
      X