Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 Waxavi, 04-19-2024, 02:10 AM
      3 responses
      41 views
      0 likes
      Last Post gaz0001
      by gaz0001
       
      Started by Max238, Today, 01:28 AM
      2 responses
      26 views
      0 likes
      Last Post NinjaTrader_ChristopherJ  
      Started by Shansen, 08-30-2019, 10:18 PM
      25 responses
      949 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Started by JonesJoker, 04-22-2024, 12:23 PM
      8 responses
      42 views
      0 likes
      Last Post JonesJoker  
      Started by timko, Today, 06:45 AM
      1 response
      7 views
      0 likes
      Last Post gaz0001
      by gaz0001
       
      Working...
      X