Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Possible to have strategy be long/short simultaneously?

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

    Possible to have strategy be long/short simultaneously?

    Howdy.

    I have an interest in simulating trading an account that would allow opposing signals, or two separate accounts where opposing signals would be taken.

    I am currently pulling signals from an M15 primary bar series, and casting entry signals to an M1 as shown in the image attached.

    I am giving unique names to each long and short position.

    I have tried all combinations of EntriesPerDirection and EntryHandling. It will either reverse the position, or ignore the opposing signal(in the case of using EnterLongLimit() for example).

    Is what I am trying to do possible?

    #2
    Hello forrestang,

    An account cannot be long and short at the same time. When you enter into a position its a simple quantity on the account, for example 1 long, entering another simple quantity in the opposite direction subtracts 1 which makes that flat.

    To be long and short would require using more than 1 account. A strategy cannot use more than 1 account for its reporting and other features. You could do this using an Indicator and two sim accounts, the indicator would need to use the addon framework to submit orders.


    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    91 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    137 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    121 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    72 views
    0 likes
    Last Post PaulMohn  
    Working...
    X