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 CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        30 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        125 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        181 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        94 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        138 views
        0 likes
        Last Post cmoran13  
        Working...
        X