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 mintos, 04-02-2024, 08:22 PM
      10 responses
      42 views
      0 likes
      Last Post mintos
      by mintos
       
      Started by cmtjoancolmenero, Yesterday, 02:31 PM
      7 responses
      23 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by hdge4u, 04-29-2024, 12:23 PM
      3 responses
      19 views
      0 likes
      Last Post MisterTee  
      Started by PaulMohn, 04-24-2024, 03:49 AM
      5 responses
      40 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by claxxical, 05-30-2017, 12:30 PM
      38 responses
      4,482 views
      0 likes
      Last Post alancurry  
      Working...
      X