Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Using Position.MarketPosition and Position.AvgPrice

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

    Using Position.MarketPosition and Position.AvgPrice

    Hello,

    My strategy involves using limit orders 4 ticks away from market price when condition is TRUE to take long or short.

    1. Will the following the condition below become TRUE if long limit order is pending awaiting to be filled? Or will it become TRUE only if long limit order is filled?

    2. Does the Position.AvgPrice only consider filled orders and not pending orders waiting to be filled?


    // if in a long position and 15 ticks from entry, bring stop to breakevem
    if (Position.MarketPosition == MarketPosition.Long && High[0] >= Position.AvgPrice + 15* TickSize)

    (adjust stop to breakeven code)

    I am trying to make sure my break even code is not getting executing for limit pending orders.

    Thank you for the help

    #2
    Hello simple_goodoboy,

    Thanks for your post.

    Correct, Position will only reflect a filled entry order.

    From the helpguide on Position: Definition: The Position object holds data related to a currently held position by a strategy.
    Reference: http://ninjatrader.com/support/helpG...m?position.htm

    Edit: Added helpguide info and reference.
    Last edited by NinjaTrader_PaulH; 03-30-2017, 07:33 AM.

    Comment


      #3
      Originally posted by NinjaTrader_Paul View Post
      Hello simple_goodoboy,

      Thanks for your post.

      Correct, Position will only reflect a filled entry order.

      From the helpguide on Position: Definition: The Position object holds data related to a currently held position by a strategy.
      Reference: http://ninjatrader.com/support/helpG...m?position.htm

      Edit: Added helpguide info and reference.
      Thank you Paul.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      571 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      330 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      548 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      549 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X