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 NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    54 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    130 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    72 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    44 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    49 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X