Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Two strategy in the same code

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

    Two strategy in the same code

    Good day to you all,
    I wanted to know if you can manage two strategies in the same code
    with 2 inputs with a different name.
    example:
    1 st order = EnterLong (1, "B-ST1");
    2 st order = EnterLong (1, "B-ST2");

    if (Position.MarketPosition!= MarketPosition.Flat)

    if I have a long position
    is possible to know if the 1 st order or the second is active?

    many thanks

    #2
    Hello,

    Thanks for the note.

    This is possible to know which order is active by setting your own flag.

    Create a flag that would mark which one is active. Then when one gets exited with ExitLong("Name of Entry"). Then set the flag back.

    If you use a stops or targets. Another good method to is to monitor when one gets hit.



    Let me know if I can be of further assistance.
    BrettNinjaTrader Product Management

    Comment


      #3
      Excellent response, Brett

      very enlightening

      thank you very much

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      648 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      369 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      108 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      572 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      573 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X