Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Position.Market position states flat

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

    Position.Market position states flat

    I am trying to do some logic on my stops but am having an issue with Position.MarketPosition. When I am in a long position Position.MarketPosition still states it is flat. How do I know if the position is long?



    if(GetAtmStrategyMarketPosition(atmStrategyId) != MarketPosition.Flat )
    {


    Print(Position.MarketPosition);

    if(Position.MarketPosition == MarketPosition.Long)
    {

    AtmStrategyChangeStopTarget(0, (Position.AveragePrice - 10*TickSize),"Stop1",atmStrategyId);

    }
    }

    #2
    Hello ballboy11,

    Thank you for your note.

    ATM strategies from within a NinjaScript strategy will have no impact on the hosting strategies position and PL, please see the 4th bullet point at the following section of our helpguide,



    For the position of the ATM you should use, GetAtmStrategyMarketPosition(atmStrategyId) as your first if statement does.

    Please let us know if you need further assistance.
    Alan P.NinjaTrader Customer Service

    Comment


      #3
      Thank you

      Thank you for your help

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by NullPointStrategies, Yesterday, 05:17 AM
      0 responses
      63 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      139 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      75 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      45 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      50 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X