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 helpwanted, Today, 03:06 AM
      1 response
      11 views
      0 likes
      Last Post sarafuenonly123  
      Started by Brevo, Today, 01:45 AM
      0 responses
      9 views
      0 likes
      Last Post Brevo
      by Brevo
       
      Started by aussugardefender, Today, 01:07 AM
      0 responses
      5 views
      0 likes
      Last Post aussugardefender  
      Started by pvincent, 06-23-2022, 12:53 PM
      14 responses
      242 views
      0 likes
      Last Post Nyman
      by Nyman
       
      Started by TraderG23, 12-08-2023, 07:56 AM
      9 responses
      387 views
      1 like
      Last Post Gavini
      by Gavini
       
      Working...
      X