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 burtoninlondon, Today, 12:38 AM
      0 responses
      10 views
      0 likes
      Last Post burtoninlondon  
      Started by AaronKoRn, Yesterday, 09:49 PM
      0 responses
      14 views
      0 likes
      Last Post AaronKoRn  
      Started by carnitron, Yesterday, 08:42 PM
      0 responses
      11 views
      0 likes
      Last Post carnitron  
      Started by strategist007, Yesterday, 07:51 PM
      0 responses
      14 views
      0 likes
      Last Post strategist007  
      Started by StockTrader88, 03-06-2021, 08:58 AM
      44 responses
      3,983 views
      3 likes
      Last Post jhudas88  
      Working...
      X