Announcement

Collapse
No announcement yet.

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 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