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 SalmaTrader, 07-07-2026, 10:26 PM
      0 responses
      47 views
      0 likes
      Last Post SalmaTrader  
      Started by CarlTrading, 07-05-2026, 01:16 PM
      0 responses
      22 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 06-17-2026, 10:32 AM
      0 responses
      15 views
      0 likes
      Last Post CaptainJack  
      Started by kinfxhk, 06-17-2026, 04:15 AM
      0 responses
      21 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 06-17-2026, 04:06 AM
      0 responses
      23 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Working...
      X