Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Sell if close > average price not working

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

    Sell if close > average price not working

    Code:
                // Condition set 2
                if (Close[0] > Position.AvgPrice)
                {
                    ExitLongLimit(GetCurrentAsk(), "", "");
                }
    i'm trying to sell if current price is > average purchase price

    for some reason this is not work. any idea why?

    #2
    Hello calhawk01,

    Are you in a Long position first before doing this?
    JCNinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_JC View Post
      Hello calhawk01,

      Are you in a Long position first before doing this?
      Yes i am. should i put if market is long?

      Comment


        #4
        Hello calhawk01,

        It is a good idea, yes as an Exit method would require an Entry to be filled first.

        If you are already in a Long Position, does the order not get called or not get filled?
        JCNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        65 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        41 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        23 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        26 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        52 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X