Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Getting Position in Strategy in Different Timeframe

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

    Getting Position in Strategy in Different Timeframe

    Hi,

    How do I get my current position that was not bought or sold by that strategy? I have the same strategy running in different chart, 1 Minute and 5 Minutes. 5 Minutes strategy bought a share, and sent a profit limit order and a stoploss. Now the 1 Minute strategy is sending sell order. After my position is flat, it is still sending limit and stop loss orders and the 5 Minute strategy also still have pending orders. How do I determine my positions even if it is not performed by that strategy?

    Thanks.

    #2
    hello keyzclaire,

    Thanks for your post.

    Strategies are only able to see orders placed by that specific instance of the strategy. Note that strategies also cannot see manually placed orders or orders placed by another strategy.

    Please review this forum thread for information about running two NinjaScript strategies on the same account and same instrument: https://forum.ninjatrader.com/forum/...660#post792660

    You could consider modifying the strategies to check if the account position is flat before placing an order if you only want the strategies to submit orders when your account is in a flat position.

    PositionAccount.MarketPosition == MarketPosition.Flat would be used to check if your account position is flat before submitting orders.

    See the help guide documentation below for more information about PositionAccount.MarketPosition and sample code.

    PositionAccount: https://ninjatrader.com/support/help...etposition.htm
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Today, 05:17 AM
    0 responses
    44 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    126 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    65 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    42 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    46 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X