Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Using a strategy for multiple instruments

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

    Using a strategy for multiple instruments

    If I create a strategy and specify the Signal Name in the EnterLong/EnterShort functions like this:

    EnterLong(Convert.ToInt32(DefaultQuantity), @"MyCrazyStratLong");

    and I run my strategy in multiple windows against different instruments, when I exit the position using that Signal Name in one window for one instrument, will it also exit the the position against the other instrument because the Signal Name is the same? In other words, do I need to have unique signal names that incorporate the instrument name?

    Thank you.

    #2
    Hello sitdolore,

    No that will not affect other instruments, the strategy will only be able to trade on the instrument that it is applied to or instruments that it adds in its code. The signal names work on a per strategy basis so only that strategy will be able to manage its orders.

    Comment


      #3
      Thank you!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      557 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      324 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      545 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      547 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X